cui/source/dialogs/QrCodeGenDialog.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ec10bd238991a8eda71aec7d261eafa7e47ced0d
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Thu Jan 18 13:16:10 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Jan 18 18:00:02 2024 +0100

    -Werror,-Wunused-parameter (Emscripten)
    
    Change-Id: Ia2e9ab91def1454bd06044b0e38f2d0720b44033
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162246
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx 
b/cui/source/dialogs/QrCodeGenDialog.cxx
index c727f4cdbd02..d99290404629 100644
--- a/cui/source/dialogs/QrCodeGenDialog.cxx
+++ b/cui/source/dialogs/QrCodeGenDialog.cxx
@@ -272,6 +272,9 @@ bool QrCodeGenDialog::runAsync(const 
std::shared_ptr<QrCodeGenDialog>& rControll
 
         rFunc(nResult);
     });
+#else
+    (void)rController;
+    (void)rFunc;
 #endif
     return true;
 }

Reply via email to