mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix compiler warnings about unused parameter (#158)
Thanks to @fmatthew5876
This commit is contained in:
2
format.h
2
format.h
@ -1484,7 +1484,7 @@ inline void set_types(Value *, const Args & ...) {
|
||||
}
|
||||
|
||||
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>
|
||||
inline void store_args(Arg *args, const T &arg, const Args & ... tail) {
|
||||
|
Reference in New Issue
Block a user