We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b416ec commit bc3026cCopy full SHA for bc3026c
ydb/public/lib/ydb_cli/commands/ydb_service_topic.cpp
@@ -882,8 +882,7 @@ namespace NYdb::NConsoleClient {
882
883
settings.AppendTopics(std::move(readSettings));
884
885
- // This check was added for the static analyzer.
886
- Y_ABORT_UNLESS(!settings.EventHandlers_.DataReceivedHandler_);
+ // coverity[uninit_use]
887
888
return settings;
889
}
@@ -1029,8 +1028,7 @@ namespace NYdb::NConsoleClient {
1029
1028
settings.MessageGroupId(*MessageGroupId_);
1030
settings.ProducerId(*MessageGroupId_);
1031
1032
1033
- Y_ABORT_UNLESS(!settings.EventHandlers_.AcksHandler_);
1034
1035
1036
0 commit comments