mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Closes #1392
This commit is contained in:
@@ -12693,7 +12693,7 @@ In rare cases if fallthrough is deemed appropriate, be explicit and use the `[[f
|
|||||||
break;
|
break;
|
||||||
case Warning:
|
case Warning:
|
||||||
write_event_log();
|
write_event_log();
|
||||||
[[fallthrough]]; // C++17 (and legal but ignored since C++11)
|
[[fallthrough]];
|
||||||
case Error:
|
case Error:
|
||||||
display_error_window();
|
display_error_window();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user