bsd.sys.mk: Remove -Werror flag from gcc47 builds
authorJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 17:39:37 +0000 (19:39 +0200)
committerJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 18:09:27 +0000 (20:09 +0200)
commitc9a7b745e473d4a0cf9fa16e9a34f62eb481ea3d
treed1f2f10f218953ca452a13f4f911f04fbfe64d54
parenteed9e955cd3447c8c1d62233f093f19e2a0aa68d
bsd.sys.mk: Remove -Werror flag from gcc47 builds

While most of the breakage caused by new GCC47 warnings have been fixed,
swildner would prefer to complete the task and review the previously
and hastily submitted warning fixes at his leisure.

To accommodate this, the -Werror flag is removed when gcc47 is used to
build so the new warnings will pass by harmlessly.  swildner will
restore the -Werror flag when his task is complete.
share/mk/bsd.sys.mk