aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-11-21 22:04:38 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-11-21 22:23:52 +0300
commit3f28d3f6121c03b0290a66a819a680759babab7c (patch)
tree7f359a37ebe391dae75829f78a6e4fe04b16c0b4
parentc320ff3884640f83278ad36e5feeed263b523bd4 (diff)
downloadydb-3f28d3f6121c03b0290a66a819a680759babab7c.tar.gz
Enable -Wreturn-std-move
commit_hash:c7f0699a8f585dc8140bded7a65b017808bebb38
-rwxr-xr-xbuild/ymake_conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 771c2b2902..77bf04e0a9 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1551,7 +1551,6 @@ class GnuCompiler(Compiler):
'-Wno-deprecated-enum-float-conversion',
'-Wno-deprecated-volatile',
'-Wno-pessimizing-move',
- '-Wno-return-std-move',
'-Wno-undefined-var-template',
]