bde a963e0c4d3 Turned off -W and -Winline so that the warnings that should be fixed for
2.2 are more obvious.  -Winline is unimportant, but -W gives thousands
of warnings for comparisions.  Turning off -W also loses warnings for:
- auto variables clobbered by longjmp.  Not much of a problem in the kernel.
- functions returning without a value.  I don't like losing this.
- an expression statement or the left side of a comma operand contains no
  side effects.  Turning this off also stops warnings for the low quality
  debugging macros in gsc.c and lpt.c.

Should be in 2.2.
1996-11-11 15:49:27 +00:00
..
1996-11-04 22:17:20 +00:00
1996-10-20 18:35:35 +00:00
1996-11-03 12:04:05 +00:00
1996-11-11 05:17:34 +00:00
1996-10-28 11:32:55 +00:00
1994-08-02 07:55:43 +00:00