1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

silenced yet another 'unused' warning

This commit is contained in:
Kenichi Ishigaki 2014-07-21 08:38:37 +09:00
parent db5df57c93
commit 0a618d811a

View file

@ -332,7 +332,9 @@ compile_options()
PUSHs(AvARRAY(av)[i]);
}
}
XSRETURN(n);
RETVAL = n;
OUTPUT:
RETVAL
HV*
sqlite_status(reset = 0)