Fix compile warnings

This commit is contained in:
Steve Checkoway
2003-08-01 12:12:02 +00:00
parent 2dcb5f7a9e
commit 8c6ba0f506
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const CString g_sCodeNames[CodeDetector::NUM_CODES] = {
"NextAnnouncer"
};
const int MAX_CODE_LENGTH = 10;
const unsigned MAX_CODE_LENGTH = 10;
struct CodeCacheItem {
int iNumButtons;