Mono 1.1 warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7031 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ec16549387
commit
fd1f0b5df6
5 changed files with 9 additions and 7 deletions
|
|
@ -7,8 +7,8 @@ public class runme {
|
|||
// Anonymous enums
|
||||
int i = enum_thorough.AnonEnum1;
|
||||
if (enum_thorough.ReallyAnInteger != 200) throw new Exception("Test Anon 1 failed");
|
||||
int j = enum_thorough.AnonSpaceEnum1;
|
||||
int k = AnonStruct.AnonStructEnum1;
|
||||
i += enum_thorough.AnonSpaceEnum1;
|
||||
i += AnonStruct.AnonStructEnum1;
|
||||
}
|
||||
{
|
||||
colour red = colour.red;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue