mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
Fix a number of warnings when compiling with GCC (#1239)
* Silence a number of GCC warnings * Remove * Suggested changes * Format * Fix comment in en_go2
This commit is contained in:
parent
5015af4c57
commit
451b24f79b
71 changed files with 298 additions and 86 deletions
|
@ -1281,6 +1281,7 @@ void AudioLoad_ProcessSlowLoads(s32 resetStatus) {
|
|||
slowLoad->status = LOAD_STATUS_DONE;
|
||||
continue;
|
||||
}
|
||||
FALLTHROUGH;
|
||||
case LOAD_STATUS_START:
|
||||
slowLoad->status = LOAD_STATUS_LOADING;
|
||||
if (slowLoad->bytesRemaining == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue