mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
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.
This commit is contained in:

committed by
Martin Hořeňovský

parent
792c3b7549
commit
88f4ec3cc5
@@ -11,11 +11,6 @@
|
||||
#include <catch2/internal/catch_config_wchar.hpp>
|
||||
#include <catch2/internal/catch_windows_h_proxy.hpp>
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic ignored "-Wc++98-compat"
|
||||
# pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
|
||||
#endif
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <cerrno>
|
||||
|
Reference in New Issue
Block a user