pkarashchenko commented on code in PR #1426: URL: https://github.com/apache/incubator-nuttx-apps/pull/1426#discussion_r1027121781
########## examples/dac/dac_main.c: ########## @@ -110,15 +110,15 @@ static void print_cmds(FAR const char *header, size_t ncmds, FAR const char *trailer) { - printf(header); + printf("%s", header); Review Comment: The printf is used below, so let's go with the current change. Otherwise I would recommend to use puts -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org