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

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2021-12-17 23:09:11 +0300
committerelfmz <fenix1905@tut.by>2021-12-17 23:09:11 +0300
commit3dca6947ab6fa75a7721d476c3d75e48e5964908 (patch)
tree1975fdbe6cd288e21cf9f46979e78a369f7623a8 /SimpleIndent
parent5eb3cef29c67e6640f757b16b2517f96e4f786dc (diff)
fix few 'unused's compilation warnings
Diffstat (limited to 'SimpleIndent')
-rw-r--r--SimpleIndent/src/SimpleIndent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/SimpleIndent/src/SimpleIndent.cpp b/SimpleIndent/src/SimpleIndent.cpp
index 4105717e..965260bf 100644
--- a/SimpleIndent/src/SimpleIndent.cpp
+++ b/SimpleIndent/src/SimpleIndent.cpp
@@ -23,9 +23,11 @@
#include "plugin_123.hpp"
#include "version.hpp"
+#ifdef FAR3
// {52d8eecb-acae-42de-9b2f-f1e909948272}
static const GUID MainGuid =
{ 0x52d8eecb, 0xacae, 0x42de, { 0x9b, 0x2f, 0xf1, 0xe9, 0x09, 0x94, 0x82, 0x72 } };
+#endif
ADD_GETGLOBALINFO;