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 118aa40 commit a91d6f7Copy full SHA for a91d6f7
src/observer.cc
@@ -95,6 +95,7 @@ constexpr const char* AuthError(uint32_t val) {
95
96
#ifdef ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL
97
std::pair<const char*, const char*> ProtoError(uint32_t val) {
98
+// NOLINTNEXTLINE(*-macro-usage)
99
#define PROTO_ERROR_CASE(_prefix, _err) \
100
case ZMQ_PROTOCOL_ERROR_##_prefix##_##_err: \
101
return std::make_pair(#_prefix " protocol error", "ERR_" #_prefix "_" #_err);
0 commit comments