Enable -Werror in GTK builds (we already have -Wall, so more GCCisms aren't
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Jan 2003 20:15:28 +0000 (20:15 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Jan 2003 20:15:28 +0000 (20:15 +0000)
_that_ evil).

git-svn-id: svn://svn.tartarus.org/sgt/putty@2667 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index 322df73..530d07a 100755 (executable)
@@ -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",