HomeFreeBSD

graphics/swfmill: unbreak with clang 4.0

Description

graphics/swfmill: unbreak with clang 4.0

gSWFParseXML.cpp:19:10: error: ordered comparison between pointer and zero ('iconv_t'

(aka '__tag_iconv_t *') and 'int')
          if (cd < 0) {
              ~~ ^ ~

gSWFWriteXML.cpp:15:10: error: ordered comparison between pointer and zero ('iconv_t'

(aka '__tag_iconv_t *') and 'int')
          if (cd < 0) {
              ~~ ^ ~

Reported by: antoine (via exp-run)

Details

Provenance
jbeichAuthored on
Parents
rP432980: x11/antimicro: unbreak with clang 4.0
Branches
Unknown
Tags
Unknown