diff options
Diffstat (limited to 'src/internal')
-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 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 { |