Browse Source

Merge pull request #582 from dagoodma/mac_werror_fix

Removed -Werror for Mac since QT wont build otherwise.
QGC4.4
Lorenz Meier 11 years ago
parent
commit
6c1958c8c9
  1. 3
      qgroundcontrol.pro

3
qgroundcontrol.pro

@ -146,8 +146,9 @@ WindowsBuild { @@ -146,8 +146,9 @@ WindowsBuild {
# Note: -Werror is currently not turned on for Linux due to unfixed problems with release builds. See Issue 535. This will
# be removed once the Issue is taken care of.
# Note: -Werror is also not turned on for Mac because Qt Core throws unused variable warnings for Mac from multiple header files.
LinuxBuild {
MacBuild | LinuxBuild {
CONFIG += WarningsAsErrorsOff
}

Loading…
Cancel
Save