Gabor Kovesdan <[email protected]> writes: > What I noticed is that the patch sets WARNS?=0 for a lot of utilities, > which actually have higher WARNS-compliance.
WARNS level 0 is the current default. All Ulrich's patch does is reverse the logic so that WARNS is 6 by default and anything that didn't already set WARNS explicitly sets it to 0, so the actual value of WARNS in each Makefile is the same as before. This is orthogonal to actually fixing whatever doesn't currently build at a higher WARNS level. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

