diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 05:21:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 05:21:44 +0000 |
commit | 76c5e99d92cd0e4bf6ac8fe6067ecb8e5c2b017f (patch) | |
tree | 63774bc86d45e3900827064c1b9e1f7dad217096 /src/internal | |
parent | 1f1fa38ff06275a65e024ad66548b16a645b298c (diff) | |
download | slibtool-76c5e99d92cd0e4bf6ac8fe6067ecb8e5c2b017f.tar.bz2 slibtool-76c5e99d92cd0e4bf6ac8fe6067ecb8e5c2b017f.tar.xz |
ar mode: utility: armap symbol printing: added the -Wregex switch.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 17cb290..848aa94 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -89,6 +89,7 @@ enum app_tags { TAG_AR_VERSION, TAG_AR_CHECK, TAG_AR_PRINT, + TAG_AR_REGEX, TAG_AR_PRETTY, TAG_AR_POSIX, TAG_AR_YAML, |