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") ...@@ -135,7 +135,6 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options( add_compile_options(
-Wall -Wall
-Wextra -Wextra
-Werror
-Wno-address-of-packed-member # ignore for mavlink -Wno-address-of-packed-member # ignore for mavlink
) )
...@@ -149,7 +148,6 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") ...@@ -149,7 +148,6 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options( add_compile_options(
-Wall -Wall
-Wextra -Wextra
-Werror
) )
elseif (WIN32) 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