🔨 fixed a pedantic warning

parent df2feabb
...@@ -7,6 +7,7 @@ fuzz-testing ...@@ -7,6 +7,7 @@ fuzz-testing
*.gcno *.gcno
*.gcda *.gcda
ndk
build build
working working
......
...@@ -34,6 +34,7 @@ using nlohmann::json; ...@@ -34,6 +34,7 @@ using nlohmann::json;
#include <fstream> #include <fstream>
extern size_t calls;
size_t calls = 0; size_t calls = 0;
void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment