change abi

the thing C++ is afraid of
This commit is contained in:
nora 2022-01-09 11:58:58 +01:00
parent 5bce4cc21c
commit f23662c1f9
4 changed files with 19 additions and 18 deletions

View file

@ -152,7 +152,7 @@ impl<'bc, 'gc> Compiler<'bc, 'gc> {
Ok(())
}
fn compile_fn_decl(&mut self, decl: &FnDecl) -> CResult {
fn compile_fn_decl(&mut self, _: &FnDecl) -> CResult {
todo!()
}