Skip to content

Commit

Permalink
SUPLIB: Eliminate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 19, 2023
1 parent 7c566f3 commit 58f9466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/suplib_cpp/smart_assert.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright(C) 1999-2021 National Technology & Engineering Solutions
// Copyright(C) 1999-2021, 2023 National Technology & Engineering Solutions
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
// NTESS, the U.S. Government retains certain rights in this software.
//
Expand Down Expand Up @@ -34,7 +34,7 @@ namespace {
stream_holder default_logger_info;

// initializes the SMART_ASSERT library
struct assert_initializer
[[maybe_unused]] struct assert_initializer
{
assert_initializer() { Private::init_assert(); }
} init;
Expand Down

0 comments on commit 58f9466

Please sign in to comment.