Compiler warnings on Windows
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
Since EcEntryBase has a virtual function `print_value` but its destructor is non-virtual, this yields a compiler warning. I also get a compiler warning on Windows for the AbortLogger destructor (never returns, potential memory leak) which presumably should just be suppressed. (This is using stream-style logging.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.