diff --git a/format.h b/format.h index 9e688675..51ec420f 100644 --- a/format.h +++ b/format.h @@ -1484,7 +1484,7 @@ inline void set_types(Value *, const Args & ...) { } template -inline void store_args(Value *values) {} +inline void store_args(Value *) {} template inline void store_args(Arg *args, const T &arg, const Args & ... tail) {