FairMQ: Explicitely mark dtor throwing to get rid of warning

This commit is contained in:
Dennis Klein
2018-02-19 18:56:24 +01:00
committed by Mohammad Al-Turany
parent d9595adf45
commit 43a06e3cc7
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class TransportFactory : public FairMQTransportFactory
auto GetType() const -> Transport override;
~TransportFactory() override;
~TransportFactory() noexcept(false) override;
private:
void* fZmqContext;