mirror of
https://github.com/isar/rusqlite.git
synced 2025-05-11 01:21:09 +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>(
|
||||
p_arg: *mut c_void,
|
||||
sqlite: *mut ffi::sqlite3,
|
||||
_sqlite: *mut ffi::sqlite3,
|
||||
action_code: c_int,
|
||||
db_str: *const c_char,
|
||||
tbl_str: *const c_char,
|
||||
|
Loading…
x
Reference in New Issue
Block a user