libgit2/include/git2
Kirill A. Shutemov 7d9cc9f81a index: fix cast warnings
/home/kas/git/public/libgit2/src/index.c: In function ‘git_index_clear’:
/home/kas/git/public/libgit2/src/index.c:228:8: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/kas/git/public/libgit2/src/index.c:235:8: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/kas/git/public/libgit2/src/index.c: In function ‘index_insert’:
/home/kas/git/public/libgit2/src/index.c:392:7: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/kas/git/public/libgit2/src/index.c:399:7: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/kas/git/public/libgit2/src/index.c: In function ‘read_unmerged’:
/home/kas/git/public/libgit2/src/index.c:681:35: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
/home/kas/git/public/libgit2/src/index.c: In function ‘read_entry’:
/home/kas/git/public/libgit2/src/index.c:716:33: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
2011-07-25 21:12:47 +02:00
..
blob.h Added methods to search objects of different types 2011-06-06 11:55:48 +02:00
branch.h Add a remotes API 2011-06-26 18:18:10 +02:00
commit.h Remove redundant methods from the API 2011-06-28 19:36:27 +02:00
common.h Add method to get the compiled version of the lib 2011-06-16 02:21:33 +02:00
config.h config: Rename del to `delete 2011-07-12 02:38:20 +02:00
errors.h Merge pull request #300 from carlosmn/gsoc2011/master 2011-07-05 04:31:37 -07:00
index.h index: fix cast warnings 2011-07-25 21:12:47 +02:00
net.h Cleanup external API 2011-07-11 02:59:18 +02:00
object.h Update documentation 2011-06-16 03:06:22 +02:00
odb_backend.h Remove custom backends 2011-06-14 17:40:17 +02:00
odb.h status: Cleanup 2011-07-09 15:05:14 +02:00
oid.h Modify struct definition to enable forward declare with C++ compiler, 2011-07-25 20:24:10 +02:00
reflog.h include: Fix unmatched params in documentation 2011-07-11 02:59:17 +02:00
refs.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
refspec.h Cleanup external API 2011-07-11 02:59:18 +02:00
remote.h typo: one git_remote_fetchspec should be pushspec 2011-07-13 23:55:48 +02:00
repository.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
revwalk.h Update documentation 2011-06-16 03:06:22 +02:00
signature.h Update documentation 2011-06-16 03:06:22 +02:00
status.h status: Cleanup 2011-07-09 15:05:14 +02:00
tag.h tag: Make git_tag_create_lightweight() accessible to bindings 2011-07-14 15:11:31 +02:00
thread-utils.h threads: Cleanup TLS declarations 2011-06-07 03:39:19 +02:00
transport.h Slim down git_transport 2011-06-27 20:23:47 +02:00
tree.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
types.h Finish to hide git_pkt from external API. 2011-07-11 13:05:13 +02:00
zlib.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00