🔨 fixed a pedantic warning

pull/650/head
Niels Lohmann 2017-07-08 12:03:12 +02:00
parent df2feabb72
commit 015c88783e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ fuzz-testing
*.gcno
*.gcda
ndk
build
working

View File

@ -34,6 +34,7 @@ using nlohmann::json;
#include <fstream>
extern size_t calls;
size_t calls = 0;
void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);