diff options
author | Justin Clarke Casey | 2008-09-15 20:50:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-15 20:50:57 +0000 |
commit | 2b9e115fd72ae7a014bbd8bd2911336fa6b9993e (patch) | |
tree | 6c0cb2f556a34458a9099d8f25820ccda2e2cb24 /OpenSim/Region/ScriptEngine | |
parent | * Add "reset user password" command to user server (diff) | |
download | opensim-SC_OLD-2b9e115fd72ae7a014bbd8bd2911336fa6b9993e.zip opensim-SC_OLD-2b9e115fd72ae7a014bbd8bd2911336fa6b9993e.tar.gz opensim-SC_OLD-2b9e115fd72ae7a014bbd8bd2911336fa6b9993e.tar.bz2 opensim-SC_OLD-2b9e115fd72ae7a014bbd8bd2911336fa6b9993e.tar.xz |
* minor: eat up some yummy warnings
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs index 6028179..a5afe00 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | |||
@@ -512,7 +512,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
512 | //parameters.WarningLevel = 1; // Should be 4? | 512 | //parameters.WarningLevel = 1; // Should be 4? |
513 | parameters.TreatWarningsAsErrors = false; | 513 | parameters.TreatWarningsAsErrors = false; |
514 | 514 | ||
515 | //Console.WriteLine(Script); | 515 | Console.WriteLine(Script); |
516 | CompilerResults results; | 516 | CompilerResults results; |
517 | switch (lang) | 517 | switch (lang) |
518 | { | 518 | { |
@@ -575,6 +575,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
575 | ", '" + CompErr.ErrorText + "'\r\n"; | 575 | ", '" + CompErr.ErrorText + "'\r\n"; |
576 | } | 576 | } |
577 | } | 577 | } |
578 | |||
578 | Console.WriteLine("[COMPILER MESSAGES]: " + errtext); | 579 | Console.WriteLine("[COMPILER MESSAGES]: " + errtext); |
579 | if (!File.Exists(OutFile)) | 580 | if (!File.Exists(OutFile)) |
580 | { | 581 | { |