Fixed: All compiler warnings

This commit is contained in:
ta264
2019-10-14 22:07:40 +01:00
committed by Qstick
parent abde842bf0
commit d0f13e16d5
30 changed files with 42 additions and 87 deletions

View File

@@ -215,7 +215,7 @@ namespace NzbDrone.Integration.Test
connected = true;
break;
}
catch (Exception e)
catch (Exception)
{
if (retryCount > 25)
{