From fba685695c3c5175baf84aac81741d18533f7e1d Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sun, 1 Sep 2013 16:32:01 -0700 Subject: [PATCH] Fixed the flags --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1d4a528..5cc1266 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ SUBDIRS = build misc ACLOCAL_AMFLAGS = -I m4 -AM_CXXFLAGS = -wall -c89 +AM_CFLAGS = -wall -c89 -werror