diff -Nru snapdev-1.1.11.0~xenial/debian/changelog snapdev-1.1.11.1~xenial/debian/changelog --- snapdev-1.1.11.0~xenial/debian/changelog 2021-01-26 18:26:44.000000000 +0000 +++ snapdev-1.1.11.1~xenial/debian/changelog 2021-01-26 18:55:45.000000000 +0000 @@ -1,4 +1,10 @@ -snapdev (1.1.11.0~xenial) xenial; urgency=high +snapdev (1.1.11.1~xenial) xenial; urgency=high + + * Added a pragma because in some versions, the compare still fails. + + -- Alexis Wilke Tue, 26 Jan 2021 10:55:45 -0800 + +snapdev (1.1.11.0~bionic) bionic; urgency=high * Added test to avoid negative test issue. Binary files /tmp/tmpKEPv46/G3j4x1aFqB/snapdev-1.1.11.0~xenial/debian/.changelog.swp and /tmp/tmpKEPv46/c_0CIQnwM3/snapdev-1.1.11.1~xenial/debian/.changelog.swp differ diff -Nru snapdev-1.1.11.0~xenial/snapdev/ostream_int128.h snapdev-1.1.11.1~xenial/snapdev/ostream_int128.h --- snapdev-1.1.11.0~xenial/snapdev/ostream_int128.h 2021-01-26 18:23:34.000000000 +0000 +++ snapdev-1.1.11.1~xenial/snapdev/ostream_int128.h 2021-01-26 18:55:45.000000000 +0000 @@ -41,6 +41,7 @@ */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpedantic" +#pragma GCC diagnostic ignored "-Wstrict-overflow" std::string to_string(__int128 x) { char buf[42]; Binary files /tmp/tmpKEPv46/G3j4x1aFqB/snapdev-1.1.11.0~xenial/snapdev/.ostream_int128.h.swp and /tmp/tmpKEPv46/c_0CIQnwM3/snapdev-1.1.11.1~xenial/snapdev/.ostream_int128.h.swp differ