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
6c1958c8
Commit
6c1958c8
authored
Mar 08, 2014
by
Lorenz Meier
Browse files
Merge pull request #582 from dagoodma/mac_werror_fix
Removed -Werror for Mac since QT wont build otherwise.
parents
2d850e6f
0de36331
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
6c1958c8
...
...
@@ -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
}
...
...
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