Steven Decker

Results 112 comments of Steven Decker

This shows that the first problem arises when trying to build the libncepBUFR.a library, but the actual error is probably a few lines before that. I'm guessing it's an undefined...

Looking at [the porting guide](https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types), I think adding yet another compiler flag (`-Wno-error=incompatible-pointer-types` in this case) will "fix" this. The true fix as always would be to change the code...