I'm not compiling -Wall... so /opt/apr15/build-1/libtool --silent --mode=compile gcc -std=gnu99 -I/usr/include/libxml2 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/home/wrowe/dev/httpd-2.4/os/unix -I/home/wrowe/dev/httpd-2.4/include -I/opt/apr15/include/apr-1 -I/usr/local/ssl/include -I/usr/local/include -I/home/wrowe/dev/httpd-2.4/modules/aaa -I/home/wrowe/dev/httpd-2.4/modules/cache -I/home/wrowe/dev/httpd-2.4/modules/core -I/home/wrowe/dev/httpd-2.4/modules/database -I/home/wrowe/dev/httpd-2.4/modules/filters -I/home/wrowe/dev/httpd-2.4/modules/ldap -I/home/wrowe/dev/httpd-2.4/server -I/home/wrowe/dev/httpd-2.4/modules/loggers -I/home/wrowe/dev/httpd-2.4/modules/lua -I/home/wrowe/dev/httpd-2.4/modules/proxy -I/home/wrowe/dev/httpd-2.4/modules/session -I/home/wrowe/dev/httpd-2.4/modules/ssl -I/home/wrowe/dev/httpd-2.4/modules/test -I/home/wrowe/dev/httpd-2.4/server -I/home/wrowe/dev/httpd-2.4/modules/arch/unix -I/home/wrowe/dev/httpd-2.4/modules/dav/main -I/home/wrowe/dev/httpd-2.4/modules/generators -I/home/wrowe/dev/httpd-2.4/modules/mappers -prefer-pic -c mod_deflate.c && touch mod_deflate.slo /opt/apr15/build-1/libtool --silent --mode=link gcc -std=gnu99 -I/usr/include/libxml2 -g -O2 -pthread -L/usr/local/ssl/lib -o mod_deflate.la -rpath /opt/apache24/modules -module -avoid-version mod_deflate.lo -lz
no noise on compilation. I'm not debating it isn't there, just that my compiler settings did not throw it at me. On Fri, Jun 5, 2015 at 12:11 AM, Gregg Smith <g...@gknw.net> wrote: > On 6/4/2015 10:01 PM, William A Rowe Jr wrote: > >> On Thu, Jun 4, 2015 at 10:47 PM, Gregg Smith<g...@gknw.net> wrote: >> >> This is new, not quite sure how I didn't see it a few weeks ago as it's 9 >>> weeks old. >>> Who forgot to fill in the number? >>> >>> mod_deflate.c(1283) : warning C4003: not enough actual parameters for >>> macro 'APLOGNO' >>> >>> I just rechecked my compilation from near-trunk 6 hours ago, I don't see >> this. >> >> More background, please? gcc or other compiler rev? OS? Revision? >> >> It avoids a lot of needless speculation. >> > > It's not a compiler thing, doesn't matter what OS. Sorry I didn't mention > it's r1669555, my bad! You have the line number in the posted compiler > output. However, it's pretty hard to miss as it's in the first stanza of > the merge and practically hops in your lap. > > > http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c?r1=1661845&r2=1669555 > > > >