freebsd-ports/editors/madedit/files
Jan Beich 081cece7ff editors/madedit: unbreak with clang 4.0
src/MadOptionsDialog.cpp:1179:56: error: ordered comparison between pointer 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 pointer and zero
      ('const wxChar *' (aka 'const wchar_t *') and 'int')
            if(tid->cmddata->menuid_name > 0)
               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216076
Reported by:	antoine (via exp-run)
2017-02-01 05:25:42 +00:00
..
patch-charset-detector__src__entry__impl.cpp
patch-charset-detector__src__prmem.h
patch-src__MadEdit__MadEdit.cpp
patch-src_MadOptionsDialog.cpp