clang/gcc/cmake: move handling of suppressed deprecated-copy warnings from source file to CMake file to more easily support gcc 10
This commit is contained in:
@@ -114,12 +114,6 @@
|
||||
# include <QOpenGLTexture>
|
||||
#endif
|
||||
|
||||
#if defined(__clang__) && defined(__has_warning)
|
||||
#if __has_warning("-Wdeprecated-copy")
|
||||
# pragma clang diagnostic ignored "-Wdeprecated-copy"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//#include <OpenGL/glu.h>
|
||||
#include <Eigen/Dense>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user