summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2022-12-21 05:02:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-21 05:45:46 +0000
commitf4d70be86e77725914eea3b2c538165e62d0fc1f (patch)
treea966d6a34a004233e9ca20b3a5dd3ba33164ffbe
parent838d3648a66bc46f10e6fcad9d0294df5331d090 (diff)
downloadmongo-f4d70be86e77725914eea3b2c538165e62d0fc1f.tar.gz
SERVER-72231 Remove extra TODO
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index b1e74a7f820..dba09c7927a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3584,9 +3584,6 @@ def doConfigure(myenv):
# 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.
- #
- # TODO(SERVER-60175): In fact we will want to explicitly opt
- # in to -Wdeprecated, since clang doesn't include it in -Wall.
if get_option('cxx-std') == "20":
myenv.AddToCXXFLAGSIfSupported('-Wno-deprecated')