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:
wmayer
2020-06-09 15:30:42 +02:00
parent 9a06fdf223
commit 27b6066beb
14 changed files with 41 additions and 55 deletions

View File

@@ -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>