[svn]
r7536: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement:
. EngineCallbackSt...
VladD2
svnadmin at nemerle.org
Sat Mar 17 00:16:14 CET 2007
Log:
Prevent obsolete warning.
Author: VladD2
Date: Sat Mar 17 00:16:12 2007
New Revision: 7536
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/ (props changed)
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n Sat Mar 17 00:16:12 2007
@@ -27,7 +27,9 @@
asmRefs[i] = asm;
else
{
+#pragma warning disable 618 // Obsolete
def asm = Assembly.LoadWithPartialName(asm);
+#pragma warning restore 618
asmRefs[i] = Uri(asm.CodeBase).LocalPath;
}
}
More information about the svn
mailing list