1
0
mirror of https://github.com/git/git.git synced 2024-09-28 17:22:20 +02:00
git/compat
Steffen Prohaska cd800eecc2 Windows: Fix ntohl() related warnings about printf formatting
On Windows, ntohl() returns unsigned long.  On Unix it returns
uint32_t.  This makes choosing a suitable printf format string
hard.

This commit introduces a mingw specific helper function
git_ntohl() that casts to unsigned int before returning.  This
makes gcc's printf format check happy.  It should be safe because
we expect ntohl to use 32-bit numbers.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2008-06-26 08:47:17 +02:00
..
fnmatch.c
fnmatch.h
fopen.c
hstrerror.c
inet_ntop.c
inet_pton.c
memmem.c
mingw.c Windows: TMP and TEMP environment variables specify a temporary directory. 2008-06-26 08:47:16 +02:00
mingw.h Windows: Fix ntohl() related warnings about printf formatting 2008-06-26 08:47:17 +02:00
mkdtemp.c
mmap.c
pread.c
qsort.c
regex.c
regex.h
setenv.c
snprintf.c Add target architecture MinGW. 2008-06-22 11:32:45 +02:00
strcasestr.c
strlcpy.c
strtoumax.c
unsetenv.c