Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 19:43:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 216206] editors/openoffice-4 and editors/openoffice-devel: fails to build with clang 4.0
Message-ID:  <bug-216206-25061-eacxoVVQWW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216206-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216206-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216206

Pedro F. Giffuni <pfg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pfg@FreeBSD.org

--- Comment #7 from Pedro F. Giffuni <pfg@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 !=3D NULL )

(will fix upstream)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216206-25061-eacxoVVQWW>