mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
fix unused variable error with gcc 8.3
This commit is contained in:
parent
8a784f23bf
commit
dc6d2fe0e7
@ -915,6 +915,8 @@ public:
|
||||
throw;
|
||||
}
|
||||
#endif
|
||||
|
||||
(void)freeFn;
|
||||
}
|
||||
|
||||
virtual bool validate(const adapters::Adapter &target,
|
||||
|
Loading…
Reference in New Issue
Block a user