yamt opened a new pull request #2597: URL: https://github.com/apache/incubator-nuttx/pull/2597
## Summary Revert "board/sim: Remove the too strict warning" This reverts commit e70bff723b5e2eecb741f43bb2ecc5a220d3bf8c. * These warnings sometimes find real bugs. There are ways to disable the specific warnings for the specific code (eg. libcxx) selectively. * It doesn't make much sense to disable these warnings only on sim. There are many boards with -Wall -Wshadow. Because the sim is mainly for development and testing, it should be less forgiving than real boards. ## 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org