<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><div>Our compile in VS2005 C# Express has 16 warnings, which is pretty good. But, maybe a few of these could go away with some packet handling.<br><br>For instance, we have in LLClientView.cs several "never used" warnings such as:<br><br>OnChildAgentStatus, OnStopMovement, OnRemoveAvatar, OnDisconnectUser, OnRequestAsset, OnDenyFriendRequest, OnBuyObjectInventory, OnSetEstateTerrainBaseTexture, OnUnackedTerrain.<br><br>We also have in PluginLoader.cs warmings for PluginExtensionNode.provider and .type which is never assigned to and will always be null.<br><br>We have a similar non-assignment for CMController.Work.Data2 and SCriptManager.staticScriptLoadUnloadThread.<br><br>Perhaps commenting out some of the unused, or fleshing them out might help us?<br><br>Charles<br></div></div></body></html>