mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
Fix warning when compiling
This commit is contained in:
parent
d93017e4ad
commit
d506c49d4f
@ -9,7 +9,7 @@
|
|||||||
#include "memory/memory.h"
|
#include "memory/memory.h"
|
||||||
#include "identify.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;
|
u8 i;
|
||||||
u32 found = 0;
|
u32 found = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user