gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Add flag to get standard-compliant exception handling #68

Closed azeey closed 2 years ago

azeey commented 2 years ago

🦟 Bug fix

Summary

This should fix the following compiler warning with MSVC

 warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc

Checklist

Note to maintainers: Remember to use Squash-Merge

azeey commented 2 years ago

I'm going to test this on a release build before merging.

Build Status