mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- cleanup some compiler warnings
This commit is contained in:
parent
e2c4ae7c11
commit
59fc55ffee
@ -63,7 +63,7 @@ void FileCRCPreCacheThread::execute() {
|
||||
findDirs(techDataPaths, techPaths);
|
||||
if(techPaths.empty() == false) {
|
||||
|
||||
int techsPerWorker = (techPaths.size() / MAX_FileCRCPreCacheThread_WORKER_THREADS);
|
||||
unsigned int techsPerWorker = (techPaths.size() / MAX_FileCRCPreCacheThread_WORKER_THREADS);
|
||||
if(techPaths.size() % MAX_FileCRCPreCacheThread_WORKER_THREADS != 0) {
|
||||
techsPerWorker++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user