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