xo-expression: compiler nit

This commit is contained in:
Roland Conybeare 2025-09-22 12:28:47 -04:00
commit b8b21c4f4a

View file

@ -32,6 +32,7 @@ namespace xo {
char buf [type_var::fixed_capacity];
int n = snprintf(buf, sizeof(buf), "%s:%u", prefix.c_str(), s_counter);
(void)n;
assert(n < static_cast<int>(type_var::fixed_capacity));