Browse Source
argfh
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/348/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
3 deletions
-
externals/CMakeLists.txt
|
|
|
@ -68,9 +68,7 @@ if (mbedtls_ADDED) |
|
|
|
elseif(CXX_CLANG) |
|
|
|
foreach(TARGET mbedtls mbedcrypto mbedx509) |
|
|
|
target_compile_options(${TARGET} PRIVATE |
|
|
|
-Wno-switch-default |
|
|
|
-Wno-undef |
|
|
|
-Wno-unused-macros |
|
|
|
-w |
|
|
|
) |
|
|
|
endforeach() |
|
|
|
endif() |
|
|
|
|