diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2011-10-14 00:04:00 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2011-10-14 00:04:00 +0000 |
commit | f38eaa4748ee6164d5e36309fecef71765ff8b2b (patch) | |
tree | 3012e793eaa3b273e88b1cfcfa5752eacc1abae2 /include/clang/Basic/DiagnosticCommonKinds.td | |
parent | 5fa065b55bd622f20656e0de3b1f122951146784 (diff) |
Revert the -Wc++98-compat flag because dgregor doesn't like it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticCommonKinds.td')
-rw-r--r-- | include/clang/Basic/DiagnosticCommonKinds.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Basic/DiagnosticCommonKinds.td b/include/clang/Basic/DiagnosticCommonKinds.td index 3ead96b52d..5aa58e3f5e 100644 --- a/include/clang/Basic/DiagnosticCommonKinds.td +++ b/include/clang/Basic/DiagnosticCommonKinds.td @@ -53,9 +53,6 @@ def err_invalid_storage_class_in_func_decl : Error< def err_expected_namespace_name : Error<"expected namespace name">; def ext_variadic_templates : ExtWarn< "variadic templates are a C++11 extension">, InGroup<CXX11>; -def warn_cxx98_compat_variadic_templates : - Warning<"variadic templates are incompatible with C++98">, - InGroup<CXX98CompatVariadicTemplates>, DefaultIgnore; def err_default_special_members : Error< "only special member functions may be defaulted">; def err_friends_define_only_namespace_scope : Error< |