hartmannathan commented on PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1239309975

   > Does it apply to all 3 lib_round.c functions I've provided patches for? Is 
it a particular line? I've pushed a fix for the return statements. Other than 
that I'm unsure where the non-compliance is which is probably me being a bit 
thick.
   
   The variable declarations should be at the beginning of the function. The 
code has to comply with C89 which doesn't support declaring a variable after 
other statements. (That's supported in C++ and C99, but not C89.)


-- 
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

Reply via email to