[Olsr-cvs] olsrd-current/src/olsr_switch Makefile,1.12,1.13

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


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

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

Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr_switch/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile	11 Sep 2007 23:30:41 -0000	1.12
--- Makefile	16 Nov 2007 22:56:54 -0000	1.13
***************
*** 12,15 ****
--- 12,17 ----
  	$(CC) $(LDFLAGS) -o $(TOPDIR)/$(BINNAME) $(OBJS) $(LIBS) $(OS_LIB_PTHREAD)
  
+ ohs_cmd.o: CFLAGS += -Wno-cast-qual
+ 
  clean:
  	rm -f *.[od]





More information about the Olsr-cvs mailing list