mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 20:15:48 +08:00
* minor: eat up some yummy warnings
This commit is contained in:
@@ -512,7 +512,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
//parameters.WarningLevel = 1; // Should be 4?
|
||||
parameters.TreatWarningsAsErrors = false;
|
||||
|
||||
//Console.WriteLine(Script);
|
||||
Console.WriteLine(Script);
|
||||
CompilerResults results;
|
||||
switch (lang)
|
||||
{
|
||||
@@ -575,6 +575,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
", '" + CompErr.ErrorText + "'\r\n";
|
||||
}
|
||||
}
|
||||
|
||||
Console.WriteLine("[COMPILER MESSAGES]: " + errtext);
|
||||
if (!File.Exists(OutFile))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user