[Olsr-cvs] olsrd-current Makefile.inc,1.44,1.45

Bernd Petrovitsch (spam-protected)
Fri Nov 16 23:56:56 CET 2007


Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15005

Modified Files:
	Makefile.inc 
Log Message:
* added -Wcast-qual: this killed lots of unnecessary type-casts

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Makefile.inc	16 Nov 2007 19:34:26 -0000	1.44
--- Makefile.inc	16 Nov 2007 22:56:53 -0000	1.45
***************
*** 76,79 ****
--- 76,83 ----
  WARNINGS +=	-Wwrite-strings
  WARNINGS +=	-Wbad-function-cast
+ #WARNINGS +=	-Wpointer-arith
+ WARNINGS +=	-Wcast-qual
+ #WARNINGS +=	-Wcast-align
+ #WARNINGS +=	-Wconversion
  #WARNINGS +=	-Wredundant-decls
  ifeq ($(MUDFLAP),0)





More information about the Olsr-cvs mailing list