Skip to content

Commit

Permalink
Remove range-loop-construct compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 1, 2024
1 parent 2aaa46d commit 78f44db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpio_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ endif()

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -Werror=conversion -Werror=unused-but-set-variable
-Werror=return-type -Werror=format -Werror=range-loop-construct
-Werror=missing-braces)
-Werror=return-type -Werror=format -Werror=missing-braces)
endif()

# find dependencies
Expand Down

0 comments on commit 78f44db

Please sign in to comment.