62c1389825
net/telnet.c:1317:40: warning: result of comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true [-Wtautological-constant-out-of-range-compare] if (priv->td_pending < CONFIG_TELNET_RXBUFFER_SIZE) ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ time/lib_localtime.c:569:32: warning: sizeof on pointer operation will return size of 'char *' instead of 'char [33]' [-Wsizeof-array-decay] sizeof(lsp->fullname - 1) <= strlen(p) + strlen(name)) ~~~~~~~~~~~~~ ^ |
||
---|---|---|
.. | ||
Kconfig | ||
lib_asctime.c | ||
lib_asctimer.c | ||
lib_calendar2utc.c | ||
lib_ctime.c | ||
lib_ctimer.c | ||
lib_dayofweek.c | ||
lib_daysbeforemonth.c | ||
lib_difftime.c | ||
lib_gettimeofday.c | ||
lib_gmtime.c | ||
lib_gmtimer.c | ||
lib_isleapyear.c | ||
lib_localtime.c | ||
lib_mktime.c | ||
lib_nanosleep.c | ||
lib_settimeofday.c | ||
lib_strftime.c | ||
lib_time.c | ||
Make.defs |