Details
-
Bug
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
3.5.8
-
None
-
Fully Compatible
-
ALL
-
Sharding 2017-07-10
Description
The UUID::parse method uses exceptionToStatus even though the exception is already available in the catch block which results in this warning on MSVC:
src\mongo\util\uuid.cpp(56): warning C4101: 'e': unreferenced local variable
|