fs/io/GzipOutputStream: use C++ exceptions in constructor
This commit is contained in:
+3
-1
@@ -605,6 +605,7 @@ libfs_a_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_CFLAGS)
|
||||
if ENABLE_ZLIB
|
||||
libfs_a_SOURCES += \
|
||||
src/lib/zlib/Domain.cxx src/lib/zlib/Domain.hxx \
|
||||
src/lib/zlib/Error.cxx src/lib/zlib/Error.hxx \
|
||||
src/fs/io/GunzipReader.cxx src/fs/io/GunzipReader.hxx \
|
||||
src/fs/io/AutoGunzipReader.cxx src/fs/io/AutoGunzipReader.hxx \
|
||||
src/fs/io/GzipOutputStream.cxx src/fs/io/GzipOutputStream.hxx
|
||||
@@ -1759,7 +1760,8 @@ noinst_PROGRAMS += test/run_gzip test/run_gunzip
|
||||
test_run_gzip_LDADD = \
|
||||
libutil.a \
|
||||
$(FS_LIBS)
|
||||
test_run_gzip_SOURCES = test/run_gzip.cxx
|
||||
test_run_gzip_SOURCES = test/run_gzip.cxx \
|
||||
src/Log.cxx src/LogBackend.cxx
|
||||
|
||||
test_run_gunzip_SOURCES = test/run_gunzip.cxx \
|
||||
src/Log.cxx src/LogBackend.cxx
|
||||
|
||||
Reference in New Issue
Block a user