ports/devel/rapidjson/files/patch-include_rapidjson_schema.h
Yuri Victorovich 776321ad1c devel/rapidjson: Fix clang warnings on 12
PR:		220388
Submitted by:	dim
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13599
2017-12-31 17:14:14 +00:00

10 lines
434 B
C

--- include/rapidjson/schema.h.orig 2016-08-25 07:59:05 UTC
+++ include/rapidjson/schema.h
@@ -379,7 +379,6 @@ class Schema { (public)
exclusiveMinimum_(false),
exclusiveMaximum_(false)
{
- typedef typename SchemaDocumentType::ValueType ValueType;
typedef typename ValueType::ConstValueIterator ConstValueIterator;
typedef typename ValueType::ConstMemberIterator ConstMemberIterator;