Skip to content

Commit

Permalink
Fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 30, 2024
1 parent 505cdec commit 49abc57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/catch2/matchers/internal/catch_matchers_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ namespace Catch {
}
};

#if defined __GNUC__
#ifdef __clang__
# pragma clang diagnostic pop
#elif defined __GNUC__
# pragma GCC diagnostic pop
#endif

Expand Down

0 comments on commit 49abc57

Please sign in to comment.