]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
Build libs with minimal acceptable -W flags
authorAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 15:36:21 +0000 (15:36 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 15:36:21 +0000 (15:36 +0000)
(should add more)

lib/Makefile.inc [new file with mode: 0644]

diff --git a/lib/Makefile.inc b/lib/Makefile.inc
new file mode 100644 (file)
index 0000000..47cc0a0
--- /dev/null
@@ -0,0 +1,2 @@
+CFLAGS+=       -Wall -Wextra -Wno-unused-parameter
+CFLAGS+=       -Wmissing-prototypes -Wstrict-prototypes