Commit 8435653f authored by Chris Rizzitello's avatar Chris Rizzitello Committed by Daniel Agar

Remove -Werror compiler flag

parent b5dc7ed1
......@@ -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)
......
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