Skip to content

Commit

Permalink
silence -Werror, these are intentional
Browse files Browse the repository at this point in the history
  • Loading branch information
f4alt committed Jan 22, 2024
1 parent 28857e3 commit cf0d6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libged/search/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,10 @@ _handle_verbosity(int* search_flags, int* fp_flags)
switch (strnlen(bu_optarg, 2)) {
case 2:
*fp_flags |= DB_FP_PRINT_TYPE;
/* fallthrough */
case 1:
*fp_flags |= DB_FP_PRINT_BOOL;
/* fallthrough */
default:
*search_flags |= DB_SEARCH_PRINT_TOTAL;
break;
Expand Down

0 comments on commit cf0d6f1

Please sign in to comment.