diff --git a/src/json.hpp b/src/json.hpp index cae1cecce..c9104f1cf 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -6313,6 +6313,11 @@ class serializer o->write_characters("null", 4); return; } + + default: + { + return; + } } }