Index: core/src/fxge/dib/fx_dib_composite.cpp |
diff --git a/core/src/fxge/dib/fx_dib_composite.cpp b/core/src/fxge/dib/fx_dib_composite.cpp |
index 375b7c110e82b23428b51d7aaac985ccd8822f02..4558e1287a2ee3508324f2ba13c382f976b11cfc 100644 |
--- a/core/src/fxge/dib/fx_dib_composite.cpp |
+++ b/core/src/fxge/dib/fx_dib_composite.cpp |
@@ -4149,6 +4149,7 @@ FX_BOOL CFX_DIBitmap::CompositeBitmap(int dest_left, int dest_top, int width, in |
int dest_Bpp = m_bpp / 8; |
int src_Bpp = pSrcBitmap->GetBPP() / 8; |
FX_BOOL bRgb = FALSE; |
+ // TODO(tsepez): Unused bCymk warning here is troubling. Is CMYK supported properly? |
FX_BOOL bCmyk = FALSE; |
jun_fang
2015/01/17 00:39:17
One of bRgb and bCmyk is duplicated. Suggest to re
|
if (src_Bpp > 1) { |
if (pSrcBitmap->IsCmykImage()) { |