mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
properly explaining each #pragma warning disable
massaging OSHttpRequestPump to not abort on exceptions...
This commit is contained in:
@@ -43,6 +43,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
private short count = 0;
|
||||
private short frame = 0;
|
||||
|
||||
// disable warning: public events, part of the public API
|
||||
#pragma warning disable 67
|
||||
|
||||
public event Action<IClientAPI> OnLogout;
|
||||
|
||||
Reference in New Issue
Block a user