[WINDOWSCODECS] It turns out that /wd4133 is not enough to demote the error; we need...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 5 Nov 2020 23:17:33 +0000 (00:17 +0100)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 6 Nov 2020 00:06:13 +0000 (01:06 +0100)
commitd829bcc629b36ecf38c8a99f2f4098296b071c8a
tree1b69005c31e442aa4d10d0c52f133763ef95d9f9
parentce2c1f6321f3e59da86970f545ec497ebf0e54cf
[WINDOWSCODECS] It turns out that /wd4133 is not enough to demote the error; we need to use remove_target_compile_option() to completely remove the /we4133 flag.

Addendum to commits 7e116f0e and 00ed72d7.

This removes the "error C4133: 'function': incompatible types - from
'WICPixelFormatNumericRepresentation *' to 'DWORD *'"
message that still remains even when using /wd4133 .
dll/win32/windowscodecs/CMakeLists.txt