KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

Add gcc version based fix for deprecation warning bug. #5

Closed marekr closed 9 years ago

marekr commented 9 years ago

This will kill the wxDeprecated spam in the console while building due to the bug in gcc 5.1 and 5.2

Hilariously enough KiCad debug builds have -Wno-deprecated-declarations but release builds don't. (In KiCad's CMake file).

nickoe commented 9 years ago

Thank you for the fix. I was not aware that this was not seen in the debug build. I will merge this as I don't really want to change the compiler on the build host right now.