diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-08-15 14:59:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 14:59:06 +0300 |
commit | 216af268f259e626b7e97303d104be74a7774286 (patch) | |
tree | 9e1e7a76eb0b78f01b9893332ce22815a2ac2b88 | |
parent | 86594959a3e01864001877469a2ae23872225b6b (diff) | |
download | ydb-216af268f259e626b7e97303d104be74a7774286.tar.gz |
Remove migration flag FIX_UNUSED_PARAMETR_PLS (devtools request) (#7828)
-rw-r--r-- | build/internal/ya.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/internal/ya.conf b/build/internal/ya.conf index 483fbe32b1..c67252c81b 100644 --- a/build/internal/ya.conf +++ b/build/internal/ya.conf @@ -21,6 +21,4 @@ USE_AIO = "static" USE_ICONV = "static" USE_IDN = "static" APPLE_SDK_LOCAL = "yes" -CFLAGS = "-fno-omit-frame-pointer" -# TODO: uncomment after warnings fix -FIX_UNUSED_PARAMETR_PLS = "1" # 2 aug 2024. Transitional flag for protobuf fix, DTCC-2275
\ No newline at end of file +CFLAGS = "-fno-omit-frame-pointer"
\ No newline at end of file |