Re: 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)

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

Re: C++ help needed for new version of pbdagcon

2018-08-18 Thread Andreas Tille
On Sat, Aug 18, 2018 at 09:18:58AM +0800, Paul Wise wrote: > On Fri, Aug 17, 2018 at 10:44 PM, Andrey Rahmatullin wrote: > > > Looks like the project code was updated for s/HITS_DB/DAZZ_DB/ but the > > DAZZ_DB submodule snapshot was not updated. Ask the upstream. > > This sounds like an embedded

C++ help needed for Tide

2015-09-30 Thread Andreas Tille
Hi, I have started packaging Tide (a tandard tool for ass-spectroscopy) at git://anonscm.debian.org/debian-med/tide.git Unfortunately these days gcc is more picky about C++ syntax and I was running into g++ -ggdb -O6 -DNDEBUG -I./protoobj -g -O2 -fstack-protector-strong -Wformat

Re: C++ help needed for Tide

2015-09-30 Thread Sébastien Jodogne
Hi, > g++ -ggdb -O6 -DNDEBUG -I./protoobj -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -o obj-opt-x86_64/test_spectrum_preprocess.o -c > src/test_spectrum_preprocess.cc > In file included from src/test_spectrum_preprocess.cc:8:0: > src/records.h: In destructor