Skip to content

Commit 91b2a03

Browse files
committed
Fix warning
1 parent 691c49c commit 91b2a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/example_chat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static void NukeProcess( int rc )
4646
#ifdef WIN32
4747
ExitProcess( rc );
4848
#else
49+
(void)rc; // Unused formal parameter
4950
kill( getpid(), SIGKILL );
5051
#endif
5152
}

0 commit comments

Comments
 (0)