From ce84c16a9560b424d109e74126e45f99c6a08fcd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Apr 2009 04:54:03 +0000 Subject: [PATCH] downgrade from extwarn to warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69660 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticLexKinds.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1