search for: c4204

Displaying 1 result from an estimated 1 matches for "c4204".

Did you mean: 4204
2015 Mar 20
5
[LLVMdev] Enabling stricter warnings for Windows builds
...warning C4703: potentially uninitialized local pointer variable (40 times) warning C4389: signed/unsigned mismatch (28 times) Warnings that should probably be fixed ------------------------------------------------- warning C4189: local variable is initialized but not referenced (6 times) warning C4204: nonstandard extension used : non-constant aggregate initializer (4 times) warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable (2 times) As a caveat, I didn't look at the code for any of these warnings -- not one -- so I don't know anything abou...