ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
296 stars 19 forks source link

Hide irrelevant KiCad warnings when building hardware #550

Open ohmtech-rdi opened 1 year ago

ohmtech-rdi commented 1 year ago

KiCad will emit some warnings when filling zones or producing gerbers, for example:

./src/common/stdpbase.cpp(59): assert ""traits"" failed in Get(): create wxApp before calling this

Those assertions are irrelevant to our users, so just hide them.