mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Fix compiler warnings about unused parameter (#158)
Thanks to @fmatthew5876
This commit is contained in:
parent
f3fc8052ab
commit
c150722945
2
format.h
2
format.h
@ -1484,7 +1484,7 @@ inline void set_types(Value *, const Args & ...) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename Char, typename Value>
|
template <typename Char, typename Value>
|
||||||
inline void store_args(Value *values) {}
|
inline void store_args(Value *) {}
|
||||||
|
|
||||||
template <typename Char, typename Arg, typename T, typename... Args>
|
template <typename Char, typename Arg, typename T, typename... Args>
|
||||||
inline void store_args(Arg *args, const T &arg, const Args & ... tail) {
|
inline void store_args(Arg *args, const T &arg, const Args & ... tail) {
|
||||||
|
Loading…
Reference in New Issue
Block a user