gcc47 warnings: A few more fixes
authorJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 17:32:45 +0000 (19:32 +0200)
committerJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 18:09:18 +0000 (20:09 +0200)
commiteed9e955cd3447c8c1d62233f093f19e2a0aa68d
treeaaf6b016a70437d3cf74571487534afe052f4e26
parent72036313cff675e6634202d26198dde932caabbf
gcc47 warnings: A few more fixes

usr.bin/make pass -fno-address, NO_WERROR=true
usr.bin/monitor modified source file
usr.bin/netstat modified source file (2)
usr.bin/sdpquery WARNS=2, pass -fno-unused-but-set-variable

Make has several evaluations that gcc47 believes will always
(without exception) evaluate to true or false.  Likely gcc47 is not
detecting some cases correctly, so -Wno-address was passed to it.
However, -Werror overrides it, so NO_WERROR had to be set on this
Makefile.

The remaining GCC warnings will be left for swildner to handle.
The -Werror flag will be suppress for GCC47 until further notice.
usr.bin/make/Makefile
usr.bin/monitor/monitor.c
usr.bin/netstat/if.c
usr.bin/netstat/route.c
usr.bin/sdpquery/Makefile