← Back to team overview

kicad-developers team mailing list archive

Variable Length Arrays

 

Hi,

once again the MSVC build is broken because we have a variable length array:

    common\utf8.cpp(207): error C2131: expression did not evaluate to a constant

Would it make sense to add -Werror=vla to avoid using gcc-specific extensions?

   Simon


Follow ups