mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
properly explaining each #pragma warning disable
massaging OSHttpRequestPump to not abort on exceptions...
This commit is contained in:
@@ -59,6 +59,9 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
private Scene m_Scene;
|
||||
private IConfig m_ScriptConfig;
|
||||
private Compiler m_Compiler;
|
||||
|
||||
// disable warning: need to keep a reference to XEngine.EventManager
|
||||
// alive to avoid it being garbage collected
|
||||
#pragma warning disable 414
|
||||
private EventManager m_EventManager;
|
||||
#pragma warning restore 414
|
||||
|
||||
Reference in New Issue
Block a user