mirror of
https://github.com/wfjm/w11.git
synced 2026-04-15 09:19:45 +00:00
coverity: catch exceptions in dtor
This commit is contained in:
@@ -66,6 +66,7 @@ The full set of tests is only run for tagged releases.
|
||||
- backend code review:
|
||||
- use for C++ compiles also `-Wpedantic`
|
||||
- fixes for uninitialized variables (coverity, all uncritical)
|
||||
- catch exceptions in dtors (coverity, use Catch2Cerr)
|
||||
- now -Wunused-parameter clean (comment out unused params)
|
||||
- now -Wunused-variable clean (comment out so far unused code)
|
||||
- move `using namespace std` after includes (clang warning)
|
||||
|
||||
Reference in New Issue
Block a user