mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
wpa_supplicant: Temporarily disable write-string warning
Since some assignment of a string literal to `char *` variables were added and not caught by the CI.
This commit is contained in:
@@ -157,7 +157,7 @@ idf_component_register(SRCS "${srcs}" "${tls_src}" "${roaming_src}" "${crypto_sr
|
|||||||
PRIV_INCLUDE_DIRS src src/utils
|
PRIV_INCLUDE_DIRS src src/utils
|
||||||
PRIV_REQUIRES mbedtls esp_timer)
|
PRIV_REQUIRES mbedtls esp_timer)
|
||||||
|
|
||||||
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-strict-aliasing)
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-strict-aliasing -Wno-write-strings)
|
||||||
target_compile_definitions(${COMPONENT_LIB} PRIVATE
|
target_compile_definitions(${COMPONENT_LIB} PRIVATE
|
||||||
__ets__
|
__ets__
|
||||||
ESP_SUPPLICANT
|
ESP_SUPPLICANT
|
||||||
|
Reference in New Issue
Block a user