hartmannathan commented on a change in pull request #5201: URL: https://github.com/apache/incubator-nuttx/pull/5201#discussion_r788034978
########## File path: arch/arm/include/armv6-m/irq.h ########## @@ -219,8 +219,7 @@ struct xcptcontext /* Get/set the PRIMASK register */ -static inline uint8_t getprimask(void) inline_function; -static inline uint8_t getprimask(void) +inline_function static uint8_t getprimask(void) Review comment: @a-lunev thanks for letting me know... do you agree that we should use this in the precheck builds (or maybe even in all builds, to catch standard violations as soon as they occur)? -- 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