shared: don't warn about non-Apple compilers now.

This commit is contained in:
Mike McQuaid 2014-04-15 13:15:45 +01:00
parent 249aae177f
commit 593702c70b

View File

@ -186,8 +186,6 @@ module SharedEnvExtension
end
def warn_about_non_apple_gcc(gcc)
opoo "Experimental support for non-Apple GCC enabled. Some builds may fail!"
begin
gcc_name = 'gcc' + gcc.delete('.')
gcc = Formulary.factory(gcc_name)