mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 11:38:27 +00:00
silence warnings
This commit is contained in:
parent
f9e3bce722
commit
3cfcdac44f
@ -50,8 +50,8 @@ void file_display_face_activate(void *context) {
|
||||
bool file_display_face_loop(movement_event_t event, void *context) {
|
||||
file_demo_state_t *state = (file_demo_state_t *)context;
|
||||
(void) state;
|
||||
char data[13] = {0};
|
||||
char filename[13];
|
||||
char data[14] = {0};
|
||||
char filename[14];
|
||||
|
||||
switch (event.event_type) {
|
||||
case EVENT_NONE:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user