diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:30:29 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:30:29 -0400 |
commit | 34c30fc25cf7ce265b6c5dbc14b376f2232eabc6 (patch) | |
tree | 7fe03441d57bf71cec402b78ad926ba4545f93d9 /acprep | |
parent | 7928b6491056aa653c2d6e813a947672d8be3915 (diff) | |
download | fork-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-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |