mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +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);
|
||||
throw;
|
||||
}
|
||||
#else
|
||||
// pretend to use freeFn to avoid warning in GCC 8.3
|
||||
(void)freeFn;
|
||||
#endif
|
||||
|
||||
(void)freeFn;
|
||||
}
|
||||
|
||||
virtual bool validate(const adapters::Adapter &target,
|
||||
|
Loading…
Reference in New Issue
Block a user