mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[mbedtls] remove -Wno-unused-but-set-variable (#10336)
This commit is contained in:
Vendored
-1
@@ -43,7 +43,6 @@ config("mbedtls_config") {
|
||||
defines = [ "MBEDTLS_CONFIG_FILE=\"${mbedtls_config_file}\"" ]
|
||||
cflags = [
|
||||
"-Wno-conversion",
|
||||
"-Wno-unused-but-set-variable"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -42,7 +42,6 @@ if(UNIFDEF_EXE)
|
||||
endif()
|
||||
find_program(SED_EXE sed)
|
||||
|
||||
string(APPEND CMAKE_C_FLAGS " -Wno-unused-but-set-variable")
|
||||
string(REPLACE "-Wconversion" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
string(REPLACE "-Wconversion" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user