[0.4.7][WINETESTS] Mute many MSVC2010SP1 dbg warnings CORE-18104
authorJoachim Henze <Joachim.Henze@reactos.org>
Mon, 28 Mar 2022 15:52:05 +0000 (17:52 +0200)
committerJoachim Henze <Joachim.Henze@reactos.org>
Mon, 28 Mar 2022 15:52:05 +0000 (17:52 +0200)
commit2918b7e39320d99c0398b2f57f911d335ce831bf
tree7cc1e93dc6f493fc677b10974630dfd28280204f
parent6d3d711e77c71d6e8a1b0f7e4e0ce2072d984175
[0.4.7][WINETESTS] Mute many MSVC2010SP1 dbg warnings CORE-18104

Mutes too many to list them all here, but the motivation to pick that part was:

can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
C:\047rls\reactos\modules\rostests\winetests\rpcrt4\server.c(910) : warning C4305: 'function' : truncation from 'double' to 'float'
C:\047rls\reactos\modules\rostests\winetests\rpcrt4\server.c(910) : warning C4305: 'function' : truncation from 'double' to 'float'

Timo thought most likely that muting is okay here, to keep the diff to upstream low in the tests.

Partial pick from 0.4.14-dev-847-g 42d2d5ec9c76588624412f95114d26f36373959f
modules/rostests/winetests/CMakeLists.txt