Remove warnings
This commit is contained in:
parent
0b3be623fc
commit
94ad63de11
4 changed files with 9 additions and 9 deletions
|
@ -62,7 +62,7 @@ impl Scheme for DebugScheme {
|
|||
Ok(buffer.len())
|
||||
}
|
||||
|
||||
fn fsync(&mut self, file: usize) -> Result<()> {
|
||||
fn fsync(&mut self, _file: usize) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue