vcl/opengl/x11/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit db787d50d0f57753d2ca46755f681ed959d69ae3 Author: Caolán McNamara <caol...@redhat.com> Date: Sat May 21 10:15:51 2016 +0100 WaE: -Werror=maybe-uninitialized Change-Id: I9311a1fbe7e22780bd086ffeb5ca24476f3121b8 diff --git a/vcl/opengl/x11/gdiimpl.cxx b/vcl/opengl/x11/gdiimpl.cxx index 105cda3..f362605 100644 --- a/vcl/opengl/x11/gdiimpl.cxx +++ b/vcl/opengl/x11/gdiimpl.cxx @@ -725,7 +725,7 @@ bool X11OpenGLSalGraphicsImpl::RenderPixmap(X11Pixmap* pPixmap, X11Pixmap* pMask }; Display* pDisplay = mrParent.GetXDisplay(); - bool bInverted; + bool bInverted = false; const long nWidth = pPixmap->GetWidth(); const long nHeight = pPixmap->GetHeight();
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits