XinStellaris opened a new pull request, #9037: URL: https://github.com/apache/nuttx/pull/9037
## Summary littlefs is a c99 project, and it malfunctions with c89. See disscusion in https://github.com/littlefs-project/littlefs/pull/801. To highlight this problem, littlefs added an assert in https://github.com/littlefs-project/littlefs/pull/801. However, it is better to expose this when compiling. This patch adds a compiling error when C99 requirement is not met. ## Impact Littlefs ## Testing Compiling okay. -- 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