mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 05:41:14 -03:00
eliminate many "unused parameter" warnings
Partially addresses issue #3430.
This commit is contained in:
@@ -695,6 +695,7 @@ int builtin_printf_state_t::print_formatted(const wchar_t *format, int argc, wch
|
||||
|
||||
/// The printf builtin.
|
||||
int builtin_printf(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
||||
UNUSED(parser);
|
||||
builtin_printf_state_t state(streams);
|
||||
|
||||
wchar_t *format;
|
||||
|
||||
Reference in New Issue
Block a user