mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
Fix warning when compiling
This commit is contained in:
parent
d93017e4ad
commit
d506c49d4f
@ -9,7 +9,7 @@
|
||||
#include "memory/memory.h"
|
||||
#include "identify.h"
|
||||
|
||||
static inline bool apply_patch(char *name, const u8 *old, const u8 *patch, u32 size)
|
||||
static inline bool apply_patch(__attribute__((unused)) char *name, const u8 *old, const u8 *patch, u32 size)
|
||||
{
|
||||
u8 i;
|
||||
u32 found = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user