diff options
| author | Jack Nagel | 2014-04-29 00:11:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-29 00:11:54 -0500 |
| commit | b7b038fb524be8ee2996d8cd3abe627e6b97f5f4 (patch) | |
| tree | 212cc901daac39f156f50fa0a18738c98e0cd0e3 /Library/Formula/python.rb | |
| parent | 7be34d2f39f4fd4e7fbc2d5cfc7b0bb866e93ad2 (diff) | |
| download | homebrew-b7b038fb524be8ee2996d8cd3abe627e6b97f5f4.tar.bz2 | |
We don't use -Qunused-arguments anymore
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 5b4f214d8..d12d86d96 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -239,7 +239,6 @@ class Python < Formula # http://docs.python.org/devguide/setup.html#id8 suggests to disable some Warnings. ENV.append_to_cflags '-Wno-unused-value' ENV.append_to_cflags '-Wno-empty-body' - ENV.append_to_cflags '-Qunused-arguments' end end |
