-
Type: Bug
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-11-21
The MSVC 2015 compiler produces the following warnings while compiling the ASIO sources:
E:\workspace\mongo\src\mongo/executor/async_secure_stream.h(49): warning C4373: 'mongo::executor::AsyncSecureStream::connect': virtual function overrides 'mongo::executor::AsyncStreamInterface::connect', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers E:\workspace\mongo\src\mongo/executor/async_secure_stream.h(49): warning C4373: 'mongo::executor::AsyncSecureStream::connect': virtual function overrides 'mongo::executor::AsyncStreamInterface::connect', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers E:\workspace\mongo\src\mongo/executor/async_stream_interface.h(54): note: see declaration of 'mongo::executor::AsyncStreamInterface::connect' E:\workspace\mongo\src\mongo/executor/async_stream_interface.h(54): note: see declaration of 'mongo::executor::AsyncStreamInterface::connect' E:\workspace\mongo\src\mongo/executor/async_secure_stream.h(49): warning C4373: 'mongo::executor::AsyncSecureStream::connect': virtual function overrides 'mongo::executor::AsyncStreamInterface::connect', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers E:\workspace\mongo\src\mongo/executor/async_stream_interface.h(54): note: see declaration of 'mongo::executor::AsyncStreamInterface::connect'
Probably just a matter of typo.