diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 23:13:58 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 23:13:58 +0100 |
commit | f6ae74eb0e94facb9fea8002ea86b5af1f6e593e (patch) | |
tree | 8344796b2b2f818084f9a024cb42e56d40c2afd1 | |
parent | c31ed682546de11f6e6824647c9321e74cf8692b (diff) |
Makefile: Add -Wextra to CFLAGS
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ MANDIR = $(prefix)/share/man/man1 CC := gcc CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \ - -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ + -Wextra -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes # Compile with 'make DEBUG=true' to enable debugging |