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 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
civetweb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cloud samples: net: google_iot_mqtt: Change read publish to blocking 2021-12-14 12:30:59 +01:00
common
dhcpv4_client cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dns_resolve cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dsa doc: drop single quote references 2021-12-10 16:43:34 -05:00
eth_native_posix cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
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 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lldp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lwm2m_client net: lwm2m: Supported Protocol to pull firmware update must be optional 2021-11-26 10:26:32 -05:00
mdns_responder cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mqtt_publisher kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
openthread/coprocessor samples: openthread: fix build fail for tlsr9518adk80d board 2021-09-03 09:58:52 -04:00
promiscuous_mode cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sockets samples: big_http_download: make num_iterations unsigned 2022-01-05 15:00:32 -05:00
stats cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syslog_net cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
telnet samples: net: telnet: Enable command handling by default 2021-11-11 19:23:20 -05:00
virtual cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
vlan cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wifi cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wpan_serial drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
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