Y334275 commented on issue #17992:
URL: https://github.com/apache/nuttx/issues/17992#issuecomment-3777677604

   @piyushtripathi9424 Thanks for your reply. After change `#define INT32_C(x) 
x ## ll` to `#define INT32_C(x) x ## l`, the error disappeared. However, due to 
some other issues, I can't compile the program successfully right now, so I 
can't verify whether this modification affects system stability at runtime.
   After reviewing the code related to the INT32_C macro, I believe the impact 
of this modification should be minimal. If possible, I am happy to open a PR to 
fix this issue.


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

Reply via email to