[Olsr-cvs] olsrd-current/lib/tas Makefile,1.5,1.6
Bernd Petrovitsch
(spam-protected)
Fri Nov 16 23:56:56 CET 2007
Update of /cvsroot/olsrd/olsrd-current/lib/tas
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15005/lib/tas
Modified Files:
Makefile
Log Message:
* added -Wcast-qual: this killed lots of unnecessary type-casts
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/tas/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 15 Jul 2007 21:50:46 -0000 1.5
--- Makefile 16 Nov 2007 22:56:54 -0000 1.6
***************
*** 1,4 ****
# The olsr.org Optimized Link-State Routing daemon(olsrd)
! # Copyright (c) 2004, Andreas Tønnesen((spam-protected))
# All rights reserved.
#
--- 1,4 ----
# The olsr.org Optimized Link-State Routing daemon(olsrd)
! # Copyright (c) 2004, Andreas Tønnesen((spam-protected))
# All rights reserved.
#
***************
*** 64,67 ****
--- 64,70 ----
$(CC) $(LDFLAGS) -o $(PLUGIN_FULLNAME) $(OBJS) $(LIBS)
+ # this is not nice but there is no nicer solution
+ src/lua/lapi.o src/lua/ltable.o: CFLAGS += -Wno-cast-qual
+
install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
More information about the Olsr-cvs
mailing list