nuttx/libs/libc/time
Gregory Nutt 62c1389825 Fix warnings noted in PR build checks:
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))
                     ~~~~~~~~~~~~~ ^
2020-04-13 02:09:34 +08:00
..
Kconfig Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_asctime.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_asctimer.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_calendar2utc.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_ctime.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_ctimer.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_dayofweek.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_daysbeforemonth.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_difftime.c
lib_gettimeofday.c
lib_gmtime.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_gmtimer.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
lib_isleapyear.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_localtime.c Fix warnings noted in PR build checks: 2020-04-13 02:09:34 +08:00
lib_mktime.c
lib_nanosleep.c
lib_settimeofday.c
lib_strftime.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_time.c
Make.defs Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00