comp error
All checks were successful
eden-license / license-header (pull_request) Successful in 32s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-09-08 13:59:14 -04:00
parent 4a67c0ce3f
commit 1cdec229aa
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -65,6 +65,14 @@ if (mbedtls_ADDED)
-Wno-unused-but-set-variable -Wno-unused-but-set-variable
-Wno-string-concatenation -Wno-string-concatenation
) )
elseif(CXX_CLANG)
foreach(TARGET mbedtls mbedcrypto mbedx509)
target_compile_options(${TARGET} PRIVATE
-Wno-switch-default
-Wno-undef
-Wno-unused-macros
)
endforeach()
endif() endif()
endif() endif()