d-ronin / dRonin

The dRonin flight controller software.
http://dronin.org
Other
289 stars 167 forks source link

Build with "-Werror" on all platforms #2244

Open rgorosito opened 5 years ago

rgorosito commented 5 years ago

The flag -Werror only was enabled on Linux, but it broken the build with modern versions of gcc. To solve this issue, is required to update de Qt version an fix all warnings

tracernz commented 5 years ago

Yes. I think the best course would be to move to Qt 5.12.2 (current LTS). There is a bit of background work that needs to happen for that to occur though. Maybe it's better to disable Werror for now?