From: Ileana Dumitrescu Date: Sat, 20 Apr 2024 09:23:17 +0000 (+0300) Subject: libtool: Document warning output options X-Git-Tag: v2.5.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baab05726170b00c32db44fb9fad0b08cf3e4782;p=thirdparty%2Flibtool.git 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. --- diff --git a/doc/libtool.texi b/doc/libtool.texi index aabc495ab..f074c4cf5 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