Package: libgdf / 0.1.3-15

Metadata

Package Version Patches format
libgdf 0.1.3-15 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable werror.patch | (download)

libgdf/CMakeLists.txt | 4 2 + 2 - 0 !
test/CMakeLists.txt | 4 2 + 2 - 0 !
tools/gdf_merger/CMakeLists.txt | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 remove -werror to fix ftbfs with gcc-7
 Modifying build flags avoids having to edit public library headers.
 GCC-7 gives the following error:
 dynamic exception specifications are deprecated in C++11; use 'noexcept' instead [-Werror=deprecated]
check system endianness.patch | (download)

libgdf/include/GDF/Types.h | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 avoid deprecated way of checking system endianness
 According to file /usr/include/boost/predef/detail/endian_compat.h,
 [t]he use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please
 include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE
 instead.
 .
 This patch follows this recommendation.
compile with g++ 11.patch | (download)

libgdf/include/GDF/EventConverter.h | 3 1 + 2 - 0 !
libgdf/src/EventConverter.cpp | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 compile against g++ 11