[Kicad-developers] It's 2022

2022-01-26 Thread Wayne Stambaugh
Just a friendly reminder to developers to please update the copyright date to 2022 as you make changes to the KiCad source files. Cheers, Wayne ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.n

Re: [Kicad-developers] Deprecation warnings with GCC 12

2022-01-26 Thread Ian McInerney
Hi Steve, These warnings have already been addressed in the master branch because we switched to C++17 (so those deprecated functions were removed and no longer available). We didn't cherry-pick the change to v6 though, because it was more of a cleanup than a bug fix (and v6 is staying with C++14,

Re: [Kicad-developers] Deprecation warnings with GCC 12

2022-01-26 Thread Steven A. Falco
Thanks, Ian. I'll ignore the warnings then. Steve On 1/26/22 09:04 AM, Ian McInerney wrote: Hi Steve, These warnings have already been addressed in the master branch because we switched to C++17 (so those deprecated functions were removed and no longer available). We didn't cherry-p