From c4bde18a9d4e7bba1c335d1194f1d067e23fa251 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Sun, 17 Jul 2022 10:29:02 +0400 Subject: [PATCH] Suppress warnings spam from Qt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2450d0016f..7e4be201d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -696,6 +696,7 @@ if (WIN32) 4100 # Unreferenced formal parameter (-Wunused-parameter) 4127 # Conditional expression is constant 4996 # Function was declared deprecated + 5054 # Deprecated operations between enumerations of different types caused by Qt headers ) if( "${MyGUI_VERSION}" VERSION_LESS_EQUAL "3.4.0" )