Our date implementation uses int64_t for years, but some of the code was not changed; clang complains, so use the correct casts to make it happy.
177 KiB
177 KiB
Our date implementation uses int64_t for years, but some of the code was not changed; clang complains, so use the correct casts to make it happy.