yamt commented on a change in pull request #2222:
URL: https://github.com/apache/incubator-nuttx/pull/2222#discussion_r518025784



##########
File path: include/nuttx/compiler.h
##########
@@ -143,6 +143,8 @@
 #  define inline_function __attribute__ 
((always_inline,no_instrument_function))
 #  define noinline_function __attribute__ ((noinline))
 
+#  define printflike(a, b) __attribute__((__format__ (__printf__, a, b)))

Review comment:
       printf alone will likely need many associated fixes.
   i feel it's better to leave scanf for now.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to