]> 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>
Mon, 18 Nov 2024 18:19:57 +0000 (20:19 +0200)
commitf4345d86aa7af383db8916bc079278ed2fc36f64
tree93fa4ed7bfc4cb4488015719ef0a00f263974391
parent7fd72bec1a83a7e0d60919abdfcb34bcc803b7d8
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