gcc41/gcc44: Remove a modification to exclude -Wpointer-sign from -Wall.
authorSascha Wildner <saw@online.de>
Sat, 14 Jul 2012 16:19:13 +0000 (18:19 +0200)
committerSascha Wildner <saw@online.de>
Sat, 14 Jul 2012 16:19:13 +0000 (18:19 +0200)
commitdb52ce66af1ef0653d7822f61b5888b9a1a2fb79
treeadb964c5c9776c563082b405af4453d00a172c31
parent4e1af74f7f376ab663c660ad01dafb572ab8df66
gcc41/gcc44: Remove a modification to exclude -Wpointer-sign from -Wall.

We had this as a local change in our compilers but the problem with this
approach is that it needs to be added to each future compiler we support.

This isn't so much a problem with the compilers we have in base but with
those from pkgsrc that we support via CCVER and compilers.conf(5).

Instead, add -Wno-pointer-sign to our Makefiles whenever -Wall comes into
play.
contrib/gcc-4.1/gcc/c-opts.c
contrib/gcc-4.4/gcc/c-opts.c
share/mk/bsd.sys.mk
sys/conf/bsd.kern.mk