You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/02 07:56:33 UTC

[incubator-nuttx] branch master updated (572f961 -> 4a16cf7)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 572f961  ci: Update gcc-arm-none-eabi to 10.3-2021.10
     add 4a16cf7  Fix -Werror=nonnull-compare and -Werror=format-truncation=

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_wifi_utils.c |  3 +--
 libs/libc/stdio/lib_fputs.c              | 20 --------------------
 libs/libc/stdio/lib_vfprintf.c           | 31 ++++++++++++++-----------------
 libs/libc/string/lib_memchr.c            | 13 +++++--------
 libs/libc/string/lib_strchr.c            | 17 +++++++----------
 libs/libc/string/lib_strdup.c            | 11 ++++-------
 libs/libc/string/lib_strndup.c           | 26 ++++++++++++--------------
 libs/libc/string/lib_strpbrk.c           |  9 ---------
 libs/libc/string/lib_strrchr.c           | 12 +++++-------
 libs/libc/time/lib_asctimer.c            |  5 ++++-
 net/local/local_sockif.c                 |  2 +-
 sched/module/mod_insmod.c                |  2 +-
 sched/wqueue/kwork_thread.c              |  4 ++--
 13 files changed, 56 insertions(+), 99 deletions(-)