Archive warning fixes for gcc

This commit is contained in:
Dan Paulat 2025-04-27 10:40:17 -05:00
parent 2f2516b998
commit 8cdd8526eb
3 changed files with 7 additions and 1 deletions

View file

@ -104,4 +104,8 @@ IemApiProvider::LoadTextProducts(const Range& textProducts)
return ProcessTextProductFiles(asyncResponses);
}
#ifdef kDateFormat
# undef kDateFormat
#endif
} // namespace scwx::provider