summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-04-17 18:14:03 +0200
committerGravatar Nikias Bassen2009-04-17 18:14:03 +0200
commitf88d5a5124b36f798f05f5524b54db4713d4beda (patch)
treeffd0687d929715a0f130f7122ec225f6d8073b28
parentd54c5f4f0d87f76cf2a11fd88ec18cdbd67edaa2 (diff)
downloadusbmuxd-f88d5a5124b36f798f05f5524b54db4713d4beda.tar.gz
usbmuxd-f88d5a5124b36f798f05f5524b54db4713d4beda.tar.bz2
more warning options
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13a9914..cd3a0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGETS=usbmuxd libusbmuxd.so iproxy
-CFLAGS=-I. -Wall -g -DDEBUG -fPIC
+CFLAGS=-I. -g -DDEBUG -fPIC -Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
LIBS=-lpthread -lusb -lrt
LDFLAGS=-L.
INSTALL_PREFIX=/usr/local