mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
silenced yet another 'unused' warning
This commit is contained in:
parent
db5df57c93
commit
0a618d811a
1 changed files with 3 additions and 1 deletions
|
@ -332,7 +332,9 @@ compile_options()
|
||||||
PUSHs(AvARRAY(av)[i]);
|
PUSHs(AvARRAY(av)[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
XSRETURN(n);
|
RETVAL = n;
|
||||||
|
OUTPUT:
|
||||||
|
RETVAL
|
||||||
|
|
||||||
HV*
|
HV*
|
||||||
sqlite_status(reset = 0)
|
sqlite_status(reset = 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue