diff --git a/src/builtin_type.cpp b/src/builtin_type.cpp index 68aeeaa12..0ed1c8a1d 100644 --- a/src/builtin_type.cpp +++ b/src/builtin_type.cpp @@ -43,6 +43,7 @@ static const struct woption long_options[] = {{L"help", no_argument, nullptr, 'h static int parse_cmd_opts(type_cmd_opts_t &opts, int *optind, int argc, wchar_t **argv, parser_t &parser, io_streams_t &streams) { + UNUSED(parser); wchar_t *cmd = argv[0]; int opt; wgetopter_t w;