mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-09 23:11:25 +00:00
Suppress warnings spam from Qt
This commit is contained in:
parent
2ef2e93a46
commit
c4bde18a9d
1 changed files with 1 additions and 0 deletions
|
@ -696,6 +696,7 @@ if (WIN32)
|
||||||
4100 # Unreferenced formal parameter (-Wunused-parameter)
|
4100 # Unreferenced formal parameter (-Wunused-parameter)
|
||||||
4127 # Conditional expression is constant
|
4127 # Conditional expression is constant
|
||||||
4996 # Function was declared deprecated
|
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" )
|
if( "${MyGUI_VERSION}" VERSION_LESS_EQUAL "3.4.0" )
|
||||||
|
|
Loading…
Reference in a new issue