mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 15:34:08 +02:00
Merge pull request #183 from spatz/patch-3
Comment unused variable name
This commit is contained in:
commit
bf8c830eef
@ -541,7 +541,7 @@ private:
|
||||
}
|
||||
|
||||
template <std::size_t N>
|
||||
static void check_ext_size(std::size_t size) {
|
||||
static void check_ext_size(std::size_t /*size*/) {
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user