f38c6b67ed
It is documented as unsigned in samples/net/sockets/big_http_download/Kconfig Signed overflow is undefined behavior, unsigned is not. This fixes the following warning: -Wstrict-overflow=1 samples/net/sockets/big_http_download/src/big_http_download.c:346:2: In function 'main': error: iteration 2147483648 invokes undefined behavior [-Werror=aggressive-loop-optimizations] 346 | } while (--num_iterations != 0); Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.. | ||
capture | ||
civetweb | ||
cloud | ||
common | ||
dhcpv4_client | ||
dns_resolve | ||
dsa | ||
eth_native_posix | ||
gptp | ||
gsm_modem | ||
ipv4_autoconf | ||
lldp | ||
lwm2m_client | ||
mdns_responder | ||
mqtt_publisher | ||
openthread/coprocessor | ||
promiscuous_mode | ||
sockets | ||
stats | ||
syslog_net | ||
telnet | ||
virtual | ||
vlan | ||
wifi | ||
wpan_serial | ||
wpanusb | ||
zperf | ||
net.rst |