1 parent 714ba94 commit e055b28Copy full SHA for e055b28
CMakeLists.txt
@@ -209,3 +209,8 @@ set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
209
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
210
211
register_component()
212
+
213
+set_source_files_properties(libraries/AzureIoT/src/az_iot/iothub_client/src/iothubtransport_mqtt_common.c
214
+ PROPERTIES COMPILE_FLAGS
215
+ -Wno-maybe-uninitialized
216
+)
0 commit comments