errors and warnings fixes

This commit is contained in:
Nikita Smith
2024-11-08 11:43:05 -08:00
parent e297460697
commit 8e6a0ae4db
7 changed files with 16 additions and 20 deletions
-3
View File
@@ -1,9 +1,6 @@
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
global read_only LNK_Chunk g_null_chunk = { 0, 0, /* is_discarded: */ 1 };
global read_only LNK_Chunk *g_null_chunk_ptr = &g_null_chunk;
internal LNK_ChunkRef
lnk_chunk_ref(U64 sect_id, U64 chunk_id)
{