mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-04 20:15:28 -04:00
Fix gcc build issues
This commit is contained in:
@@ -469,6 +469,7 @@ else ifeq ($(COMPILER), gcc)
|
||||
-Wno-address \
|
||||
-Wno-aggressive-loop-optimizations \
|
||||
-Wno-array-bounds \
|
||||
-Wno-dangling-pointer \
|
||||
-Wno-int-in-bool-context \
|
||||
-Wno-int-to-pointer-cast \
|
||||
-Wno-maybe-uninitialized \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void rmonproc();
|
||||
void rmonproc(void *data);
|
||||
void rmon0002fa30(u32 *arg0, s32 arg1);
|
||||
void rmon0002fa38(s32 arg0);
|
||||
void rmon0002fa40(void);
|
||||
|
||||
+2
-2
@@ -7,9 +7,9 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void rmonproc()
|
||||
void rmonproc(void *data)
|
||||
{
|
||||
// empty
|
||||
if (data);
|
||||
}
|
||||
|
||||
bool rmon_is_disabled(void)
|
||||
|
||||
Reference in New Issue
Block a user