fix compile bugs
This commit is contained in:
parent
c2f45557da
commit
e29e3f874c
2 changed files with 2 additions and 5 deletions
|
|
@ -177,7 +177,7 @@ impl Secure for BaseUser {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
async fn send_report(&self,id: u32,data: QBuffer) -> Result<(),ErrorCode> {
|
||||
async fn send_report(&self, _id: u32, _data: QBuffer) -> Result<(),ErrorCode> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue