消除编译警告
This commit is contained in:
parent
2f9b3e187b
commit
b9a4b3e71a
|
|
@ -80,8 +80,6 @@ public:
|
||||||
GET_OPT_VALUE(modify_stamp);
|
GET_OPT_VALUE(modify_stamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
ProtocolOption(const ProtocolOption &) = default;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template <typename MAP, typename KEY, typename TYPE>
|
template <typename MAP, typename KEY, typename TYPE>
|
||||||
static void getArgsValue(const MAP &allArgs, const KEY &key, TYPE &value) {
|
static void getArgsValue(const MAP &allArgs, const KEY &key, TYPE &value) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue