-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some compilers on higher warning levels complain about global objects with exit-time destructors. Some unit tests declared global std::string objects as a convenience, which tripped these warnings. Even though this is just in the unit tests, it would be ideal to not have any errors at all -- and so this has been addressed.
- Loading branch information
1 parent
43b3561
commit 3046d07
Showing
1 changed file
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters