diff options
author | eeight <eeight@yandex-team.ru> | 2022-04-24 11:21:25 +0300 |
---|---|---|
committer | eeight <eeight@yandex-team.ru> | 2022-04-24 11:21:25 +0300 |
commit | d3dcefce22da142f53fd9af30dda58955f889e48 (patch) | |
tree | 264688526113319ae24aa86eb388d2ebf03e6157 /build/ymake_conf.py | |
parent | dbbe6a51ea9b13716cd6fd69cd7fb86c9bbeac2b (diff) | |
download | ydb-d3dcefce22da142f53fd9af30dda58955f889e48.tar.gz |
IGNIETFERRO-1969 Enable -Wrange-loop-construct
ref:13bffd7f1591989b7cd239d354e8d40156a3a3c7
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-x | build/ymake_conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 7fb1d358f4..9c95c70cd3 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -1445,7 +1445,6 @@ class GnuCompiler(Compiler): '-Wno-deprecated-enum-float-conversion', '-Wno-deprecated-volatile', '-Wno-pessimizing-move', - '-Wno-range-loop-construct', '-Wno-return-std-move', '-Wno-undefined-var-template', ] |