]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Fix --no-warnings flag
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 18 Nov 2024 18:19:57 +0000 (20:19 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 15:36:29 +0000 (17:36 +0200)
commite5dfb39aab2f36357402db0bddfbdd6310efe25b
treeabb7b4cea1e5bc89d8e298161519227f786a1e15
parent270b7bb2dbd3e25c0b7aa6f318f9d83c1ffa7f76
libtool: Fix --no-warnings flag

Passing --no-warnings to libtool would not suppress warning messages.

* build-aux/ltmain.in: Add 'opt_warning' check before printing out
  warning messages.
* tests/libtool.at: Add simple test for '--no-warnings'.
* NEWS: Update.
NEWS
build-aux/ltmain.in
tests/libtool.at