[Libreoffice-commits] core.git: vcl/headless
Caolán McNamara
caolanm at redhat.com
Thu Jun 25 02:40:22 PDT 2015
vcl/headless/svpgdi.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b28a63728ac081b3cc94c76d0bac4a573087ca5e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jun 25 10:39:42 2015 +0100
WaE: -Werror=unused-parameter on Android
Change-Id: Ie5a4015794350a513c39a60ae650f4626d92e1b8
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 4622e2a..957463b 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -192,6 +192,11 @@ bool SvpSalGraphics::drawAlphaRect(long nX, long nY, long nWidth, long nHeight,
}
return true;
#else
+ (void)nX;
+ (void)nY;
+ (void)nWidth;
+ (void)nHeight;
+ (void)nTransparency;
return false;
#endif
}
More information about the Libreoffice-commits
mailing list