Skip to content

Remove Unused Parameter Warnings

Created by: jmgate

@trilinos/ifpack, @trilinos/zoltan, @trilinos/zoltan2

Description

Removing unused parameter warnings generated by gcc-7.3.0 by commenting out parameter names in function definitions.

Motivation and Context

Just hoping for a clean build.

Related Issues

  • Analogous to #4256, #4243, #4239.

How Has This Been Tested?

Everything still builds on my RHEL7 machine. Letting the @trilinos-autotester do its thing.

Merge request reports