This prevents Travis from failing if any of the dependencies have e.g. unused variables: https://travis-ci.org/bitcoin/bitcoin/jobs/613924094#L10291 (I ran into this particular unused variable in #15382, and it has been fixed in Boost System 1.71)
https://stackoverflow.com/a/1900578/313633
Alternative is to revert #17486, but I’d rather not.