Commit bf9f690c authored by Max Kellermann's avatar Max Kellermann

fs/io/GunzipReader: add `noexcept`

parent 392b783c
......@@ -44,7 +44,7 @@ public:
*/
explicit GunzipReader(Reader &_next);
~GunzipReader() {
~GunzipReader() noexcept {
inflateEnd(&z);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment