summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-01-27 22:09:30 +0000
committermidipix <writeonce@midipix.org>2024-01-27 22:17:33 +0000
commit8afddf605129d0d3c0de3ec085f995bed7df9132 (patch)
treef70103fb57be0e702dd3cdfeaddbc4018905918a /src/internal/slibtool_driver_impl.h
parente70e361b54296c1cdc7d23ca1bd74ef740c97b7a (diff)
downloadslibtool-8afddf605129d0d3c0de3ec085f995bed7df9132.tar.bz2
slibtool-8afddf605129d0d3c0de3ec085f995bed7df9132.tar.xz
ar mode: added initial -Wprint and -Wpretty support.
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 2008324..ab4ed9b 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -85,6 +85,8 @@ enum app_tags {
TAG_AR_HELP,
TAG_AR_VERSION,
TAG_AR_CHECK,
+ TAG_AR_PRINT,
+ TAG_AR_PRETTY,
};
struct slbt_split_vector {