summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-25 18:21:54 +0000
committermidipix <writeonce@midipix.org>2024-03-25 18:21:54 +0000
commite86543caba68fdcf018f8987a2467857d8a3f9cd (patch)
treef0bca6b8217f960421dafaa771f522a6e0a75fca /src/internal
parent156a0674b0a26149b2189989cd9321ad5c3c0dca (diff)
downloadslibtool-e86543caba68fdcf018f8987a2467857d8a3f9cd.tar.bz2
slibtool-e86543caba68fdcf018f8987a2467857d8a3f9cd.tar.xz
slibtoolize mode: driver: added --warnings and --no-warnings support.
Diffstat (limited to 'src/internal')
-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 656b50a..65e5f96 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -112,6 +112,8 @@ enum app_tags {
TAG_STLE_DRY_RUN,
TAG_STLE_SILENT,
TAG_STLE_VERBOSE,
+ TAG_STLE_WARNINGS,
+ TAG_STLE_NO_WARNINGS,
};
struct slbt_split_vector {