Skip to content

Commit

Permalink
Add -Wno-deprecated-declarations to GCC builds.
Browse files Browse the repository at this point in the history
Fixes #202.

PiperOrigin-RevId: 587816039
Change-Id: I311fe0161eac18b8e49b480ad55ac045e41c1ac4
  • Loading branch information
ckennelly authored and copybara-github committed Dec 4, 2023
1 parent 8d50e9c commit 25612ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tcmalloc/copts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TCMALLOC_GCC_FLAGS = [
# aren't necessarily -Werror clean.
"-Werror",
"-Wno-attribute-alias",
"-Wno-deprecated-declarations",
"-Wno-sign-compare",
"-Wno-stringop-overflow",
"-Wno-uninitialized",
Expand Down

0 comments on commit 25612ff

Please sign in to comment.