Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit de8fa75

Browse files
committed
Silence some warnings on every compilation
1 parent d429e35 commit de8fa75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/filesystem.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ impl FileSystemFlags {
4141
}
4242

4343
extern "C" fn fill_super_callback<T: FileSystem>(
44-
sb: *mut bindings::super_block,
45-
data: *mut types::c_void,
46-
silent: types::c_int,
44+
_sb: *mut bindings::super_block,
45+
_data: *mut types::c_void,
46+
_silent: types::c_int,
4747
) -> types::c_int {
4848
// T::fill_super(...)
4949
// This should actually create an object that gets dropped by

0 commit comments

Comments
 (0)