varargs usage implementation for stdlib, warning fixes

This commit is contained in:
ProgramSnail 2025-01-24 13:07:04 +03:00
parent b5564c6731
commit 8709cb22fd
3 changed files with 31 additions and 32 deletions

View file

@ -286,8 +286,7 @@ static inline const char *read_print_val(char **ip, const Bytefile &bf,
}
template <bool use_out>
static inline void read_print_seq(char **ip, const Bytefile &bf,
std::ostream &out) {}
static inline void read_print_seq(char **, const Bytefile &, std::ostream &) {}
template <bool use_out, ArgT arg, ArgT... args>
static inline void read_print_seq(char **ip, const Bytefile &bf,