removed some compiler warnings that indicate potential undefined behaviour

This commit is contained in:
mariob92
2024-09-20 20:06:24 +02:00
parent fbe20325c2
commit 4405a7c2ce
13 changed files with 33 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ enum parade_state_e {
PARADE_STATE_5_WAIT_ON_NAME,
PARADE_STATE_6_NAME_DISAPPEAR,
PARADE_STATE_7_GOTO_NEXT,
PARADE_STATE_8_END,
PARADE_STATE_8_END
};
/* .data */