From 593635607d8ec89a696c1dbc4dccbeddbdfca1db Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 4 Jul 2014 20:42:50 +0000 Subject: [PATCH] Prune some ignored warning options These are forms that have either slipped in without being requested for compatibility or that GCC doesn't support in the first place. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212358 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Options.td | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index d0cccb6d15..0144af7200 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -860,11 +860,9 @@ def Wlarge_by_value_copy_def : Flag<["-"], "Wlarge-by-value-copy">, def Wlarge_by_value_copy_EQ : Joined<["-"], "Wlarge-by-value-copy=">, Flags<[CC1Option]>; // Just silence warnings about -Wlarger-than for now. -def Wlarger_than : Separate<["-"], "Wlarger-than">, Group; -def Wlarger_than_EQ : Joined<["-"], "Wlarger-than=">, Alias; -def Wlarger_than_ : Joined<["-"], "Wlarger-than-">, Alias; +def Wlarger_than_EQ : Joined<["-"], "Wlarger-than=">, Group; +def Wlarger_than_ : Joined<["-"], "Wlarger-than-">, Alias; def Wframe_larger_than_EQ : Joined<["-"], "Wframe-larger-than=">, Flags<[DriverOption]>; -def Wstack_usage_EQ : Joined<["-"], "Wstack-usage=">, Group; def : Flag<["-"], "fterminated-vtables">, Alias; def fthreadsafe_statics : Flag<["-"], "fthreadsafe-statics">, Group; -- 2.40.0