LIBOMV-501 Cleans up all compiler warnings with a few exceptions that need to be addressed individually

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3015 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-07-22 06:57:52 +00:00
parent 0740cc301b
commit b60db797b2
15 changed files with 36 additions and 50 deletions

View File

@@ -33,6 +33,7 @@ namespace groupmanager
while (!IsHandleCreated)
{
// Force handle creation
// warning CS0219: The variable `temp' is assigned but its value is never used
IntPtr temp = Handle;
}