Fix warning when compiling

This commit is contained in:
wiidev 2020-10-17 15:46:44 +01:00
parent d93017e4ad
commit d506c49d4f

View File

@ -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;