Remove initInt and initUInt until they are needed.
diff --git a/include/json/value.h b/include/json/value.h
index a60ca8f..197a856 100644
--- a/include/json/value.h
+++ b/include/json/value.h
@@ -440,6 +440,8 @@
   size_t getOffsetLimit() const;
 
 private:
+  void initBasic(ValueType type, bool allocated = false);
+
   Value& resolveReference(const char* key, bool isStatic);
 
 #ifdef JSON_VALUE_USE_INTERNAL_MAP