build: update fmt library to 12.1.0 (#449)

This commit is contained in:
bicarus-dev
2025-12-14 14:36:38 -08:00
committed by GitHub
parent b220cbf336
commit e0530fedad
71 changed files with 17690 additions and 15430 deletions
+2 -3
View File
@@ -13,7 +13,6 @@
using namespace rapidjson;
namespace overlay::windows {
CardManager::CardManager(SpiceOverlay *overlay) : Window(overlay) {
@@ -451,7 +450,7 @@ namespace overlay::windows {
// check parse error
auto error = doc.GetParseError();
if (error) {
log_warning("cardmanager", "config parse error: {}", error);
log_warning("cardmanager", "config parse error: {}", static_cast<uint32_t>(error));
}
// verify root is a dict
@@ -542,7 +541,7 @@ namespace overlay::windows {
// check parse error
auto error = doc.GetParseError();
if (error) {
log_warning("cardmanager", "template parse error: {}", error);
log_warning("cardmanager", "template parse error: {}", static_cast<uint32_t>(error));
}
// add cards