Gary-Hobson opened a new pull request, #12303:
URL: https://github.com/apache/nuttx/pull/12303
## Summary
As defined by the C standard, if NDEBUG is defined, assert should do nothing
but be simply defined as:
#define assert(ignore) ((void)0)
Reference link:
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/assert.h.html
## Impact
## Testing
--
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]