All: Fix a lot of compiler warnings from header files
While reworking build system, header files started to report warnings.
This commit is contained in:
@@ -45,8 +45,8 @@ i64 puzzle1(FILE* fp)
|
||||
}
|
||||
}
|
||||
|
||||
u32 current = coord_to_u32("AAA"sv);
|
||||
u32 target = coord_to_u32("ZZZ"sv);
|
||||
u32 current = coord_to_u32("AAA"_sv);
|
||||
u32 target = coord_to_u32("ZZZ"_sv);
|
||||
|
||||
i64 steps = 0;
|
||||
for (; current != target; steps++)
|
||||
|
||||
Reference in New Issue
Block a user