fix some 'clang -pedantic' warnings

This commit is contained in:
mhoffm
2021-06-30 19:50:33 +02:00
parent 7d8ecd053a
commit 0e7d8ddb4b
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 0.3.1 - 2021-06-30
fix:
* dont use c struct initializer syntax in src/scanner.cc
## 0.3.0 - 2021-06-28
fix: