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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-19 16:29:04 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-19 16:29:04 +0300
commite9574a8af10e640f7dff8ecd91cd0e8d41b191ec (patch)
treec4a4b5a2dfeb2d02716a904f93595431564e7e1e /SevenZip
parent67b72814e8943b02832e92f3ac9844c2cf722fe4 (diff)
Final fixes and cleanup
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