https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230462
--- Comment #4 from [email protected] --- A commit references this bug: Author: adridg Date: Thu Aug 23 21:29:11 UTC 2018 New revision: 477926 URL: https://svnweb.freebsd.org/changeset/ports/477926 Log: Massage strange comparison for clang7 kdecore/localization/klocale_kde.cpp:2441:59: error: ordered comparison between pointer and zero ('const void *' and 'int') if ((timeFormat().contains(QString::fromLatin1("%I")) > 0) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ contains() returns bool or QBool, so this was weird to begin with. PR: 230462 Reported by: jbeich Changes: head/x11/kdelibs-kde4/Makefile head/x11/kdelibs-kde4/files/patch-kdecore_localization_klocale__kde.cpp -- You are receiving this mail because: You are the assignee for the bug.
