Skip to content
Snippets Groups Projects
Commit c0796c44 authored by Per's avatar Per
Browse files

fixed warnings

parent bfda421e
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ pub use cstr_core::CStr;
//extern "C" fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int {
#[no_mangle]
pub fn memcmp(cx: *const c_void, ct: *const c_void, n: usize) -> c_int {
pub fn memcmp(_cx: *const c_void, _ct: *const c_void, _n: usize) -> c_int {
::abort();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment