search for: c4127

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

Did you mean: 4127
2015 Mar 20
5
[LLVMdev] Enabling stricter warnings for Windows builds
...Here's what I came up with (with a glaring bias toward just disabling common warnings and fixing uncommon ones): Warnings that should almost certainly be disabled ------------------------------------------------------------- warning C4100: unreferenced formal parameter (263666 times) warning C4127: conditional expression is constant (101120 times) warning C4512: assignment operator could not be generated (40472 times) warning C4505: unreferenced local function has been removed (6606 times) warning C4610: [...] can never be instantiated (1714 times) warning C4510: default constructor could no...