mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,6 +36,7 @@ dist
|
||||
.coveralls.yml
|
||||
|
||||
.vscode
|
||||
.vs
|
||||
|
||||
doc/html
|
||||
doc/latex
|
||||
|
||||
Reference in New Issue
Block a user