summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-03 03:57:35 +0000
committermidipix <writeonce@midipix.org>2024-02-03 03:57:35 +0000
commit8868650e2edf08dac6d2472a6ead903db48d12f7 (patch)
tree89558de412501d58658e486fffb410309c6c83d2 /src/internal/slibtool_driver_impl.h
parentef5cd3159e27beed97276db4ae33ea54558fb0fe (diff)
downloadslibtool-8868650e2edf08dac6d2472a6ead903db48d12f7.tar.bz2
slibtool-8868650e2edf08dac6d2472a6ead903db48d12f7.tar.xz
ar mode: driver: added the -Wposix and -Wyaml shorthand switches.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 58fa17e..c72f19e 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -87,6 +87,8 @@ enum app_tags {
TAG_AR_CHECK,
TAG_AR_PRINT,
TAG_AR_PRETTY,
+ TAG_AR_POSIX,
+ TAG_AR_YAML,
TAG_AR_VERBOSE,
};