From 0445310e18ffcb6df7327297ffb4dadf694aed74 Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Tue, 13 Feb 2007 16:40:00 +0000 Subject: disable warnings about unused parameters darcs-hash:20070213164024-c9803-09e613e5f264df49627936d855a119421162999b.gz --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index bb8bdc4..060d4d6 100644 --- a/common.mk +++ b/common.mk @@ -6,7 +6,8 @@ ERROR_CFLAGS = \ -Wno-missing-field-initializers \ -Wwrite-strings \ -Wmissing-prototypes \ - -Wredundant-decls + -Wredundant-decls \ + -Wno-unused-parameter CLEANFILES = *.gcno *.gcda -- cgit v1.2.1