From: Chris Lattner Date: Tue, 21 Apr 2009 04:54:03 +0000 (+0000) Subject: downgrade from extwarn to warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce84c16a9560b424d109e74126e45f99c6a08fcd;p=clang downgrade from extwarn to warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69660 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index 32890c7cb8..b2e99df9de 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -215,7 +215,7 @@ def ext_stdc_pragma_syntax_eom : ExtWarn<"expected end of macro in STDC pragma">, InGroup; def warn_stdc_fenv_access_not_supported : - ExtWarn<"pragma STDC FENV_ACCESS ON is not supported, ignoring pragma">, + Warning<"pragma STDC FENV_ACCESS ON is not supported, ignoring pragma">, InGroup; def warn_pragma_diagnostic_invalid : ExtWarn<"pragma diagnostic expected 'error', 'warning', 'ignored', or"