mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 06:21:56 +00:00
samples/net/irc_bot/src/irc-bot.c:368:36: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] for (cc = &chan->irc->chans, c = c->irc->chans; ^ As suggested by Leandro Pereira <leandro.pereira@intel.com> adjusted to: for (cc = &chan->irc->chans, c = chan->irc->chans; Change-Id: Icd490059e0b97f95408dd7bad3f1783a215c5edb Signed-off-by: Michael Scott <michael.scott@linaro.org> |
||
---|---|---|
.. | ||
basic | ||
bluetooth | ||
drivers | ||
environmental_sensing | ||
grove | ||
hello_world | ||
ipm | ||
legacy | ||
logger-hook | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
power | ||
sensor | ||
shell | ||
static_lib | ||
synchronization | ||
testing | ||
usb | ||
advanced.rst | ||
kernel.rst | ||
samples.rst |