1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-04 22:13:53 +00:00
Chris Thrasher 88f4ec3cc5 Ignore C++98 related compiler warnings
Catch2 has long since required a standard newer than C++98 so we
can safely ignore any warnings related to such old standards.
2024-03-12 22:56:37 +01:00
..