libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Sat, 20 Apr 2024 06:18:16 -0400 (EDT)

branch: master
commit baab05726170b00c32db44fb9fad0b08cf3e4782
Author: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
AuthorDate: Sat Apr 20 12:23:17 2024 +0300

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]