zephyr/samples/net/sockets
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
..
big_http_download samples: big_http_download: make num_iterations unsigned 2022-01-05 15:00:32 -05:00
can Kconfig: net: deprecate NET_BUF_USER_DATA_LEN 2021-11-24 16:04:50 +02:00
coap_client samples: net: sockets: coap_client: Make use of CoAP APIs for observe 2021-12-06 08:09:13 -05:00
coap_server samples: net: sockets: coap_server: Support both Observe cancel methods 2021-12-06 08:09:13 -05:00
dumb_http_server samples/net/sockets: Exclude intel_adsp boards 2021-09-03 07:19:34 -04:00
dumb_http_server_mt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
echo cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
echo_async cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
echo_async_select cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
echo_client samples: net: sockets: echo server/client add 6locan to yaml 2021-12-06 08:15:14 -05:00
echo_server samples: echo_server: increase sys workqueue stack 2021-12-21 15:20:41 -05:00
http_client cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
http_get samples: net: http_get: Update root CA certificate 2021-10-28 10:38:38 -04:00
net_mgmt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
packet cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sntp_client cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
socketpair cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tcp net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
txtime cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
websocket_client samples/net/sockets: Exclude intel_adsp boards 2021-09-03 07:19:34 -04:00