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.
parent
c05129b3
No related branches found
No related tags found
Loading
Please register or sign in to comment