DymOK93 / KTL

Kernel Template Library: STL-style containers and tools for Windows kernel space programming
MIT License
88 stars 20 forks source link

Unable to build "Release" version #307

Open feoff3 opened 1 year ago

feoff3 commented 1 year ago

Error "warning treated as error" when trying to build Release version. Warning: Unreachable code at modules\fmt\core.hpp lines 624, 2212

cmake --build . --config=Release

CMake version 3.22.2

DymOK93 commented 1 year ago

Yes, this is a known issue with the older version of fmtlib currently being used (see #144)