[BACK]Return to bsd.sys.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.sys.mk between version 1.55 and 1.56

version 1.55, 2001/10/19 19:07:48 version 1.56, 2001/11/01 07:17:17
Line 11  CFLAGS+= -Wall -Wstrict-prototypes -Wmis
Line 11  CFLAGS+= -Wall -Wstrict-prototypes -Wmis
 CFLAGS+= -Wno-uninitialized  CFLAGS+= -Wno-uninitialized
 .endif  .endif
 .if ${WARNS} > 1  .if ${WARNS} > 1
 CFLAGS+=-Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings  CFLAGS+=-Wreturn-type -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
 CFLAGS+=-Wswitch -Wshadow  .endif
   .if ${WARNS} > 2
   CFLAGS+=-Wcast-qual
 .endif  .endif
 .endif  .endif
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>