diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-05 16:56:14 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-01-05 16:56:14 +0100 |
commit | 27262aeabf3e4d8e29d8f64dbbe48441b80ce387 (patch) | |
tree | 67c0e1be485483604ffbcd1fca97e425a9f34886 /common/rfb/Congestion.cxx | |
parent | 4701b05b7829f355c7dd4a78f0e194f232872f76 (diff) | |
parent | 7a36fb8ca702fdf6548d3a791896a161c94af5b4 (diff) | |
download | tigervnc-27262aeabf3e4d8e29d8f64dbbe48441b80ce387.tar.gz tigervnc-27262aeabf3e4d8e29d8f64dbbe48441b80ce387.zip |
Merge branch 'wextra' of https://github.com/CendioOssman/tigervnc
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; |