diff options
Diffstat (limited to 'common/rfb/Congestion.cxx')
-rw-r--r-- | common/rfb/Congestion.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/Congestion.cxx b/common/rfb/Congestion.cxx index 32339a14..f642752e 100644 --- a/common/rfb/Congestion.cxx +++ b/common/rfb/Congestion.cxx @@ -313,6 +313,8 @@ size_t Congestion::getBandwidth() void Congestion::debugTrace(const char* filename, int fd) { + (void)filename; + (void)fd; #ifdef CONGESTION_TRACE #ifdef __linux__ FILE *f; |