-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.4.0
-
Component/s: None
-
None
Compiling mongoc on VS Studio 2015 results in 182 compiler warnings.
84 of these warnings can be avoided quite easily by setting _CRT_SECURE_NO_WARNINGS and casting to DWORD in SleepConditionVariableCS
Thats a pretty high gain for trivial changes, allowing at least that much easier spotting of actual problems.
- is related to
-
CDRIVER-2245 Macro redefinition of printf integer formats for VS2015
- Closed