Skip to content

Commit 55062fa

Browse files
committed
suppress unused variable warning
1 parent fabe4a8 commit 55062fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wh_server.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ int wh_Server_HandleRequestMessage(whServerContext* server)
439439
WH_LOG_ON_ERROR_F(&server->log, WH_LOG_LEVEL_ERROR, handlerRc,
440440
"Handler (group=%d, action=%d, seq=%d) returned %d",
441441
group, action, seq, handlerRc);
442+
(void)handlerRc; /* suppress unused var warning */
442443

443444
/* Log error code from sending response, if present */
444445
WH_LOG_ON_ERROR_F(

0 commit comments

Comments
 (0)