From 34c30fc25cf7ce265b6c5dbc14b376f2232eabc6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:30:29 -0400 Subject: Disable build warnings by default Also, make them errors if --warn is enabled. --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index 003b1b92..8001bdbe 100755 --- a/acprep +++ b/acprep @@ -729,7 +729,7 @@ class PrepareBuild(CommandLineApp): self.log.debug('System type is => ' + system) # These options are global defaults at the moment - self.option_warn() + #self.option_warn() if not self.no_pch: self.option_pch() -- cgit v1.2.3