DataQualityUtils: Do not use variable-length arrays.
Variable-length arrays are nonstandard, and gcc warns about them. In this particular case, we don't even need to use an array.
Loading
Please register or sign in to comment
Variable-length arrays are nonstandard, and gcc warns about them. In this particular case, we don't even need to use an array.