Skip to content

Commit a7247f4

Browse files
authored
Closes #54
1 parent c9a4610 commit a7247f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticParseKinds.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def err_except_spec_unparsed : Error<
594594
"unexpected end of exception specification">;
595595
def ext_dynamic_exception_spec : ExtWarn<
596596
"ISO C++17 does not allow dynamic exception specifications">,
597-
InGroup<DynamicExceptionSpec>, DefaultError;
597+
InGroup<DynamicExceptionSpec>, DefaultIgnore;
598598
def warn_exception_spec_deprecated : Warning<
599599
"dynamic exception specifications are deprecated">,
600600
InGroup<DeprecatedDynamicExceptionSpec>, DefaultIgnore;

0 commit comments

Comments
 (0)