HomeFreeBSD

math/newmat: unbreak with clang 4.0

Description

math/newmat: unbreak with clang 4.0

newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *' and 'int')

if (indx > 0) { delete [] indx; indx = 0; }
    ~~~~ ^ ~

Reported by: antoine (via exp-run)

Details

Provenance
jbeichAuthored on
Parents
rP432982: sysutils/qpxtool: unbreak with clang 4.0
Branches
Unknown
Tags
Unknown