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 0f8c575 commit fc95c99Copy full SHA for fc95c99
src/viam/sdk/common/client_helper.cpp
@@ -23,7 +23,7 @@ bool isStatusCancelled(int status) noexcept {
23
return status == ::grpc::StatusCode::CANCELLED;
24
}
25
26
-void set_name(...) {}
+void set_name(...) {} // NOLINT(cert-dcl50-cpp)
27
28
} // namespace client_helper_details
29
0 commit comments