Date: Wed, 01 Feb 2017 05:26:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216076] editors/madedit: fails to build with clang 4.0 Message-ID: <bug-216076-13-FO8EZwsmnV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216076-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216076-13@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=3D216076 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Feb 1 05:25:42 UTC 2017 New revision: 432971 URL: https://svnweb.freebsd.org/changeset/ports/432971 Log: editors/madedit: unbreak with clang 4.0 src/MadOptionsDialog.cpp:1179:56: error: ordered comparison between point= er and zero ('const wxChar *' (aka 'const wchar_t *') and 'int') if(g_SelectedCommandItem->cmddata->menuid_name > 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ src/MadOptionsDialog.cpp:1277:42: error: ordered comparison between point= er and zero ('const wxChar *' (aka 'const wchar_t *') and 'int') if(tid->cmddata->menuid_name > 0) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ PR: 216076 Reported by: antoine (via exp-run) Changes: head/editors/madedit/files/patch-src_MadOptionsDialog.cpp --=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-216076-13-FO8EZwsmnV>