summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct9
1 files changed, 0 insertions, 9 deletions
diff --git a/SConstruct b/SConstruct
index aa246316f39..f9ab97fd905 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3716,15 +3716,6 @@ def doConfigure(myenv):
# only) flag that turns it on.
myenv.AddToCXXFLAGSIfSupported("-Wunused-exception-parameter")
- # TODO(SERVER-60151): Avoid the dilemma identified in
- # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100493. Unfortunately,
- # we don't have a more targeted warning suppression we can use
- # other than disabling all deprecation warnings. We will
- # revisit this once we are fully on C++20 and can commit the
- # C++20 style code.
- if get_option('cxx-std') == "20":
- myenv.AddToCXXFLAGSIfSupported('-Wno-deprecated')
-
# TODO SERVER-58675 - Remove this suppression after abseil is upgraded
myenv.AddToCXXFLAGSIfSupported("-Wno-deprecated-builtins")