mcrouter icon indicating copy to clipboard operation
mcrouter copied to clipboard

Set -Wno-deprecated-declarations for the OSS build

Open mszabo-wikia opened this issue 1 year ago • 1 comments

Building mcrouter currently generates a high volume of deprecation warnings from generated thrift code and from OpenSSL-related deprecations in upstream folly. We already try to set -Wno-deprecated, but in modern GCC and clang -Wno-deprecated-declarations is needed to silence these warnings instead.

mszabo-wikia avatar Jun 19 '24 18:06 mszabo-wikia

@stuclar has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Jul 12 '24 23:07 facebook-github-bot

@stuclar merged this pull request in facebook/mcrouter@805351f9a55cde40574f4994abba8ae3a18d3ef3.

facebook-github-bot avatar Jul 25 '24 14:07 facebook-github-bot