K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-21T08:09:18.000000Z K 7 svn:log V 552 When we added the WARNS to -stable, we decided that -Werror should be conditional on WARNS_WERROR so that warnings don't break the -stable build. However, this was made conditional with the intention that a developer could set WARNS_WERROR to true and build -stable with -Werror, which we would still expect to survive. However, when we added WARNS_WERROR, we removed support for NO_WERROR, which individual Makefiles may set if they want to keep the warnings, but don't want to make them fatal since they know some still exist. Reviewed by: obrien END