diff options
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile index 2bafbc2..457a39e 100644 --- a/maintMakefile +++ b/maintMakefile @@ -3,7 +3,10 @@ # tree, not a dist copy. # We like mondo-warnings! -AM_CFLAGS += -Wall -W +AM_CFLAGS += -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast + +# I want this one but I have to wait for the const cleanup! +# -Wwrite-strings # Find the glob source files... this might be dangerous, but we're maintainers! globsrc := $(wildcard glob/*.c) |