Skip to content

Commit 59bd652

Browse files
committed
Closes #15
1 parent b29f5d2 commit 59bd652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticASTKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def warn_fixedpoint_constant_overflow : Warning<
405405
InGroup<DiagGroup<"fixed-point-overflow">>;
406406
def warn_constexpr_unscoped_enum_out_of_range : Warning<
407407
"integer value %0 is outside the valid range of values [%1, %2] for the "
408-
"enumeration type %3">, DefaultError, InGroup<DiagGroup<"enum-constexpr-conversion">>;
408+
"enumeration type %3">, InGroup<DiagGroup<"enum-constexpr-conversion">>;
409409

410410
// This is a temporary diagnostic, and shall be removed once our
411411
// implementation is complete, and like the preceding constexpr notes belongs

0 commit comments

Comments
 (0)