Skip to content

Tempus: Remove Build Warnings

James Willenbring requested to merge Tempus-Remove-Build-Warnings-4510 into develop

Created by: ccober6

  • Fixed unsigned/signed comparisons.
  • Fixed some shadowed variables.
  • Fixed some unused parameters, but there are tons more!

@trilinos/tempus

Motivation and Context

Making Trilinos warning free.

How Has This Been Tested?

Passed all Tempus tests.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • All new and existing tests passed.
  • No new compiler warnings were introduced.

Merge request reports