From f88d5a5124b36f798f05f5524b54db4713d4beda Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 17 Apr 2009 18:14:03 +0200 Subject: more warning options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1-32-gdbae