mirror of https://gitee.com/bigwinds/arangodb
fix warning
This commit is contained in:
parent
d5f318603b
commit
617b3f2949
|
@ -62,6 +62,8 @@ class Unused2 {
|
|||
protected:
|
||||
const boost::system::error_category& unused1
|
||||
= boost::asio::error::ssl_category;
|
||||
const boost::system::error_category& unused2
|
||||
= boost::asio::ssl::error::stream_category;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue