Skip to content
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

Remove benign [WARNINGS] from batch build #4066

Closed
wants to merge 1 commit into from

Commits on Feb 14, 2022

  1. Remove benign [WARNINGS] from batch build

    This is done by:
    1) Enabling quiet for doc build so that it, "Shuts off non-error and non-warning messages," so that builders can focus on warnings.
    2) Disable missing javadoc warnings.   We will handle missing javadoc warnings in subsequent PRs.
    3) Fix existing warnings that are in the batch code base.
    
    This reduces the number of [WARNING]s from 7171 down to 52
    cppwfs committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    46b98f1 View commit details
    Browse the repository at this point in the history