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 /unix/tx/TXLabel.h | |
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 'unix/tx/TXLabel.h')
-rw-r--r-- | unix/tx/TXLabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tx/TXLabel.h b/unix/tx/TXLabel.h index 3d5200d6..aba798cb 100644 --- a/unix/tx/TXLabel.h +++ b/unix/tx/TXLabel.h @@ -108,7 +108,7 @@ private: } while (text.buf[i] != 0); } - virtual void handleEvent(TXWindow* w, XEvent* ev) { + virtual void handleEvent(TXWindow* /*w*/, XEvent* ev) { switch (ev->type) { case Expose: paint(); |