diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-29 14:24:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-29 14:24:02 -0700 |
commit | 7e2d574c37c6d53f09ceeb650f7af001aa50e987 (patch) | |
tree | a68235d36ae82d5401b93ccc2a84c92acaf29cf3 /Makefile | |
parent | 2f1ef15070a8664d3194d164f20283d78571e51c (diff) | |
parent | 84d32bf7678259c08406571cd6ce4b7a6724dcba (diff) | |
download | git-7e2d574c37c6d53f09ceeb650f7af001aa50e987.tar.gz |
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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2003,6 +2003,7 @@ endif ifdef USE_NED_ALLOCATOR compat/nedmalloc/nedmalloc.sp compat/nedmalloc/nedmalloc.o: EXTRA_CPPFLAGS = \ -DNDEBUG -DOVERRIDE_STRDUP -DREPLACE_SYSTEM_ALLOCATOR +compat/nedmalloc/nedmalloc.sp: SPARSE_FLAGS += -Wno-non-pointer-null endif git-%$X: %.o GIT-LDFLAGS $(GITLIBS) |