1
0
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:
wfjm
2018-10-27 12:44:39 +02:00
parent 4b355707c8
commit 86380fc2c6
8 changed files with 43 additions and 25 deletions

View File

@@ -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)