summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/grpc/qabstractgrpcclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grpc/qabstractgrpcclient.h b/src/grpc/qabstractgrpcclient.h
index 0325037..6f773bf 100644
--- a/src/grpc/qabstractgrpcclient.h
+++ b/src/grpc/qabstractgrpcclient.h
@@ -67,7 +67,7 @@ protected:
} else if constexpr (std::is_same_v<StreamType, QGrpcBidirStream>) {
return startBidirStream(method, *argData, options);
}
- return {};
+ Q_UNREACHABLE_RETURN({});
}
private: