1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Enable -Werror in GTK builds (we already have -Wall, so more GCCisms aren't

_that_ evil).

[originally from svn r2667]
This commit is contained in:
Ben Harris 2003-01-20 20:15:28 +00:00
parent 81ada5f24f
commit 3e09c5afa1

View File

@ -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",