summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-25 04:30:29 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-25 04:30:29 -0400
commit34c30fc25cf7ce265b6c5dbc14b376f2232eabc6 (patch)
tree7fe03441d57bf71cec402b78ad926ba4545f93d9 /acprep
parent7928b6491056aa653c2d6e813a947672d8be3915 (diff)
downloadfork-ledger-34c30fc25cf7ce265b6c5dbc14b376f2232eabc6.tar.gz
fork-ledger-34c30fc25cf7ce265b6c5dbc14b376f2232eabc6.tar.bz2
fork-ledger-34c30fc25cf7ce265b6c5dbc14b376f2232eabc6.zip
Disable build warnings by default
Also, make them errors if --warn is enabled.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
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()