X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=src%2FMakefile.am;h=4f2a58db3193f0441f2e9209f6b423dca1abf660;hp=ec9b0993465d0f0a4492814b9e7d2d02086d7d5a;hb=11119601205b4276464e55a6518049a370560e60;hpb=7f09f48e7e7bc98f54c41ad3204ed1d29f313b7b diff --git a/src/Makefile.am b/src/Makefile.am index ec9b099..4f2a58d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,5 +21,5 @@ libjansson_la_LDFLAGS = \ if GCC # These flags are gcc specific -AM_CFLAGS = -Wall -Wextra -Werror +AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -Werror endif