mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Add '-Wall -Werror' to the compile options in the autotools makefile,
having just noticed that Makefile.gtk had it and this one doesn't. (Of course, this being autoconf, we can easily enough make it conditional on the compiler actually being gcc.) [originally from svn r9583]
This commit is contained in:
@ -1155,7 +1155,7 @@ if (defined $makefiles{'am'}) {
|
||||
$objtosrc{$d->{obj}} = $d->{deps}->[0];
|
||||
}
|
||||
|
||||
@amcflags = ("\$(COMPAT)", "\$(XFLAGS)", map {"-I$dirpfx$_"} @srcdirs);
|
||||
@amcflags = ("\$(COMPAT)", "\$(XFLAGS)", "\$(WARNINGOPTS)", map {"-I$dirpfx$_"} @srcdirs);
|
||||
print "if HAVE_GTK\n";
|
||||
print &splitline(join " ", "AM_CFLAGS", "=",
|
||||
"\$(GTK_CFLAGS)", @amcflags), "\n";
|
||||
|
Reference in New Issue
Block a user