mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
-vet code
This commit is contained in:
@@ -57,7 +57,7 @@ set_add :: proc(m: ^Set, key: u64) {
|
||||
_set_grow(m);
|
||||
}
|
||||
|
||||
i := _set_find_or_make(m, key);
|
||||
_ = _set_find_or_make(m, key);
|
||||
if _set_full(m^) {
|
||||
_set_grow(m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user