Skip to content

Sacado: Fix various compiler warnings.

James Willenbring requested to merge etphipp:sacado_warning_fixes into develop

Created by: etphipp

  1. Fix use of uninitialized variable in template container example.
  2. Fix missing KOKKOS_INLINE_FUNCTION macro in View specializations.
  3. Fix enum-in-bool-context warning in new Fad design.
  4. Fix warning about use of "=" in "==" context in Rad.
  5. Fix warning about missing operator delete in Rad.

Merge request reports

Loading