fix compile bugs

This commit is contained in:
red binder 2026-08-08 03:13:29 +02:00
commit e29e3f874c
2 changed files with 2 additions and 5 deletions

View file

@ -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(())
}
}