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