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
8435653f
Commit
8435653f
authored
Feb 12, 2019
by
Chris Rizzitello
Committed by
Daniel Agar
Feb 14, 2019
Browse files
Remove -Werror compiler flag
parent
b5dc7ed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8435653f
...
...
@@ -135,7 +135,6 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options
(
-Wall
-Wextra
-Werror
-Wno-address-of-packed-member
# ignore for mavlink
)
...
...
@@ -149,7 +148,6 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options
(
-Wall
-Wextra
-Werror
)
elseif
(
WIN32
)
...
...
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