diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-11-16 17:30:59 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-11-16 17:30:59 +0000 |
commit | 6353f1d32a99ee6e624241eddc561c15dbb739a4 (patch) | |
tree | ef64206af321577d8a5a4b9cd0b5b768d3322431 | |
parent | 69bab820195e5d1d471feee647fd16f405854053 (diff) |
don't report unused stuff
svn path=/trunk/externals/iem/iemguts/; revision=15773
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ ALL_LIBS = #------------------------------------------------------------------------------# # these can be set from outside without (usually) breaking the build -CFLAGS = -Wall -W -g +CFLAGS = -Wall -Wno-unused -W -g LDFLAGS = LIBS = |