]> source.dussan.org Git - tigervnc.git/commitdiff
Make arguments as unused without GnuTLS
authorPierre Ossman <ossman@cendio.se>
Mon, 18 Nov 2024 15:04:42 +0000 (16:04 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 18 Nov 2024 15:04:42 +0000 (16:04 +0100)
vncviewer/OptionsDialog.cxx

index e04065eceddcac6bf5efa958c3cf63dabee3de19..a7e2de2f16d08489ff9f2e0bf6dfa3c59e8da1c2 100644 (file)
@@ -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
 }