diff options
-rw-r--r-- | vncviewer/OptionsDialog.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 } |