From d8458a8c1af2fffb6f320375aa8b60fadcc923ff Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Wed, 18 Oct 2017 08:06:31 +1100 Subject: [PATCH] remove non virtual destructor silence for GCC This was fixed in 37fab4ee7a26e9c3af5a934fdeb2410ed13a7f54. --- include/cxxopts.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 314955e..69ed92f 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -25,11 +25,6 @@ THE SOFTWARE. #ifndef CXX_OPTS_HPP #define CXX_OPTS_HPP -#if defined(__GNUC__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wnon-virtual-dtor" -#endif - #include #include #include