Skip to content

Teuchos errors in Werror build

James Willenbring requested to merge ZUUL42:Werror into develop

Created by: ZUUL42

@trilinos/framework @trilinos/teuchos

Description

This turns on Warnings as Errors for Teuchos with the exception of: -Wno-clobbered -Wno-vla -Wno-pragmas -Wno-unknown-pragmas -Wno-unused-local-typedefs -Wno-literal-suffix -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context -Wno-maybe-uninitialized -Wno-nonnull-compare -Wno-address -Wno-inline

This addresses Issue #4254 "Teuchos errors in Werror build".

How Has This Been Tested?

This has been built to develop without issue.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports