mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 12:44:59 -07:00
Fix missing complex32/quaternion64 checks
This commit is contained in:
+3
-1
@@ -4456,7 +4456,9 @@ void check_unchecked_bodies(Checker *c) {
|
||||
GB_ASSERT(pl != nullptr);
|
||||
pi.body = pl->ProcLit.body;
|
||||
pi.tags = pl->ProcLit.tags;
|
||||
GB_ASSERT(pi.body != nullptr);
|
||||
if (pi.body == nullptr) {
|
||||
continue;
|
||||
}
|
||||
|
||||
check_proc_info(c, pi);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user