From d6edb618fb7248c31a46fcfd3c8b6fe5e8ae6216 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Tue, 17 Sep 2024 00:31:44 +0200 Subject: [PATCH] remove -Wabi warnings --- cmake/misc_cmake_functions.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/misc_cmake_functions.cmake b/cmake/misc_cmake_functions.cmake index 6d416fd..d1b350b 100644 --- a/cmake/misc_cmake_functions.cmake +++ b/cmake/misc_cmake_functions.cmake @@ -107,7 +107,6 @@ function(selfdriving_set_target_build_options TARGETNAME) -Wall -Wextra -Wshadow -Werror=return-type # error on missing return(); -Wformat -Werror=format-security - -Wabi=11 -Wtype-limits -Wcast-align -Wparentheses -fPIC )