Skip to content

NOX: Fix Build Problem from 3c24e900

Created by: jmgate

@trilinos/nox

Description

Merging #3240 caused a build failure in LOCA if you happen to have Teuchos_ENABLE_COMPLEX=ON. This PR makes it such that the particular file doesn't emit unused parameter warnings, but will still compile with that flag on.

Motivation and Context

Just trying to get closer to a clean build.

How Has This Been Tested?

Builds fine for me. Letting @trilinos-autotester do its thing.

Additional Information

@trilinos/framework, do we want Teuchos_ENABLE_COMPLEX=ON for the PR builds?

Merge request reports