Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2017-10-20 12:47:13 +0300
committerGitHub <noreply@github.com>2017-10-20 12:47:13 +0300
commitbf822593ee3b7a52c564acd82085db456d9248a3 (patch)
tree08f7a2eb7e971e62560e63c5978a6191896f0670
parent3c07cecdb85aa3b3a680402bc7c4a19bb942185d (diff)
parentbb99ccb0309bb1cd5b3650af8ee6336325813040 (diff)
Merge pull request #1083 from piotr-kaminski-intel/master
Removing Klocwork issues from schema.h
-rw-r--r--include/rapidjson/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rapidjson/schema.h b/include/rapidjson/schema.h
index d8840644..2713fb26 100644
--- a/include/rapidjson/schema.h
+++ b/include/rapidjson/schema.h
@@ -355,6 +355,7 @@ public:
not_(),
type_((1 << kTotalSchemaType) - 1), // typeless
validatorCount_(),
+ notValidatorIndex_(),
properties_(),
additionalPropertiesSchema_(),
patternProperties_(),