Fix Clang compile warnings.

This commit is contained in:
Jan Vidar Krey
2014-05-14 21:00:42 +02:00
parent 24b98358d3
commit f472fc9424
5 changed files with 9 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ static size_t get_next_timeout_evt()
case 2: return get_wait_rand(15);
case 3: return get_wait_rand(5);
}
return 0;
}