Suppress warning for file delaunay.cpp.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-12-11 12:11:58 +02:00
parent c09e7d4d65
commit 9005bd6a77

View File

@ -30,6 +30,7 @@ QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Wold-style-cast")
QT_WARNING_DISABLE_CLANG("-Wold-style-cast")
QT_WARNING_DISABLE_GCC("-Wcast-qual")
QT_WARNING_DISABLE_CLANG("-Wcast-qual")
#if PREDICATE == EXACT_PREDICATE
extern void exactinit();