Fix build warnings for Clang and MSVC (#197)

* remove unnecessary semicolons on function definitions

* add virtual destructor to base class

* fix possible loss of data warning for double to int conversion with explicit cast

* ignore Visual Studio build folder

Co-authored-by: Wim Leflere <wleflere@cochlear.com>
This commit is contained in:
Wim Leflere
2021-05-20 12:40:57 +02:00
committed by GitHub
parent b14f8a1e3a
commit b4b9d8dc16
4 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@@ -36,6 +36,7 @@ dist
.coveralls.yml
.vscode
.vs
doc/html
doc/latex