comp error

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
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with 8 additions and 0 deletions

View File

@ -65,6 +65,14 @@ if (mbedtls_ADDED)
-Wno-unused-but-set-variable
-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()