Displaying 1 result from an estimated 1 matches for "c4610".
Did you mean:
4610
2015 Mar 20
5
[LLVMdev] Enabling stricter warnings for Windows builds
...---------------------
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 not be generated (1714 times)
warning C4702: unreachable code (1343 times)
warning C4706: assignment within conditional expression (296 times)
Warnings that seem like they should be fixed but will take a little...