CComponents: fix compiler warnings with DEBUG_CC

This commit is contained in:
Stefan Seyfried
2013-11-15 11:38:01 +01:00
committed by Thilo Graf
parent 8e3b00db39
commit 9eddaedfdd
3 changed files with 4 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ void CComponentsHeader::initDefaultButtons()
if (cch_buttons & CC_BTN_MENU)
v_cch_btn.push_back(NEUTRINO_ICON_BUTTON_MENU);
#ifdef DEBUG_CC
printf("[CComponentsHeader] %s added %d default buttons...\n", __func__, v_cch_btn.size());
printf("[CComponentsHeader] %s added %d default buttons...\n", __func__, (int)v_cch_btn.size());
#endif
}