mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +01:00
Update include/valijson/constraints/concrete_constraints.hpp
Co-authored-by: Tristan Penman <tristan@tristanpenman.com>
This commit is contained in:
parent
dc6d2fe0e7
commit
03b8cccb27
@ -914,9 +914,10 @@ public:
|
|||||||
freeFn(ptr);
|
freeFn(ptr);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
// pretend to use freeFn to avoid warning in GCC 8.3
|
||||||
|
(void)freeFn;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
(void)freeFn;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool validate(const adapters::Adapter &target,
|
virtual bool validate(const adapters::Adapter &target,
|
||||||
|
Loading…
Reference in New Issue
Block a user