xo-expression: compiler nit
This commit is contained in:
parent
a490611394
commit
b8b21c4f4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue