Skip to content

Commit

Permalink
mutex_ctor_constexpr: Silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Oct 17, 2024
1 parent 05b03c7 commit 78b3cf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mutex_ctor_constexpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ constexpr NS::mutex m2{};
int
main(void)
{
(void) m1;
(void) m2;
}

0 comments on commit 78b3cf2

Please sign in to comment.