mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Nearly back down to zero compiler warnings again...
This commit is contained in:
@@ -51,13 +51,15 @@ namespace OpenSim.Region.Scripting.LSL
|
||||
String = 19
|
||||
}
|
||||
|
||||
|
||||
#pragma warning disable 649
|
||||
|
||||
public struct Vector
|
||||
{
|
||||
public UInt32 Z;
|
||||
public UInt32 Y;
|
||||
public UInt32 X;
|
||||
}
|
||||
|
||||
public struct Rotation
|
||||
{
|
||||
public UInt32 S;
|
||||
@@ -66,6 +68,8 @@ namespace OpenSim.Region.Scripting.LSL
|
||||
public UInt32 X;
|
||||
}
|
||||
|
||||
#pragma warning restore 649
|
||||
|
||||
public enum Variable_Type_Codes
|
||||
{
|
||||
Void = 0,
|
||||
|
||||
Reference in New Issue
Block a user