remove non virtual destructor silence for GCC
This was fixed in 37fab4ee7a
.
This commit is contained in:
parent
33c4d509f1
commit
d8458a8c1a
@ -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 <cstring>
|
||||
#include <cctype>
|
||||
#include <exception>
|
||||
|
Loading…
Reference in New Issue
Block a user