Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
1.5.0
-
None
-
None
Description
Compiler warning with 1.5.0rc6 on mingw-w64:
mongoc/mongoc-handshake.c: In function '_get_os_version':
|
mongoc/mongoc-handshake.c:209:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'DWORD' [-Wformat]
|
mongoc/mongoc-handshake.c:209:22: warning: format '%d' expects argument of type 'int', but argument 5 has type 'DWORD' [-Wformat]
|
mongoc/mongoc-handshake.c:209:22: warning: format '%d' expects argument of type 'int', but argument 6 has type 'DWORD' [-Wformat]
|
mongoc/mongoc-handshake.c:212:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'DWORD' [-Wformat]
|
Attachments
Issue Links
- is related to
-
CDRIVER-959 mingw build & test in Evergreen
-
- Closed
-