Use -Wall only
authorMike McCormack <mj.mccormack@samsung.com>
Thu, 3 Nov 2011 23:33:42 +0000 (08:33 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Thu, 3 Nov 2011 23:33:42 +0000 (08:33 +0900)
Other flags produce too much noise, and people aren't fixing
the warnings anyway.  Reduce it to the important ones.

debian/rules

index 25280bd..6ccc892 100755 (executable)
@@ -8,7 +8,7 @@ DEB_MAKE_CLEAN_TARGET := distclean
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-dependency-tracking
 DEB_MAKE_EXTRA_ARGS := V=0
 
-CFLAGS += -fPIC -W -Wall -Wextra
+CFLAGS += -fPIC -Wall
 LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed
 
 clean::