Skip to content

Commit 216af26

Browse files
authored
Remove migration flag FIX_UNUSED_PARAMETR_PLS (devtools request) (#7828)
1 parent 8659495 commit 216af26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/internal/ya.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ USE_AIO = "static"
2121
USE_ICONV = "static"
2222
USE_IDN = "static"
2323
APPLE_SDK_LOCAL = "yes"
24-
CFLAGS = "-fno-omit-frame-pointer"
25-
# TODO: uncomment after warnings fix
26-
FIX_UNUSED_PARAMETR_PLS = "1" # 2 aug 2024. Transitional flag for protobuf fix, DTCC-2275
24+
CFLAGS = "-fno-omit-frame-pointer"

0 commit comments

Comments
 (0)