Skip to content

Commit 7e95d38

Browse files
authored
YQ RD fix import contirb build (#10606)
1 parent 75f5ca4 commit 7e95d38

File tree

1 file changed

+4
-0
lines changed
  • ydb/core/fq/libs/row_dispatcher

1 file changed

+4
-0
lines changed

ydb/core/fq/libs/row_dispatcher/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ PEERDIR(
3131
ydb/public/sdk/cpp/client/ydb_table
3232
)
3333

34+
CFLAGS(
35+
-Wno-assume
36+
)
37+
3438
YQL_LAST_ABI_VERSION()
3539

3640
END()

0 commit comments

Comments
 (0)