Skip to content

Commit

Permalink
Add default to avoid both clang and gcc-13 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Feb 4, 2024
1 parent 471d46a commit b15743b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view_curses.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ static inline void view_help(void) {
char *grt;

switch (config.f.grtype) {
default:
case E_GR_IO:
grt="IO";
break;
Expand Down

0 comments on commit b15743b

Please sign in to comment.