Browse Source
comp error
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/348/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
8 additions and
0 deletions
-
externals/CMakeLists.txt
|
|
@ -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() |
|
|
|
|
|
|
|
|
|