Fix warnings.

This commit is contained in:
Steve Checkoway
2005-03-23 21:04:40 +00:00
parent fd86efc075
commit ae02033893
12 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
// leaving this one under ScreenSelectMusic because that is the only place it takes effect anyway.
ThemeMetric<CString> DEFAULT_SORT ("ScreenSelectMusic","DefaultSort");
static CString SECTION_COLORS_NAME( size_t i ) { return ssprintf("SectionColor%d",i+1); }
static CString SECTION_COLORS_NAME( size_t i ) { return ssprintf("SectionColor%d",int(i+1)); }
static CString CHOICE_NAME( CString s ) { return ssprintf("Choice%s",s.c_str()); }
const AutoScreenMessage SM_SongChanged; // TODO: Replace this with a Message and MESSAGEMAN