From: Alexander Klauer Date: Wed, 19 Dec 2012 12:55:02 +0000 (+0100) Subject: More warnings, fewer errors, C99 X-Git-Tag: json-c-0.11-20130402~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F56%2Fhead;p=thirdparty%2Fjson-c.git More warnings, fewer errors, C99 --- 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