clang build fixes

This commit is contained in:
Nikita Smith
2024-12-06 12:05:44 -08:00
parent e73ce59945
commit 6cf42338ba
8 changed files with 8 additions and 6 deletions
+1
View File
@@ -553,6 +553,7 @@ date_time_from_unix_time(U64 unix_time)
case Month_Oct: c = 31; break;
case Month_Nov: c = 30; break;
case Month_Dec: c = 31; break;
default: InvalidPath;
}
if(date.day <= c)
{