mirror of https://github.com/fltk/fltk
Remove compilation warning "enumeration value ‘NONE’ not handled in switch"
This commit is contained in:
parent
7e12981abd
commit
3cf002b45d
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue