zephyr/samples/net
Marc Herbert f38c6b67ed samples: big_http_download: make num_iterations unsigned
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>
2022-01-05 15:00:32 -05:00
..
capture
civetweb
cloud samples: net: google_iot_mqtt: Change read publish to blocking 2021-12-14 12:30:59 +01:00
common
dhcpv4_client
dns_resolve
dsa doc: drop single quote references 2021-12-10 16:43:34 -05:00
eth_native_posix
gptp samples: net: gptp: Add nucleo_f767zi and nucleo_h745zi_q boards 2021-12-13 22:19:25 -05:00
gsm_modem samples: net: gsm_modem: Fix gsm_ppp.h path 2021-12-08 10:06:55 -05:00
ipv4_autoconf
lldp
lwm2m_client net: lwm2m: Supported Protocol to pull firmware update must be optional 2021-11-26 10:26:32 -05:00
mdns_responder
mqtt_publisher kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
openthread/coprocessor
promiscuous_mode
sockets samples: big_http_download: make num_iterations unsigned 2022-01-05 15:00:32 -05:00
stats
syslog_net
telnet samples: net: telnet: Enable command handling by default 2021-11-11 19:23:20 -05:00
virtual
vlan
wifi
wpan_serial
wpanusb usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00
zperf net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net.rst