aboutsummaryrefslogtreecommitdiff
path: root/test-index-version.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-29 14:24:02 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-29 14:24:02 -0700
commit7e2d574c37c6d53f09ceeb650f7af001aa50e987 (patch)
treea68235d36ae82d5401b93ccc2a84c92acaf29cf3 /test-index-version.c
parent2f1ef15070a8664d3194d164f20283d78571e51c (diff)
parent84d32bf7678259c08406571cd6ce4b7a6724dcba (diff)
downloadgit-7e2d574c37c6d53f09ceeb650f7af001aa50e987.tar.gz
git-7e2d574c37c6d53f09ceeb650f7af001aa50e987.tar.xz
Merge branch 'rj/sparse'
* rj/sparse: sparse: Fix mingw_main() argument number/type errors compat/mingw.c: Fix some sparse warnings compat/win32mmap.c: Fix some sparse warnings compat/poll/poll.c: Fix a sparse warning compat/win32/pthread.c: Fix a sparse warning compat/unsetenv.c: Fix a sparse warning compat/nedmalloc: Fix compiler warnings on linux compat/nedmalloc: Fix some sparse warnings compat/fnmatch/fnmatch.c: Fix a sparse error compat/regex/regexec.c: Fix some sparse warnings
Diffstat (limited to 'test-index-version.c')
-rw-r--r--test-index-version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-index-version.c b/test-index-version.c
index bfaad9e09..05d4699c4 100644
--- a/test-index-version.c
+++ b/test-index-version.c
@@ -1,6 +1,6 @@
#include "cache.h"
-int main(int argc, const char **argv)
+int main(int argc, char **argv)
{
struct cache_header hdr;
int version;