Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
80a6e84c
Commit
80a6e84c
authored
Feb 19, 2015
by
Don Gagne
Browse files
Work around win 8.1 sdk aapi.h problem
parent
7f686fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
80a6e84c
...
...
@@ -185,7 +185,8 @@ WindowsBuild {
QMAKE_CXXFLAGS_WARN_ON
+=
/
W3
\
/
wd4996
\
#
silence
warnings
about
deprecated
strcpy
and
whatnot
/
wd4005
\
#
silence
warnings
about
macro
redefinition
/
wd4290
#
ignore
exception
specifications
/
wd4290
\
#
ignore
exception
specifications
/
Zc
:
strictStrings
-
#
work
around
win
8.1
sdk
sapi
.
h
problem
WarningsAsErrorsOn
{
QMAKE_CXXFLAGS_WARN_ON
+=
/
WX
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment