aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-21 04:54:03 +0000
committerChris Lattner <sabre@nondot.org>2009-04-21 04:54:03 +0000
commitce84c16a9560b424d109e74126e45f99c6a08fcd (patch)
tree885895951de09e3f5220f82b43c880ed795abb83 /include/clang/Basic
parent2451b528fe114595d0f10ef2c05047928558ab0f (diff)
downgrade from extwarn to warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic')
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td2
1 files changed, 1 insertions, 1 deletions
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<UnknownPragmas>;
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<UnknownPragmas>;
def warn_pragma_diagnostic_invalid :
ExtWarn<"pragma diagnostic expected 'error', 'warning', 'ignored', or"