You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/22 11:07:36 UTC

[GitHub] [incubator-nuttx-apps] juniskane commented on issue #198: webclient: use getaddrinfo to get IPv4 addresses on dual stack systems

juniskane commented on issue #198:
URL: https://github.com/apache/incubator-nuttx-apps/pull/198#issuecomment-617710462


   Build is failing because of this? I can't see any other reason:
   
     CC       frontends/conf/frontends_conf_kconfig_conf-conf.o
   frontends/conf/conf.c:78:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                   printf(_("aborted!\n\n"));
                          ^~~~~~~~~~~~~~~~~
   ./libs/parser/lkc.h:34:17: note: expanded from macro '_'
   #define _(text) gettext(text)
                   ^~~~~~~~~~~~~
   frontends/conf/conf.c:78:10: note: treat the string as an argument to avoid this
                   printf(_("aborted!\n\n"));
                          ^
                          "%s", 
   ./libs/parser/lkc.h:34:17: note: expanded from macro '_'
   #define _(text) gettext(text)
                   ^
   frontends/conf/conf.c:79:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                   printf(_("Console input/output is redirected. "));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ./libs/parser/lkc.h:34:17: note: expanded from macro '_'
   
   Also, can we make the style checks optional please?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org