Skip to content

Commit 874f495

Browse files
fix win build (#16756)
1 parent 1fa4836 commit 874f495

File tree

1 file changed

+4
-0
lines changed
  • ydb/core/formats/arrow/accessor/sub_columns

1 file changed

+4
-0
lines changed

ydb/core/formats/arrow/accessor/sub_columns/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ SRCS(
3030

3131
YQL_LAST_ABI_VERSION()
3232

33+
CFLAGS(
34+
-Wno-assume
35+
)
36+
3337
END()
3438

3539
RECURSE_FOR_TESTS(

0 commit comments

Comments
 (0)