Skip to content

Commit

Permalink
Remove compilation warning "enumeration value ‘NONE’ not handled in s…
Browse files Browse the repository at this point in the history
…witch"
  • Loading branch information
ManoloFLTK committed Mar 13, 2024
1 parent 7e12981 commit 3cf002b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libdecor/src/plugins/gtk/libdecor-gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,8 @@ pointer_button(void *data,
case HEADER:
handle_button_on_header (frame_gtk, seat, serial, time, button, state);
break;
//default: /* FLTK */
default:
break; /* FLTK */
}
}

Expand Down

0 comments on commit 3cf002b

Please sign in to comment.