Build warnings - throw within destructor #1246
Labels
1b User Story
The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)
2a Discussion Needed
Prompt for team to discuss at next stand up.
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
4a Low Priority
Priority indicating minimal impact to system/user -OR- an inexpensive workaround exists
6 Build
Impact flag identifying the build process
Milestone
There are a few areas where throw is being called within a destructor. I believe the code "does the right thing", but the multitude of compiler warnings hide other errors/warnings that may be problems. These should be examined to see if they are doing the right thing, and to see if it can be modified to prevent warnings.
The two biggest culprits seem to be
Build Environment
Steps To Reproduce
cmake .
make
CORE TEAM TASK LIST
Build Error
Bug Report
The text was updated successfully, but these errors were encountered: