get rid of another compiler warning on Windows for %llu
authorLee <ler762@users.sourceforge.net>
Sat, 1 Jul 2017 17:14:12 +0000 (17:14 +0000)
committerLee <ler762@users.sourceforge.net>
Sat, 1 Jul 2017 17:14:12 +0000 (17:14 +0000)
commit23b99e99ad07aefdc868f16c970c22f73b7f50cc
treec3870e95f4e7d967a528b06b99312f60862cbda0
parent8383a7f4f1db4fa709339e7b324689b5ece8d633
get rid of another compiler warning on Windows for %llu

i686-w64-mingw32-gcc -c -pipe -O2 -DWINVER=0x501   -mwindows -Wall -Ipcre  parsers.c -o parsers.o
parsers.c: In function 'create_content_length_header':
parsers.c:4671:36: warning: unknown conversion type character 'l' in format [-Wformat=]
    snprintf(header, buffer_length, "Content-Length: %llu", content_length);
                                    ^
parsers.c:4671:36: warning: too many arguments for format [-Wformat-extra-args]
parsers.c