You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/25 19:21:36 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #1090: testing: Fix cxxtest application for "no-rtti" builds

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1090: testing: Fix cxxtest application for "no-rtti" builds

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged pull request #1090:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1090


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org