peter ad64d51451 Turn on -Werror by default. This is is easily turned off, by either:
- fix the warnings, they are there for a reason!
- add -DNO_ERROR to your make(1) command.
- add 'makeoptions NO_WERROR=true' to your kernel config.
- add 'nowerror' to conf/files* that have warnings that should be fixed
  due to tracking 3rd party vendor code.
- add 'nowerror' to conf/files* where the warning is false due to a
  compiler bug and fixing it with brute force would be too expensive.

There are some very sloppy warnings in our kernel build, come on folks!

'make release' uses -DNO_WERROR intentionally.
2002-02-25 22:04:33 +00:00
..
2002-02-22 23:58:22 +00:00
2002-02-25 21:42:23 +00:00
2002-02-22 09:18:46 +00:00
2002-02-25 21:42:23 +00:00
2002-02-22 23:58:22 +00:00
2002-02-24 23:24:01 +00:00
2002-02-23 11:12:57 +00:00
2002-02-07 20:58:47 +00:00
2002-02-17 12:41:50 +00:00