Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
With GCC 10.3.1 I got two warning on the netxduo 6.2.0 release :
nx_azure_iot_adu_agent.c:1702:43: warning: 'dot2_pointer' may be used uninitialized in this function [-Wmaybe-uninitialized]
1702 | payload_length = (UINT)(dot2_pointer - payload);
nx_azure_iot_adu_agent.c:1701:29: warning: 'dot1_pointer' may be used uninitialized in this function [-Wmaybe-uninitialized]
1701 | *payload = dot1_pointer + 1;
With GCC 10.3.1 I got two warning on the netxduo 6.2.0 release :
nx_azure_iot_adu_agent.c:1702:43: warning: 'dot2_pointer' may be used uninitialized in this function [-Wmaybe-uninitialized] 1702 | payload_length = (UINT)(dot2_pointer - payload);