mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Eliminated some warnings
This commit is contained in:
@@ -54,7 +54,9 @@ namespace OpenSim.Services.MapImageService
|
||||
private static readonly ILog m_log =
|
||||
LogManager.GetLogger(
|
||||
MethodBase.GetCurrentMethod().DeclaringType);
|
||||
#pragma warning disable 414
|
||||
private string LogHeader = "[MAP IMAGE SERVICE]";
|
||||
#pragma warning restore 414
|
||||
|
||||
private const int ZOOM_LEVELS = 8;
|
||||
private const int IMAGE_WIDTH = 256;
|
||||
|
||||
Reference in New Issue
Block a user