Fix compiler warnings about unused parameter (#158)

Thanks to @fmatthew5876
This commit is contained in:
vitaut 2015-05-08 11:20:56 -07:00
parent f3fc8052ab
commit c150722945

View File

@ -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) {