mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 01:15:03 +01:00
Detect unused variables
This commit is contained in:
parent
f164aad631
commit
9270f52e6b
33 changed files with 340 additions and 63 deletions
|
|
@ -29,7 +29,7 @@ function allocate(size: I32, align: I32): I32 = (
|
|||
alignedPtr
|
||||
);
|
||||
|
||||
function deallocate(ptr: I32, size: I32) = (
|
||||
function deallocate(_ptr: I32, _size: I32) = (
|
||||
std.println("uwu deawwocate :3");
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue