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.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
#pragma warning disable 0162
|
||||
|
||||
#if MONO
|
||||
using SevenZip.Mono.COM;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue