summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-11 05:08:55 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-11 05:08:55 -0500
commit62c04deb8719444d1f958d40fe6442b714bb7e50 (patch)
tree296c3e1742bbafc10d6cd9f67585a2ba68e5c3d2 /acprep
parent020de80f6012bb323f11da77e0ca3c8841999491 (diff)
downloadfork-ledger-62c04deb8719444d1f958d40fe6442b714bb7e50.tar.gz
fork-ledger-62c04deb8719444d1f958d40fe6442b714bb7e50.tar.bz2
fork-ledger-62c04deb8719444d1f958d40fe6442b714bb7e50.zip
Quieted several compiler warnings from Clang
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index 06087572..d3639f54 100755
--- a/acprep
+++ b/acprep
@@ -1211,6 +1211,7 @@ class PrepareBuild(CommandLineApp):
self.CXXFLAGS.append('-Wno-missing-prototypes')
self.CXXFLAGS.append('-Wno-missing-noreturn')
self.CXXFLAGS.append('-Wno-disabled-macro-expansion')
+ self.CXXFLAGS.append('-Wno-unused-parameter')
self.CXXFLAGS.append('-fno-limit-debug-info')
#self.CXXFLAGS.append('-Wold-style-cast')