Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SevenZip')
-rw-r--r--SevenZip/Common.cs1
-rw-r--r--SevenZip/EventArgs.cs3
-rw-r--r--SevenZip/LibraryFeature.cs3
-rw-r--r--SevenZip/SevenZipExtractor.cs1
4 files changed, 6 insertions, 2 deletions
diff --git a/SevenZip/Common.cs b/SevenZip/Common.cs
index 91d88818..6a629868 100644
--- a/SevenZip/Common.cs
+++ b/SevenZip/Common.cs
@@ -1,3 +1,4 @@
+#pragma warning disable 3021
/* This file is part of SevenZipSharp.
SevenZipSharp is free software: you can redistribute it and/or modify
diff --git a/SevenZip/EventArgs.cs b/SevenZip/EventArgs.cs
index 69ac5c52..d31fd24f 100644
--- a/SevenZip/EventArgs.cs
+++ b/SevenZip/EventArgs.cs
@@ -1,4 +1,5 @@
-/* This file is part of SevenZipSharp.
+#pragma warning disable 3021
+/* This file is part of SevenZipSharp.
SevenZipSharp is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
diff --git a/SevenZip/LibraryFeature.cs b/SevenZip/LibraryFeature.cs
index 5085b6b1..d59c19d0 100644
--- a/SevenZip/LibraryFeature.cs
+++ b/SevenZip/LibraryFeature.cs
@@ -1,4 +1,5 @@
-/* This file is part of SevenZipSharp.
+#pragma warning disable 3021
+/* This file is part of SevenZipSharp.
SevenZipSharp is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
diff --git a/SevenZip/SevenZipExtractor.cs b/SevenZip/SevenZipExtractor.cs
index a73ffa52..4500c680 100644
--- a/SevenZip/SevenZipExtractor.cs
+++ b/SevenZip/SevenZipExtractor.cs
@@ -1,3 +1,4 @@
+#pragma warning disable 3021
/* This file is part of SevenZipSharp.
SevenZipSharp is free software: you can redistribute it and/or modify