vcl/quartz/utils.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit b4e442f7bc011ad0e3dfb2172664049e775229b1
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sun Oct 18 15:34:09 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sun Oct 18 16:23:42 2020 +0200

    -Werror,-Wunused-parameter
    
    ...since 2cd47f53b4c7bd300c210eaa466e13adc832c9b5 "tdf#137468: Add debug 
output
    function for CGColorSpaceRef"
    
    Change-Id: If392589071ddbc787e54863bafd65734aafe8c67
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104480
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/quartz/utils.cxx b/vcl/quartz/utils.cxx
index 1bbd5cdde873..5bb42db9710c 100644
--- a/vcl/quartz/utils.cxx
+++ b/vcl/quartz/utils.cxx
@@ -209,9 +209,8 @@ std::ostream &operator <<(std::ostream& s, CGColorSpaceRef 
cs)
     CFStringRef name = CGColorSpaceCopyName(cs);
     if (name != NULL)
         s << " (" << [(NSString *)name UTF8String] << ")";
-
-    return s;
 #endif
+    return s;
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to