W.C.A. Wijngaards:
> This is the 4.1.1rc1 pre-release for packaging and tests
packaging works fine here. Some (maybe not new) warnings from my
different builds:
gcc -I. -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -g -W -Wall -Wextra
-Wdeclaration-after-statement -c ipc.c
ipc.c: In function 'child_handle_parent_command':
ipc.c:85: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
gcc -I. -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -g -W -Wall -Wextra
-Wdeclaration-after-statement -c zonec.c
zonec.c: In function 'zparser_conv_loc':
zonec.c:956: warning: ignoring return value of 'strtol', declared with
attribute warn_unused_result
gcc -I. -g -O2 -g -Wall -O2 -W -Wall -Wextra
-Wdeclaration-after-statement -c xfrd-tcp.c
xfrd-tcp.c: In function 'pipeline_find':
xfrd-tcp.c:235: warning: dereferencing pointer 'key' does break
strict-aliasing rules
xfrd-tcp.c:233: warning: dereferencing pointer 'key' does break
strict-aliasing rules
xfrd-tcp.c:223: warning: dereferencing pointer 'key' does break
strict-aliasing rules
xfrd-tcp.c:222: warning: dereferencing pointer 'key' does break
strict-aliasing rules
xfrd-tcp.c:221: warning: dereferencing pointer 'key' does break
strict-aliasing rules
xfrd-tcp.c:220: note: initialized from here
Will install the packages later and report results tomorrow ...
Andreas