fs/io/GunzipReader: add noexcept
This commit is contained in:
parent
392b783c9e
commit
bf9f690c70
@ -44,7 +44,7 @@ public:
|
||||
*/
|
||||
explicit GunzipReader(Reader &_next);
|
||||
|
||||
~GunzipReader() {
|
||||
~GunzipReader() noexcept {
|
||||
inflateEnd(&z);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user