Browse Source

Recent mavlink update is causing C4005 errors on Windows

Ignoring for now and I’ll work on fix in a separate pull.
QGC4.4
Don Gagne 11 years ago
parent
commit
22e10b7edf
  1. 1
      qgroundcontrol.pro

1
qgroundcontrol.pro

@ -147,6 +147,7 @@ MacBuild | LinuxBuild { @@ -147,6 +147,7 @@ MacBuild | LinuxBuild {
WindowsBuild {
QMAKE_CXXFLAGS_WARN_ON += /W3 \
/wd4996 \ # silence warnings about deprecated strcpy and whatnot
/wd4005 \ # silence warnings about macro redefinition
/wd4290 # ignore exception specifications
WarningsAsErrorsOn {
QMAKE_CXXFLAGS_WARN_ON += /WX

Loading…
Cancel
Save