From 383f1d1a198a7fbae121cefe0ecd324b3b1eabe6 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Mon, 21 Sep 2020 15:42:43 -0500 Subject: [PATCH] fixup! Make type a builtin [ci skip] --- src/builtin_type.cpp | 1 + 1 file changed, 1 insertion(+) 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;