summaryrefslogtreecommitdiff
path: root/lib/cpp/test/processor/ServerThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpp/test/processor/ServerThread.h')
-rw-r--r--lib/cpp/test/processor/ServerThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpp/test/processor/ServerThread.h b/lib/cpp/test/processor/ServerThread.h
index 0dd512797..f7fa0d5fb 100644
--- a/lib/cpp/test/processor/ServerThread.h
+++ b/lib/cpp/test/processor/ServerThread.h
@@ -61,7 +61,7 @@ class ServerState {
* Subclasses may override this method if they wish to record the final
* port that was used for the server.
*/
- virtual void bindSuccessful(uint16_t port) {
+ virtual void bindSuccessful(uint16_t /*port*/) {
}
};