mirror of
https://github.com/isar/rusqlite.git
synced 2025-05-12 01:47:48 +08:00
Prefix unused variable with _
This commit is contained in:
parent
86199e1b78
commit
d88f49f830
@ -284,7 +284,7 @@ impl InnerConnection {
|
|||||||
{
|
{
|
||||||
unsafe extern "C" fn call_boxed_closure<F>(
|
unsafe extern "C" fn call_boxed_closure<F>(
|
||||||
p_arg: *mut c_void,
|
p_arg: *mut c_void,
|
||||||
sqlite: *mut ffi::sqlite3,
|
_sqlite: *mut ffi::sqlite3,
|
||||||
action_code: c_int,
|
action_code: c_int,
|
||||||
db_str: *const c_char,
|
db_str: *const c_char,
|
||||||
tbl_str: *const c_char,
|
tbl_str: *const c_char,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user