From 1effe822b329d8815338cd6944aed47e709c530d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Jan 2019 13:21:02 +0000 Subject: [PATCH] zile: remove checks for old compilers. --- Formula/zile.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/zile.rb b/Formula/zile.rb index e2545fcde8..6057141bfe 100644 --- a/Formula/zile.rb +++ b/Formula/zile.rb @@ -17,10 +17,6 @@ class Zile < Formula depends_on "pkg-config" => :build depends_on "bdw-gc" - fails_with :gcc do - cause "src/funcs.c:1128: error: #pragma GCC diagnostic not allowed inside functions" - end - def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "install"