diff options
author | midipix <writeonce@midipix.org> | 2024-01-27 22:09:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-27 22:17:33 +0000 |
commit | 8afddf605129d0d3c0de3ec085f995bed7df9132 (patch) | |
tree | f70103fb57be0e702dd3cdfeaddbc4018905918a /src/internal/slibtool_driver_impl.h | |
parent | e70e361b54296c1cdc7d23ca1bd74ef740c97b7a (diff) | |
download | slibtool-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.h | 2 |
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 { |