This commit is contained in:
hsutter 2019-04-04 11:16:34 -07:00
parent 4b7cd81ad0
commit 274d65818d

View File

@ -12693,7 +12693,7 @@ In rare cases if fallthrough is deemed appropriate, be explicit and use the `[[f
break;
case Warning:
write_event_log();
[[fallthrough]]; // C++17 (and legal but ignored since C++11)
[[fallthrough]];
case Error:
display_error_window();
break;