mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Remove superfluous warning suppression from console reporter
This commit is contained in:
parent
432d03d1aa
commit
ab3fe0053d
@ -11,14 +11,6 @@
|
|||||||
#include <catch2/reporters/catch_reporter_streaming_base.hpp>
|
#include <catch2/reporters/catch_reporter_streaming_base.hpp>
|
||||||
#include <catch2/internal/catch_unique_ptr.hpp>
|
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma warning(push)
|
|
||||||
#pragma warning(disable:4061) // Not all labels are EXPLICITLY handled in switch
|
|
||||||
// Note that 4062 (not all labels are handled
|
|
||||||
// and default is missing) is enabled
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
// Fwd decls
|
// Fwd decls
|
||||||
struct SummaryColumn;
|
struct SummaryColumn;
|
||||||
@ -81,8 +73,4 @@ namespace Catch {
|
|||||||
|
|
||||||
} // end namespace Catch
|
} // end namespace Catch
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma warning(pop)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // CATCH_REPORTER_CONSOLE_HPP_INCLUDED
|
#endif // CATCH_REPORTER_CONSOLE_HPP_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user