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)
math/newmat: unbreak with clang 4.0 Tags None Referenced Files None Subscribers None
Description
Details
|