]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Enable -Werror in GTK builds (we already have -Wall, so more GCCisms aren't
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 20 Jan 2003 20:15:28 +0000 (20:15 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 20 Jan 2003 20:15:28 +0000 (20:15 +0000)
_that_ evil).

[originally from svn r2667]

mkfiles.pl

index 322df7381b1f42466b69e0f759e80a532d3b073b..530d07a782cc33a5237807ca621fa19ae5586f7a 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",