From baab05726170b00c32db44fb9fad0b08cf3e4782 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Sat, 20 Apr 2024 12:23:17 +0300 Subject: [PATCH] libtool: Document warning output options By default, CATEGORY is set to "all" for all of the warning messages to be output to standard error. CATEGORY can be set to "none" to disable warnings. * doc/libtool.texi: Document "W" or "--warnings=CATEGORY" option. --- doc/libtool.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/libtool.texi b/doc/libtool.texi index aabc495a..f074c4cf 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1319,6 +1319,13 @@ can be achieved using either option @option{-v} or option @item --version Print libtool version information and exit. + +@item -W +@itemx --warnings=@var{CATEGORY} +Report the warnings falling in category @var{CATEGORY}. The default +category is @command{all}. To disable warnings, use the category +@command{none}. + @end table The current @command{libtool} implementation is done with a shell script