From af36ced3526d9a9ddb2ab08404f20ec2a9a89c56 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 6 Jan 2024 21:53:44 +0000 Subject: ar mode: added the -Wcheck command-line action. --- src/internal/slibtool_ar_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index 13cd6ef..9287832 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -9,6 +9,7 @@ extern const struct argv_option slbt_ar_options[]; enum ar_tags { TAG_AR_HELP, + TAG_AR_CHECK, }; struct ar_armaps_impl { -- cgit v1.2.3