CComponents: fix compiler warnings with DEBUG_CC

Origin commit data
------------------
Commit: 9eddaedfdd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-15 (Fri, 15 Nov 2013)
This commit is contained in:
Stefan Seyfried
2013-11-15 11:38:01 +01:00
committed by Thilo Graf
parent fb6e89182a
commit 5256979422
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
}