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 ee55ea844e
commit 3632c81435
14 changed files with 41 additions and 55 deletions

View File

@@ -23,12 +23,6 @@
#include "PreCompiled.h"
#if defined(__clang__) && defined(__has_warning)
#if __has_warning("-Wdeprecated-copy")
# pragma clang diagnostic ignored "-Wdeprecated-copy"
#endif
#endif
#ifndef _PreComp_
# include <sstream>
# include <BRepBuilderAPI_MakeEdge.hxx>