On 2012-05-02, Andreas Tille <[email protected]> wrote: > Hi, > > I tried to fix the problem in the jellyfish package but the general > hints given did not helped me really. Any more precise help to fix > this problem: > > parse_dna.cc:97:3: error: narrowing conversion of '-3' from 'int' to 'const > uint_t {aka const long unsigned int}' inside { } is ill-formed in C++11 > [-Werror=narrowing] > > --- jellyfish.orig/jellyfish/parse_dna.cc > +++ jellyfish/jellyfish/parse_dna.cc > @@ -57,7 +57,7 @@
It looks like you aren't the right place. It complains about line 97 and you have edits in line 60 ? /Sune -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

