From 78f44db9eb61b1e9206fc878b1909106675a5ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Sun, 1 Dec 2024 23:09:14 +0100 Subject: [PATCH] Remove range-loop-construct compile options --- gpio_controllers/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpio_controllers/CMakeLists.txt b/gpio_controllers/CMakeLists.txt index 37eb115c83..5eedec32e6 100644 --- a/gpio_controllers/CMakeLists.txt +++ b/gpio_controllers/CMakeLists.txt @@ -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