mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-28 23:24:11 +02:00
Fixed an unused parameter warning.
This commit is contained in:
parent
aee537099d
commit
b6018f3d57
@ -44,7 +44,7 @@ inline void check_container_size(std::size_t size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
inline void check_container_size<4>(std::size_t size) {
|
inline void check_container_size<4>(std::size_t /*size*/) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user