2 Apr
2009
2 Apr
'09
4:54 p.m.
On Thu, Apr 02, 2009 at 12:11:27AM +0200, Michal Nowak wrote:
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -g -O2 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Waggregate-return -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c http.c: In function ???a_Http_ccc???: http.c:500: warning: unused parameter ???Data2???
gcc-4.3.2-7.i386
Emerged in recent days.
Yes, it's visible since the addition of the "-W" flag. Data2 is a generic parameter used with CCC that is not used by http.c. No real problem here. -- Cheers Jorge.-