Remove Unused Parameter Warnings
Created by: jmgate
@trilinos/teuchos, @trilinos/epetraext, @trilinos/rythmos
Description
Deal with unused parameter warnings by commenting out the parameter names in the function definitions. In cases where the use is hidden behind an #ifdef
, (void)
then inside the #else
block.
Motivation and Context
Just hoping for a cleaner build.
How Has This Been Tested?
Everything still looks good on my RHEL7 machine with gcc-7.3.0. Letting the @trilinos-autotester do its thing.
Related Issues
Similar to #4243, #4239.