fixed ~300 warnings under windows (had to hack gtest a bit)
This commit is contained in:
@@ -77,7 +77,7 @@ int main( int argc, char* argv[] )
|
||||
int width = 24;
|
||||
int height = 24;
|
||||
|
||||
srand(time(0));
|
||||
srand((unsigned int)time(0));
|
||||
|
||||
if( argc == 1 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user