remove non virtual destructor silence for GCC

This was fixed in 37fab4ee7a.
This commit is contained in:
Jarryd Beck 2017-10-18 08:06:31 +11:00
parent 33c4d509f1
commit d8458a8c1a

View File

@ -25,11 +25,6 @@ THE SOFTWARE.
#ifndef CXX_OPTS_HPP #ifndef CXX_OPTS_HPP
#define CXX_OPTS_HPP #define CXX_OPTS_HPP
#if defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include <cstring> #include <cstring>
#include <cctype> #include <cctype>
#include <exception> #include <exception>