Quiet pod2html warnings
authorRichard Levitte <levitte@openssl.org>
Sat, 19 May 2018 05:22:10 +0000 (07:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 May 2018 08:11:23 +0000 (10:11 +0200)
commitdd1477ced7f3679d8177f942219e96fa86b37234
treec24d8db719b2081dd71dc99928e6239ebfd8ec78
parent6fc92032e02bb17cb7486e71aafdc1905497693a
Quiet pod2html warnings

--quiet stops warnings of this sort:

    Cannot find "BIO_read_ex" in podpath: cannot find suitable replacement path, cannot resolve link

We know what causes these warnings, it's perfectly innocuous, and we
don't want to hear it any more.

Partial fix for #3254

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6304)

(cherry picked from commit 6439e343fa64f06941197d085acd11bd13856596)
util/process_docs.pl