mirror of
https://github.com/zeldaret/oot
synced 2026-06-11 05:08:32 -04:00
Enable int-conversion warnings and fix all current instances (#1280)
* Enable int-conversion warnings for gcc/clang * Fix all current int-conversion warnings * Run format.sh * Apply review suggestions
This commit is contained in:
@@ -103,7 +103,7 @@ s32 StackCheck_GetState(StackEntry* entry) {
|
||||
osSyncPrintf(VT_RST);
|
||||
|
||||
if (ret != STACK_STATUS_OK) {
|
||||
LogUtils_LogHexDump(entry->head, entry->tail - entry->head);
|
||||
LogUtils_LogHexDump((void*)entry->head, entry->tail - entry->head);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user