https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230936

--- Comment #1 from Jan Beich <jbe...@freebsd.org> ---
Same issue in another package with slightly older version of taskmanager.

$ poudriere jail -cj clang7 -a amd64 -v projects/clang700-import -m svn+https
$ poudriere testport -j clang7 deskutils/superkaramba-kde4
[...]
src/taskmanager.cpp:911:27: error: ordered comparison between pointer and zero
('const void *' and 'int')
    if (id1.contains(id2) > 0)
        ~~~~~~~~~~~~~~~~~ ^ ~
src/taskmanager.cpp:914:27: error: ordered comparison between pointer and zero
('const void *' and 'int')
    if (id2.contains(id1) > 0)
        ~~~~~~~~~~~~~~~~~ ^ ~

http://package18.nyi.freebsd.org/data/headamd64PR230355gnucxx98-default/2018-08-26_10h16m34s/logs/errors/superkaramba-kde4-4.14.3_5.log

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to