Keep -vet and -strict-style happy

This commit is contained in:
gingerBill
2025-01-30 12:22:22 +00:00
parent 376f6a6b77
commit bf7c192ce9
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ IOStreamInterface :: struct {
#assert(
(size_of(IOStreamInterface) == 28 && size_of(rawptr) == 4) ||
(size_of(IOStreamInterface) == 56 && size_of(rawptr) == 8)
(size_of(IOStreamInterface) == 56 && size_of(rawptr) == 8),
)
IOStream :: struct {}