qchateau / packio

An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.
https://qchateau.github.io/packio/
Mozilla Public License 2.0
136 stars 20 forks source link

MSVC: warning C4702 (unreachable code) in Debug #43

Open qchateau opened 3 years ago

qchateau commented 3 years ago

C4702 is disabled in Debug because MSVC detects unreachable code in nl_json_rpc/rpc.h for an unknown reason...