Fix warning.

This commit is contained in:
Steve Checkoway
2005-06-19 00:29:42 +00:00
parent 578b2f5c39
commit 35db5ffcc2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ const CString LASTGOOD_SUBDIR = "LastGood/";
* 10 /* HighScores per Steps */ \
* 1024 /* size in bytes of a HighScores XNode */
const int MAX_DISPLAY_NAME_LENGTH = 12;
const int DEFAULT_WEIGHT_POUNDS = 120;
const unsigned int MAX_DISPLAY_NAME_LENGTH = 12;
const unsigned int DEFAULT_WEIGHT_POUNDS = 120;
#if defined(_MSC_VER)
#pragma warning (disable : 4706) // assignment within conditional expression