fix unused variable error with gcc 8.3

This commit is contained in:
Anish 2021-04-07 12:39:39 +02:00
parent 8a784f23bf
commit dc6d2fe0e7

View File

@ -915,6 +915,8 @@ public:
throw;
}
#endif
(void)freeFn;
}
virtual bool validate(const adapters::Adapter &target,