NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

remove -fallow-invalid-boz flag from build #403

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

The -fallow-invalid-boz flag does this:

-fallow-invalid-boz
A BOZ literal constant can occur in a limited number of contexts in standard conforming Fortran. This option degrades an error condition to a warning, and allows a BOZ literal constant to appear where the Fortran standard would otherwise prohibit its use.

In many other NCEPLIBS we need this flag because we initialize BOZ constants in non-standard ways. But not so NCEPLIBS-bufr, which currently builds and tests just fine without -fallow-invalid-boz. So I will take it out of the build.