From 3a9398d853caf39778771d4916b0781a8597db42 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Dec 2012 22:05:56 +0300 Subject: Fix compilation warnings. --- src/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index d22975db9..2086981de 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -1135,7 +1135,7 @@ void Graphics::fillRectangle(const gcn::Rectangle& rectangle) const unsigned rMask = format->Rmask; const unsigned gMask = format->Gmask; const unsigned bMask = format->Bmask; - const unsigned aMask = format->Amask; +// const unsigned aMask = format->Amask; unsigned rShift = rMask / 0xff; unsigned gShift = gMask / 0xff; unsigned bShift = bMask / 0xff; -- cgit v1.2.3-60-g2f50