Skip to content

Commit

Permalink
remove -Wabi warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 16, 2024
1 parent 40b6f5b commit d6edb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/misc_cmake_functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit d6edb61

Please sign in to comment.