Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
80a6e84c
Commit
80a6e84c
authored
Feb 19, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work around win 8.1 sdk aapi.h problem
parent
7f686fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
qgroundcontrol.pro
qgroundcontrol.pro
+2
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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