mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
Fix issues with exact integer bounds and remove dead code
This commit is contained in:
@@ -859,6 +859,7 @@ void add_entity_definition(CheckerInfo *i, AstNode *identifier, Entity *entity)
|
||||
// NOTE(bill): Identifier has already been handled
|
||||
return;
|
||||
}
|
||||
GB_ASSERT(entity != nullptr);
|
||||
|
||||
identifier->Ident.entity = entity;
|
||||
entity->identifier = identifier;
|
||||
|
||||
Reference in New Issue
Block a user