Source: libedlib
Version: 1.2.3-3
Severity: important
Tags: ftbfs
https://buildd.debian.org/status/package.php?p=libedlib&suite=sid
...
/<<PKGBUILDDIR>>/test/runTests.cpp: In function 'bool test11()':
/<<PKGBUILDDIR>>/test/runTests.cpp:415:62: error: narrowing conversion of
'-127' from 'int' to 'char' inside { } [-Wnarrowing]
char query[8] = {-127, 127, -55, 0, 42, 0, 127, -55};
^
/<<PKGBUILDDIR>>/test/runTests.cpp:415:62: error: narrowing conversion of '-55'
from 'int' to 'char' inside { } [-Wnarrowing]
/<<PKGBUILDDIR>>/test/runTests.cpp:415:62: error: narrowing conversion of '-55'
from 'int' to 'char' inside { } [-Wnarrowing]
/<<PKGBUILDDIR>>/test/runTests.cpp:416:62: error: narrowing conversion of
'-127' from 'int' to 'char' inside { } [-Wnarrowing]
char target[8] = {-127, 127, 0, 42, 0, -55, 127, 42};
^
/<<PKGBUILDDIR>>/test/runTests.cpp:416:62: error: narrowing conversion of '-55'
from 'int' to 'char' inside { } [-Wnarrowing]
make[3]: *** [CMakeFiles/runTests.dir/build.make:66:
CMakeFiles/runTests.dir/test/runTests.cpp.o] Error 1