[Libreoffice-commits] core.git: vcl/quartz
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 18 14:24:22 UTC 2020
vcl/quartz/utils.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit b4e442f7bc011ad0e3dfb2172664049e775229b1
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Oct 18 15:34:09 2020 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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: */
More information about the Libreoffice-commits
mailing list