]> git.cworth.org Git - wordgame/blobdiff - Makefile
Add -Wmissing-prototypes and add a bunch of missing static qualifiers.
[wordgame] / Makefile
index 8d8e5a5e36dace4e4d7b619037d430184409adff..270b2ef3df53bbc84c3e42569f1469e8f0175964 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-WGCFLAGS=-Wall -Wextra -Wno-unused-parameter
+WGCFLAGS=-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter
 
 PROGRAMS=grid
 all: $(PROGRAMS)