mkmarek / forex.analytics

Node.js native library performing technical analysis over an OHLC dataset with use of genetic algorithm
MIT License
182 stars 75 forks source link

warning: ‘OperatorStrings’ defined but not used #15

Open kenorb opened 6 years ago

kenorb commented 6 years ago

CI Job ID: #339849087 (line 583 and so on)

../src/../include/nodes/OperatorTreeNode.h:7:21: warning: ‘OperatorStrings’ defined but not used [-Wunused-variable]
 static const char * OperatorStrings[] = { "And", "Or", "Xor"};
                     ^
In file included from ../src/BinaryTreeChromosome.cpp:5:0:
../src/../include/nodes/IndicatorTreeNode.h:5:21: warning: ‘SignStrings’ defined but not used [-Wunused-variable]
 static const char * SignStrings[] = { ">", "<" };
                     ^
In file included from ../src/nodes/TreeNode.cpp:4:0:
../src/nodes/../../include/nodes/OperatorTreeNode.h:7:21: warning: ‘OperatorStrings’ defined but not used [-Wunused-variable]
 static const char * OperatorStrings[] = { "And", "Or", "Xor"};
                     ^
In file included from ../src/nodes/TreeNode.cpp:5:0:
../src/nodes/../../include/nodes/IndicatorTreeNode.h:5:21: warning: ‘SignStrings’ defined but not used [-Wunused-variable]
 static const char * SignStrings[] = { ">", "<" };
                     ^