000exploit commented on code in PR #3731:
URL: https://github.com/apache/nuttx-apps/pull/3731#discussion_r3801448443
##########
graphics/pdcurs34/pdcurses/pdc_util.c:
##########
@@ -114,7 +114,9 @@ char *unctrl(chtype c)
#ifdef CONFIG_PDCURSES_MULTITHREAD
FAR struct pdc_context_s *ctx = PDC_ctx();
#else
- static char strbuf[3] = { 0, 0, 0 };
+ static char strbuf[3] = {
Review Comment:
I can confirm that only these "warnings" left and I hope putting the left
brace on a new line will be enough
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]