]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
dwCallback if DWORD.
[wxWidgets.git] / src / msw / dc.cpp
index 51b2ebb921a87ab47af6bba007935d18e79c3612..c6f000a7963437eac8594c2deb605d0754ef1e72 100644 (file)
@@ -2461,6 +2461,7 @@ static bool AlphaBlt(HDC hdcDst,
 #else // !wxHAVE_RAW_BITMAP
     // no wxAlphaBlend() neither, fall back to using simple BitBlt() (we lose
     // alpha but at least something will be shown like this)
+    wxUnusedVar(bmp);
     return false;
 #endif // wxHAVE_RAW_BITMAP
 }