Bug#1034369: C++ help needed

2023-04-14 Thread Aaron M. Ucko
tags 1034369 + patch thanks Andreas Tille writes: > I guess the fix will boil down to a type casting in this line > > > https://salsa.debian.org/med-team/libcereal/-/blob/master/unittests/map.hpp#L65 > > o_esplmap.insert({random_value(gen), { random_value(gen), > random_value(gen)

Bug#1034369: C++ help needed (Was: Bug#1034369: libcereal: autopkgtest regression on non x86: cc1plus: all warnings being treated as errors)

2023-04-13 Thread Andreas Tille
Control: tags -1 help Hi, I guess the fix will boil down to a type casting in this line https://salsa.debian.org/med-team/libcereal/-/blob/master/unittests/map.hpp#L65 o_esplmap.insert({random_value(gen), { random_value(gen), random_value(gen) }}); unfortunately my C++ knowledge is