Error with clang++ in building bpls
Created by: jychoi-hpc
Just as a quick report, with clang++, I got the following error:
error: ordered comparison between pointer and zero
('adios2::Engine *' and 'int')
if (fp > 0)
~~ ^ ~
Maybe we need to use (fp != NULL)
?