Skip to content

Commit

Permalink
silence unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Mar 10, 2024
1 parent 1890555 commit bc97fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bug-guard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ int main()
{
// make sure, that `utility.hpp` is included correctly
ranges::optional<int> a;
(void) a;
}

0 comments on commit bc97fb1

Please sign in to comment.