gustavonihei opened a new pull request #1090: URL: https://github.com/apache/incubator-nuttx-apps/pull/1090
## Summary This PR intends to fix the build of the `cxxtest` testing application. It is currently failing on `-fno-rtti` builds due to using `std::dynamic_cast`, which requires RTTI support. ## Impact Should have no impact, RTTI is only enabled on `sim` defconfigs. ## Testing CI pass. -- 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