We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5a2f0 commit 46c12baCopy full SHA for 46c12ba
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