summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-04-02 22:12:28 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-04-04 06:52:34 +0000
commit0b48569e2bf9afc1b6ca5e359c3a948dd8c77619 (patch)
tree20cfc3e9f8de447199fdad2e3e9b4f2401547b7e
parent689348d71bd31adc669a67f9f840d31b63fff333 (diff)
Suppress ICC warning about floating-point comparisons5.8
qrect.h(670): error #1572: floating-point equality and inequality comparisons are unreliable Change-Id: I27b55fdf514247549455fffd14b1cb335fe33f63 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
-rw-r--r--Tools/qmake/mkspecs/features/icc.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qmake/mkspecs/features/icc.prf b/Tools/qmake/mkspecs/features/icc.prf
index e9bfddd1c..088d42f0f 100644
--- a/Tools/qmake/mkspecs/features/icc.prf
+++ b/Tools/qmake/mkspecs/features/icc.prf
@@ -5,4 +5,4 @@
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------
-QMAKE_CXXFLAGS += -wd68,161,175,177,239,411,654,864,873,1125,2089,2196
+QMAKE_CXXFLAGS += -wd68,161,175,177,239,411,654,864,873,1125,1572,2089,2196