Five Warnings
Greetings,
I am still stuck with 5 warnings that seem out of place. I do not know if fixing will help, but that is where I am going to focus for a little while. Here are the errors if you have a suggestion.
./Item.cs(1848,23): warning CS0169: The private method `Server.Item.SetSaveFlag(ref Server.Item.SaveFlag, Server.Item.SaveFlag, bool)' is never used
./Timer.cs(472,22): warning CS0414: The private field `Server.Timer.m_QueueCountAtSlice' is assigned but its value is never used
./ScriptCompiler.cs(531,22): warning CS0169: The private method `Server.ScriptCompiler.LoadScriptedAssembly(System.Collections.Generic.List, string, Server.ScriptCompiler.Compiler, bool)' is never used
./Gumps/Gump.cs(370,18): warning CS0169: The private method `Server.Gumps.Gump.Compile()' is never used
./Persistence/FileQueue.cs(39,16): warning CS0414: The private field `Server.FileQueue.Chunk.offset' is assigned but its value is never used
Compilation succeeded - 5 warning(s)
-Ravon

0 Comments:
Post a Comment
<< Home