From 3e09c5afa144b621fc09bb0021e1d3a5c322266f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 20 Jan 2003 20:15:28 +0000 Subject: [PATCH] Enable -Werror in GTK builds (we already have -Wall, so more GCCisms aren't _that_ evil). [originally from svn r2667] --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index 322df738..530d07a7 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -539,7 +539,7 @@ print "# TOOLPATH = /opt/gcc/bin\n". "CC = \$(TOOLPATH)cc\n". "\n". -&splitline("CFLAGS = -Wall -g -I. -I.. -I../charset `gtk-config --cflags`")."\n". +&splitline("CFLAGS = -Wall -Werror -g -I. -I.. -I../charset `gtk-config --cflags`")."\n". "XLDFLAGS = `gtk-config --libs`\n". "ULDFLAGS =#\n". "INSTALL=install\n",