[google_benchmark] Suppress -Wdeprecated-declarations

third_party/google_benchmark uses std::wstring_convert, which is
deprecated in C++17 [0]. However, there are no standard library
replacements for this function, so we suppress the warning for now until
the usage is removed.

[0]: https://en.cppreference.com/w/cpp/locale/wstring_convert.

Bug: 1344570
Change-Id: I90a7176b8133791ea89a3b9260b44211a59fa28b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3773795
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Alan Zhao <ayzhao@google.com>
Auto-Submit: Alan Zhao <ayzhao@google.com>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1025810}
NOKEYCHECK=True
GitOrigin-RevId: fba839f7f9f9b2add21b0f627011cc96177c04e0
1 file changed
tree: 2f388c4b5c84b6854e0ecb49edd16d6fb0146932
  1. BUILD.gn
  2. buildconfig.gni
  3. DIR_METADATA
  4. OWNERS
  5. README.chromium