aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-11-07 18:02:10 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-11-07 18:02:10 +0000
commit157bbd94acb8de57bd7a4f220fb691fe069ff603 (patch)
tree0c4028a34e80b3eb7d1fe207aa9f8d188aaa91eb /Makefile
parent728ce5ff9c017b29dbaf86972ced04b7fe4182fe (diff)
don't warn about unused variables/parameters/functions
svn path=/trunk/externals/iem/iemnet/; revision=15711
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e1bb25..b93e8d4 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,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 =