diff --git a/src/remote.cc b/src/remote.cc index 6a717805..c0fcf563 100644 --- a/src/remote.cc +++ b/src/remote.cc @@ -53,7 +53,7 @@ public: write((uint32_t)0); // message size, to be patched on write } - ~MsgWriter() noexcept(false) + ~MsgWriter() { uint32_t count = (uint32_t)m_buffer.size() - m_start; memcpy(m_buffer.data() + m_start + sizeof(MessageType), &count, sizeof(uint32_t));