Teuchos: Remove Unused Parameter Warnings
Created by: jmgate
@trilinos/teuchos
Description
Compiling Trilinos with all warning on with gcc-7.2.0 yields a ton of unused parameter warnings. This PR comments out the parameter names in function definitions to avoid those warnings.
Motivation and Context
Just hoping for a clean build one day…