Commit 0445310e authored by Dafydd Harries's avatar Dafydd Harries

disable warnings about unused parameters

darcs-hash:20070213164024-c9803-09e613e5f264df49627936d855a119421162999b.gz
parent 96736582
...@@ -6,7 +6,8 @@ ERROR_CFLAGS = \ ...@@ -6,7 +6,8 @@ ERROR_CFLAGS = \
-Wno-missing-field-initializers \ -Wno-missing-field-initializers \
-Wwrite-strings \ -Wwrite-strings \
-Wmissing-prototypes \ -Wmissing-prototypes \
-Wredundant-decls -Wredundant-decls \
-Wno-unused-parameter
CLEANFILES = *.gcno *.gcda CLEANFILES = *.gcno *.gcda
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment