'<' : signed/unsigned mismatch

This commit is contained in:
Glenn Maynard
2005-12-08 23:47:02 +00:00
parent 129381e4e9
commit 5b88cd2f4d
+1 -1
View File
@@ -34,7 +34,7 @@ void ScreenTestInput::Init()
vector<CString> vs;
INPUTMAN->GetDevicesAndDescriptions( vDevices, vDescriptions );
ASSERT( vDevices.size() == vDescriptions.size() );
for( int i=0; i<vDevices.size(); ++i )
for( unsigned i=0; i<vDevices.size(); ++i )
{
const CString sDescription = vDescriptions[i];
InputDevice device = vDevices[i];