Files
date/test/solar_hijri_test
fkobi d0424a2518 test/solar_hijri_test/parse.pass.cpp: specify unsigned type in loop
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)
      |                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2025-01-09 17:47:58 -05:00
..