mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
change abi
the thing C++ is afraid of
This commit is contained in:
parent
5bce4cc21c
commit
f23662c1f9
4 changed files with 19 additions and 18 deletions
|
|
@ -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!()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue