Don't warn uses on :fails_with compiler blocks.

Fixes Homebrew/homebrew#14121.
This commit is contained in:
Mike McQuaid 2012-08-11 17:18:59 +01:00
parent c5eb0b880a
commit 5c79d5884a

View File

@ -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