Skip to content

Remove Unused Parameter Warnings

Created by: jmgate

@trilinos/anasazi, @trilinos/triutils, @trilinos/piro, @trilinos/stratimikos, @trilinos/panzer, @trilinos/rtop

Description

Deals with more unused parameter warnings by commenting out parameter names in function definitions. In cases where the use of the parameter was hidden behind an #ifdef, they were (void)ed in the #else block instead.

Note: Each commit is for a separate package. If everyone would prefer I break this up into separate pull requests, just let me know.

Motivation and Context

Just hoping for a clean build.

How Has This Been Tested?

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

Merge request reports