diff options
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index cab86ba7d9..c93369ace4 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -161,7 +161,7 @@ def warn_suggest_noreturn_block : Warning< "block could be attribute 'noreturn'">, InGroup<DiagGroup<"missing-noreturn">>, DefaultIgnore; def warn_unreachable : Warning<"will never be executed">, - InGroup<DiagGroup<"unreachable-code">>, DefaultIgnore; + InGroup<DiagGroup<"unreachable-code">>; /// Built-in functions. def ext_implicit_lib_function_decl : ExtWarn< |