Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
1cdec229aa
commit
72f861d73e
1 changed files with 1 additions and 3 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -68,9 +68,7 @@ if (mbedtls_ADDED)
|
||||||
elseif(CXX_CLANG)
|
elseif(CXX_CLANG)
|
||||||
foreach(TARGET mbedtls mbedcrypto mbedx509)
|
foreach(TARGET mbedtls mbedcrypto mbedx509)
|
||||||
target_compile_options(${TARGET} PRIVATE
|
target_compile_options(${TARGET} PRIVATE
|
||||||
-Wno-switch-default
|
-w
|
||||||
-Wno-undef
|
|
||||||
-Wno-unused-macros
|
|
||||||
)
|
)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue