squash a bunch of warnings

This commit is contained in:
jacqueline
2024-04-19 16:51:53 +10:00
parent 354ba0325a
commit 8e113ea9ae
11 changed files with 17 additions and 11 deletions
+1
View File
@@ -41,6 +41,7 @@ target_compile_options(${COMPONENT_LIB}
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-implicit-function-declaration>
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-stringop-overflow>
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-fPIC>
-Wno-implicit-fallthrough
-Ofast
)