attempt to disable some libtool warnings throughout the build
Depends on D6656
bu5hm4n | |
devilhorns | |
zmike |
attempt to disable some libtool warnings throughout the build
Depends on D6656
Lint OK |
No Unit Test Coverage |
Buildable 7166 |
I just checked and the actual option in libtoolize is --no-warnings and not --no-warn in my manpage. Also worth checking if --quit is enough as Marcel suggested.
It's --no-warn for libtoolize according to the docs? --quiet is controlled by automake silent rules, so this is already applied.
https://www.gnu.org/software/libtool/manual/html_node/Invoking-libtoolize.html
Strange, my libtoolize man page states:
NAME
libtoolize - manual page for libtoolize 2.4.4.19-fda4
[...]
--no-warnings equivalent to '-Wnone'
[...]
But as long as you have seen the warnings to be gone on Travis with --no-warn it might be a libtoolize version mismatch that needs different arguments?
This is odd. Git phab apply refused to apply this patch for me. Tried various attempts and the patch context looks fine, but it does not apply.
When I go the manual route and just apply the raw diff with patch manually it does succeed.
Feel free to push this one yourself as you have it in tree already.
I tried again and still no chance to get it applied here.
Approved allready. @zmike please go ahead and land this one yourself.