engine: server: mark str64 as maybe unused

This commit is contained in:
Alibek Omarov
2026-05-13 11:12:19 +05:00
parent 7c3da8c381
commit 50f7f3bb87

View File

@@ -2988,7 +2988,7 @@ static struct str64_s
size_t numdups;
size_t numoverflows;
size_t totalalloc;
} str64;
} str64 MAYBE_UNUSED;
/*
==================