Suppress warning for file delaunay.cpp.
--HG-- branch : develop
This commit is contained in:
parent
c09e7d4d65
commit
9005bd6a77
|
@ -30,6 +30,7 @@ QT_WARNING_PUSH
|
||||||
QT_WARNING_DISABLE_GCC("-Wold-style-cast")
|
QT_WARNING_DISABLE_GCC("-Wold-style-cast")
|
||||||
QT_WARNING_DISABLE_CLANG("-Wold-style-cast")
|
QT_WARNING_DISABLE_CLANG("-Wold-style-cast")
|
||||||
QT_WARNING_DISABLE_GCC("-Wcast-qual")
|
QT_WARNING_DISABLE_GCC("-Wcast-qual")
|
||||||
|
QT_WARNING_DISABLE_CLANG("-Wcast-qual")
|
||||||
|
|
||||||
#if PREDICATE == EXACT_PREDICATE
|
#if PREDICATE == EXACT_PREDICATE
|
||||||
extern void exactinit();
|
extern void exactinit();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user