diff options
| author | Jack Nagel | 2013-11-11 23:52:03 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-11 23:52:03 -0600 |
| commit | 2498b43801026bf9996524efcc767f27a70b5360 (patch) | |
| tree | 8ff18e0d8993d09252b4d4436e74f43f727037fc /Library/Formula | |
| parent | 17b47a632523590032677db946207540828dca8e (diff) | |
| download | homebrew-2498b43801026bf9996524efcc767f27a70b5360.tar.bz2 | |
glib: remove dead code
ENV.enable_warnings doesn't do anything under superenv, and we pass '-w'
unconditionally, so this probably isn't needed anymore.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 74ff8ce00..21000f153 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -41,9 +41,6 @@ class Glib < Formula def install ENV.universal_binary if build.universal? - # -w is said to causes gcc to emit spurious errors for this package - ENV.enable_warnings if ENV.compiler == :gcc - # Disable dtrace; see https://trac.macports.org/ticket/30413 args = %W[ --disable-maintainer-mode |
