We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da797a commit d96d3b2Copy full SHA for d96d3b2
src/message/ping-parser.h
@@ -74,7 +74,7 @@ class PingParser
74
State state_ = PingParser::State::WAIT_START;
75
};
76
77
-static const char* PINGPARSER_STATE_TO_STRING(PingParser::State state) {
+[[maybe_unused]] static const char* PINGPARSER_STATE_TO_STRING(PingParser::State state) {
78
switch(state) {
79
case PingParser::State::NEW_MESSAGE:
80
return "NEW_MESSAGE";
0 commit comments