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:
parent
26c35ca7b8
commit
471b73eb0b
|
@ -18,6 +18,9 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
#pragma warning disable 0162
|
||||||
|
|
||||||
#if MONO
|
#if MONO
|
||||||
using SevenZip.Mono.COM;
|
using SevenZip.Mono.COM;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue