Fix warning about unused variable

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-10-27 20:21:00 +01:00
parent 90bc8d9110
commit f1c13af703

View File

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