mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 05:41:45 +00:00
Internal: fixed compiler warnings
This commit is contained in:
parent
579b90a13c
commit
53ce14fc43
3 changed files with 4 additions and 7 deletions
|
@ -40,10 +40,7 @@ using CodeImp.DoomBuilder.Plugins;
|
|||
using CodeImp.DoomBuilder.Rendering;
|
||||
using CodeImp.DoomBuilder.Types;
|
||||
using CodeImp.DoomBuilder.Windows;
|
||||
using Microsoft.Win32;
|
||||
using SlimDX.Direct3D9;
|
||||
using System.Security;
|
||||
using System.Security.Permissions;
|
||||
|
||||
#endregion
|
||||
|
||||
|
@ -2147,7 +2144,7 @@ namespace CodeImp.DoomBuilder
|
|||
File.Delete(testFile);
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.3.0.2948")]
|
||||
[assembly: AssemblyVersion("2.3.0.2949")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||
[assembly: AssemblyHash("dceeed6")]
|
||||
[assembly: AssemblyHash("579b90a")]
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Resources;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.3.0.2948")]
|
||||
[assembly: AssemblyVersion("2.3.0.2949")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||
|
|
Loading…
Reference in a new issue