diff options
author | Justin Clarke Casey | 2008-11-10 19:06:01 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-10 19:06:01 +0000 |
commit | 0f22013ae40e49412684903503005519144dc245 (patch) | |
tree | c8df0a1fec4c65cb3838bb88a8a7e90318276ffe /OpenSim/ScriptEngine/Components/DotNetEngine/Compilers | |
parent | * Extend basic scene test to retrieve the object from the scene and match uuids (diff) | |
download | opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.zip opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.gz opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.bz2 opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Compilers')
-rw-r--r-- | OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs index 4b0e679..bff1879 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs | |||
@@ -109,7 +109,7 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Compilers | |||
109 | 109 | ||
110 | CompilerParameters parameters = new CompilerParameters(); | 110 | CompilerParameters parameters = new CompilerParameters(); |
111 | parameters.IncludeDebugInformation = true; | 111 | parameters.IncludeDebugInformation = true; |
112 | string rootPath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory); | 112 | //string rootPath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory); |
113 | 113 | ||
114 | foreach (string file in AppDomainAssemblies) | 114 | foreach (string file in AppDomainAssemblies) |
115 | { | 115 | { |