Tpetra: Remove Unused Parameter Warnings
Created by: jmgate
@trilinos/tpetra
Description
Building Trilinos with gcc-7.2.0 with all warning on throws a ton of unused parameter warnings. Commenting out the parameter name in the function definition does away with them.
Motivation and Context
Just working toward a clean build.