From 5c79d5884a75257ace08de1d570e8cd18884b6ec Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 11 Aug 2012 17:18:59 +0100 Subject: [PATCH] Don't warn uses on :fails_with compiler blocks. Fixes Homebrew/homebrew#14121. --- Library/Homebrew/compilers.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index ff56d34a08..03a1de6bc1 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