From 18abf6e5092175e7de27e73c6bb643b2bf57ec7d Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Wed, 19 Dec 2012 13:55:02 +0100 Subject: [PATCH] More warnings, fewer errors, C99 --- Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am.inc b/Makefile.am.inc index b1ebce8b..7882fd75 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -1,2 +1,2 @@ -AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT +AM_CFLAGS = -Wall -Wextra -Wwrite-strings -Wno-unused-parameter -std=c99 -D_GNU_SOURCE -D_REENTRANT -- 2.39.5