jlaitine opened a new pull request #3523:
URL: https://github.com/apache/incubator-nuttx/pull/3523


   ## Summary
   
   Despite f01953d3 "mksyscall: Suppress "'noreturn' function does return" 
warnings", I am still getting warnings when using 
gcc-arm-none-eabi-9-2019-q4-major.
   
   Thinking about this, how about making the "noreturn" funcrtions really not 
return?
   
   This patch solved the problem for me, It just declares all "noreturn" 
functions as void, and adds a PANIC() into the stubs.
   
   This is tested on stm32f7 platform, in CONFIG_BUILD_PROTECTED.
   
   There is also a compilation fix related to nx_mkfifo stub.
   
   


-- 
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:
[email protected]


Reply via email to