From 1e8017afd09fb15cabe7e33489875d6d75a78f2c Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 18 Nov 2024 16:04:42 +0100 Subject: [PATCH] Make arguments as unused without GnuTLS --- vncviewer/OptionsDialog.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index e04065ec..a7e2de2f 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx @@ -794,6 +794,11 @@ void OptionsDialog::createSecurityPage(int tx, int ty, int tw, int th) ty += INNER_MARGIN; group->end(); +#else + (void)tx; + (void)ty; + (void)tw; + (void)th; #endif } -- 2.39.5