mirror of
https://github.com/HowardHinnant/date.git
synced 2026-08-03 20:14:08 +02:00
d0424a2518
This fixes the warning
```
parse.pass.cpp:218:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
218 | for (auto i = 0; i < sizeof(ymdd)/sizeof(ymdd[0]); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```