cvs commit: src/libexec/talkd announce.c extern.h print.c table.c talkd.c

Marcel Moolenaar marcel at xcllnt.net
Wed Apr 2 21:50:51 PST 2003


On Wed, Apr 02, 2003 at 11:16:40PM -0600, Juli Mallett wrote:
> 
> On platforms with pointer alignment warnings, it's not really WARNS=5,
> and I have not marked it as such for that reason.  It is however now
> WARNS=3 on those platforms, plus everything except the alignment issues.

[Not picking on this particular commit]

Please, everybody, do not set WARNS=5 on anything because it breaks
non-optimized builds:

cc -g -mcpu=pentiumpro -I/usr/local/src/fpi/cpu/..   -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wuninitialized  -c decode.c
cc1: warnings being treated as errors
cc1: warning: -Wuninitialized is not supported without -O
*** Error code 1

The same happens with -O0 instead of -g.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the cvs-all mailing list