Fixed compile warnings.

This commit is contained in:
Taloth Saldono
2014-06-01 00:11:33 +02:00
committed by Mark McDowall
parent 6c8c87d2e2
commit d64c4445b8
34 changed files with 22 additions and 207 deletions

View File

@@ -8,8 +8,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("NzbDrone.exe")]
[assembly: Guid("67AADCD9-89AA-4D95-8281-3193740E70E5")]
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("10.0.0.*")]
[assembly: AssemblyFileVersion("10.0.0.*")]

View File

@@ -125,7 +125,7 @@ namespace NzbDrone.SysTray
_trayIcon.Visible = false;
_trayIcon.Dispose();
}
catch (Exception e)
catch (Exception)
{
}