mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +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
|
@ -931,7 +931,7 @@ void EnHy_InitImpl(EnHy* this, PlayState* play) {
|
|||
this->actionFunc = func_80A710F8;
|
||||
break;
|
||||
}
|
||||
// fall-through
|
||||
FALLTHROUGH;
|
||||
case ENHY_TYPE_COB:
|
||||
case ENHY_TYPE_AHG_2:
|
||||
case ENHY_TYPE_AHG_4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue