kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #19955
avoid gcc 5.1, 5.2 for kicad building with -Wall
Gcc 5.1,5.2 introduced a fun bug. It will throw an warning on every
function with the deprecated attribute as long as they are declared
and regardless if they are used or not. The problem is wxwidgets has
alot of the attributes in its headers and building kicad against it
will result in half a gig log file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65974
Its fixed a bit over a week ago but probably won't appear until 5.3.
Follow ups