diff options
Diffstat (limited to 'common/rfb/RREDecoder.cxx')
-rw-r--r-- | common/rfb/RREDecoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/RREDecoder.cxx b/common/rfb/RREDecoder.cxx index a0818987..a01cbe74 100644 --- a/common/rfb/RREDecoder.cxx +++ b/common/rfb/RREDecoder.cxx @@ -48,7 +48,7 @@ RREDecoder::~RREDecoder() { } -bool RREDecoder::readRect(const Rect& r, rdr::InStream* is, +bool RREDecoder::readRect(const Rect& /*r*/, rdr::InStream* is, const ServerParams& server, rdr::OutStream* os) { rdr::U32 numRects; |