diff options
author | midipix <writeonce@midipix.org> | 2024-01-06 21:53:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-22 03:49:50 +0000 |
commit | af36ced3526d9a9ddb2ab08404f20ec2a9a89c56 (patch) | |
tree | 1ae399436d911867db63c59e37bd4bf80226a34d /src/internal | |
parent | 7bab5a71cefe37b583b08fec0177fc569f041980 (diff) | |
download | slibtool-af36ced3526d9a9ddb2ab08404f20ec2a9a89c56.tar.bz2 slibtool-af36ced3526d9a9ddb2ab08404f20ec2a9a89c56.tar.xz |
ar mode: added the -Wcheck command-line action.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_ar_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |