disable an annoying warning in 7z code, since we don't really maintain it, I won't fix it, just hide it

This commit is contained in:
adelikat 2014-12-03 23:57:26 +00:00
parent 26c35ca7b8
commit 471b73eb0b
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
#pragma warning disable 0162
#if MONO
using SevenZip.Mono.COM;
#endif