mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix warning about unused variable
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -62,9 +62,8 @@ Callback_NARG(struct sSymbol * sym)
|
|||||||
}
|
}
|
||||||
|
|
||||||
SLONG
|
SLONG
|
||||||
Callback__LINE__(struct sSymbol * sym)
|
Callback__LINE__(struct sSymbol __attribute__((unused)) * sym)
|
||||||
{
|
{
|
||||||
sym = sym;
|
|
||||||
return (nLineNo);
|
return (nLineNo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user