[Bug 216206] editors/openoffice-4 and editors/openoffice-devel: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 21 19:43:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206
Pedro F. Giffuni <pfg at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pfg at FreeBSD.org
--- Comment #7 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
(In reply to Jan Beich (mail not working) from comment #6)
> Not enough to unbreak.
I know .. I just can't reproduce because clang-5.0 doesn't get that far :(.
They are pretty easy to fix though, keep them coming :-/.
> main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered
> comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
> if ( handle > 0 )
> ~~~~~~ ^ ~
Should be:
if ( handle != NULL )
(will fix upstream)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list