NOX: Remove Unused Parameter Warnings
Created by: jmgate
@trilinos/nox
Description
Compiling Trilinos with gcc-7.2.0 shows a great many unused parameter warnings. This PR comments out the parameter names in function definitions to avoid those warnings.
Motivation and Context
Just wanting to get closer to a clean build.
How Has This Been Tested?
NOX still builds just fine. Letting @trilinos-autotester do its thing.
Additional Information
These changes were made via a Python script I wrote. I looked through the majority of the changes and it looks like all cases are being handled appropriately, but it may be the case that something went wrong and I didn't see it.