des 2004/02/16 12:07:06 PST
FreeBSD src repository
Modified files:
share/mk bsd.sys.mk
Log:
Remove -Wbad-function-cast. Its main purpose is to catch bugs that we
already catch with -Wstrict-prototypes, and it causes spurious warnings
for some perfectly legitimate constructs.
Revision Changes Path
1.34 +1 -1 src/share/mk/bsd.sys.mk