From c15072294515fd2faad1194d2117c56db4687f46 Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 8 May 2015 11:20:56 -0700 Subject: [PATCH] Fix compiler warnings about unused parameter (#158) Thanks to @fmatthew5876 --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {