Commit 22e10b7e authored by Don Gagne's avatar Don Gagne

Recent mavlink update is causing C4005 errors on Windows

Ignoring for now and I’ll work on fix in a separate pull.
parent 96d9cad7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment