mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-08 07:48:47 +00:00
varargs usage implementation for stdlib, warning fixes
This commit is contained in:
parent
b5564c6731
commit
8709cb22fd
3 changed files with 31 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue