diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-22 16:35:12 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-22 16:35:12 +0800 |
commit | a37526891a15df8d6c023fca3b6226d9be362b29 (patch) | |
tree | 20f6ad71fa83a7b28f2825cb98e3798c36c36997 /math | |
parent | 9bad504c7bd4ac86cd79391d3c75ad1074175e99 (diff) | |
download | freebsd-ports-gnome-a37526891a15df8d6c023fca3b6226d9be362b29.tar.gz freebsd-ports-gnome-a37526891a15df8d6c023fca3b6226d9be362b29.tar.zst freebsd-ports-gnome-a37526891a15df8d6c023fca3b6226d9be362b29.zip |
editors/openoffice-devel: unbreak with clang 4.0
main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
if ( handle > 0 )
~~~~~~ ^ ~
main/desktop/source/deployment/misc/dp_misc.cxx:106:16: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
if (digest <= 0) {
~~~~~~ ^ ~
main/sd/source/ui/view/viewshe3.cxx:229:48: error: ordered comparison between pointer and zero ('SdPage *' and 'int')
if (pDocument->GetSdPage(0, ePageKind) > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 216206
Submitted by: pfg
Obtained from: upstream
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions