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

@@ -41,4 +41,6 @@ The directory `fuzz/crashers` contains a set of crashes that were found with fuz
* [x] start with fuzzing the parser
* [ ] upload fuzzing instrumentation
* [ ] document fuzzing process
* [ ] add parsing of crashers to CI process
* [ ] quality
* [ ] add CI job that ensures the parser builds on different plattforms
* [ ] add CI job that parses crashers that were found during fuzzing