aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-08-11 17:18:59 +0100
committerMike McQuaid2012-08-11 17:19:43 +0100
commit5c79d5884a75257ace08de1d570e8cd18884b6ec (patch)
treef89930e4ee34c36a4af77c56cbee9fe60f70e46b /Library
parentc5eb0b880ae50a32986a07800204774e6a12b75b (diff)
downloadbrew-5c79d5884a75257ace08de1d570e8cd18884b6ec.tar.bz2
Don't warn uses on :fails_with compiler blocks.
Fixes Homebrew/homebrew#14121.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/compilers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb
index ff56d34a0..03a1de6bc 100644
--- a/Library/Homebrew/compilers.rb
+++ b/Library/Homebrew/compilers.rb
@@ -131,8 +131,6 @@ class CompilerSelector
end
opoo warning
- else
- opoo "Formula will not build with #{NAMES[@old_compiler]}, trying #{NAMES[ENV.compiler]}"
end
end
end