Skip to content

Commit

Permalink
Document deliberate fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 9, 2025
1 parent fed1d3a commit c5b9901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ void signalHandler( int signum ) {
size = backtrace(array, 10);

backtrace_symbols_fd(array, size, STDERR_FILENO);
// fall-through
#endif
case SIGINT:
// cleanup and close up stuff here
Expand Down

0 comments on commit c5b9901

Please sign in to comment.