Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix variable-length array warning in clang
The maxCount parameter is a dynamic quantity, and creating an array of that length in C++ causes a warning-as-error with Clang 18. Signed-off-by: Christian Despres <[email protected]>
- Loading branch information