diff options
author | Pisarenko Grigoriy <grigoriypisar@ydb.tech> | 2024-10-21 10:27:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 10:27:32 +0300 |
commit | 7e95d3853eb4e1b90e962a990704e2388828426f (patch) | |
tree | ddf0d28b132156d43b0049a5b05537b92c152325 | |
parent | 75f5ca482a7f6d0051e9c7b40f8e5a63da0e1f5a (diff) | |
download | ydb-7e95d3853eb4e1b90e962a990704e2388828426f.tar.gz |
YQ RD fix import contirb build (#10606)
-rw-r--r-- | ydb/core/fq/libs/row_dispatcher/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/row_dispatcher/ya.make b/ydb/core/fq/libs/row_dispatcher/ya.make index d4a28961a6..ddcec9956f 100644 --- a/ydb/core/fq/libs/row_dispatcher/ya.make +++ b/ydb/core/fq/libs/row_dispatcher/ya.make @@ -31,6 +31,10 @@ PEERDIR( ydb/public/sdk/cpp/client/ydb_table ) +CFLAGS( + -Wno-assume +) + YQL_LAST_ABI_VERSION() END() |