-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean up warnings in python build step #200
Comments
Who contributed the python code? They need to immediately clear these warnings. The EMC requirements for operational software include that all software must build without warning. This is a very reasonable rule. We need to add a CI test which fails is any warnings are present, and then bring the code up to that standard. That way, future contributions of code will fail CI if they add warnings. |
AFAIK, the python code was contributed by Jeff Whitaker working with Rahul. |
@jswhit and @aerorahul can you guys clear up the warnings in your python code? |
On my macOS with GCC10, I performed a
and this was the result:
There are warnings, I agree. Some of these warnings are benign and not really worth digging. |
I found 80+ hits when searching for "warning" in the build step for ubuntu-20.0.4, gcc-10, gfortran-10, and all of them are related to the python builds.
These should definitely be looked at and cleaned up at some point, because one of the general rules that was agreed for our NCEPLIBS packages was that everything should compile without any warnings.
The text was updated successfully, but these errors were encountered: