From b7b038fb524be8ee2996d8cd3abe627e6b97f5f4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 29 Apr 2014 00:11:54 -0500 Subject: We don't use -Qunused-arguments anymore --- Library/Formula/python3.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 581cae744..bbf005769 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -211,7 +211,6 @@ class Python3 < Formula # http://docs.python.org/devguide/setup.html#id8 suggests to disable some Warnings. ENV.append_to_cflags '-Wno-unused-value' ENV.append_to_cflags '-Wno-empty-body' - ENV.append_to_cflags '-Qunused-arguments' end end -- cgit v1.2.3