mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 04:16:26 +00:00
🔨 fixed a pedantic warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user