2025-06-30 16:57 ftp://ftp.de.debian.org/debian/pool/main/s/shogun/shogun_3.2.0.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=googletest --library=zlib --library=libcurl --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-63-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: 1cff895 (2025-06-30 17:30:57 +0200) count: 2728 2718 elapsed-time: 5.8 5.9 head-timing-info: old-timing-info: head results: shogun_3.2.0/applications/classification/random_fourier_classification.cpp:121:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/applications/vw/vw.cpp:78:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] shogun_3.2.0/applications/vw/vw.cpp:139:9: style: The scope of the variable 'constant_loss' can be reduced. [variableScope] shogun_3.2.0/benchmarks/hasheddoc_benchmarks.cpp:36:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] shogun_3.2.0/benchmarks/hasheddoc_benchmarks.cpp:24:10: style: Variable 'bits' can be declared as const array [constVariable] shogun_3.2.0/benchmarks/rf_feats_benchmark.cpp:46:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/benchmarks/rf_feats_benchmark.cpp:17:10: style: Variable 'dims' can be declared as const array [constVariable] shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:76:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:36:25: error: Array 'dims[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds] shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:34:21: note: Assuming that condition 'd<4' is not redundant shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:36:25: note: Array index out of bounds shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:73:17: style: Local variable 'd' shadows outer variable [shadowVariable] shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:34:15: note: Shadowed declaration shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:73:17: note: Shadow variable shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:25:10: style: Variable 'dims' can be declared as const array [constVariable] shogun_3.2.0/benchmarks/rf_feats_kernel_comp.cpp:26:10: style: Variable 'vecs' can be declared as const array [constVariable] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-__func__.cpp:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-auto.cpp:11:9: style: Condition 'ret' is always true [knownConditionTrueFalse] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-auto.cpp:8:27: note: Assignment 'ret=(sizeof(f)=sizeof(foo::bar))&&(sizeof(foo)>=sizeof(foo::bar)+sizeof(foo::baz))', assigned value is 1 shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-sizeof_member.cpp:13:9: note: Condition 'ret' is always true shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:158:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:80:3: performance: Variable 'm_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:81:3: performance: Variable 'm_vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:82:3: performance: Variable 'm_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:189:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:195:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:203:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:216:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:51:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:93:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:287:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:154:19: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:76:3: performance: Variable 'm_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:77:3: performance: Variable 'm_vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:78:3: performance: Variable 'm_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:213:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:219:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:226:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:238:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:47:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:89:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:246:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:77:3: performance: Variable 'm_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:78:3: performance: Variable 'm_vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:79:3: performance: Variable 'm_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:169:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:170:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:179:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:180:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:189:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:190:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:201:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:202:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:212:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:213:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:223:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:224:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:233:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:295:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:298:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:298:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:327:30: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:346:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:354:30: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:48:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:90:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:190:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:202:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:213:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:224:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:120:19: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:85:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:90:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:91:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:134:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:44:2: warning: Member variable 'CTestClassNew::m_number_new' is not initialized in the constructor. [uninitMemberVar] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:89:17: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:90:17: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:119:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:120:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:121:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:69:10: style: class member 'CTestClassNew::m_number_new' is never used. [unusedStructMember] shogun_3.2.0/examples/undocumented/libshogun/base_migration_new_buggy.cpp:59:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:348:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_ERROR [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:318:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:83:3: performance: Variable 'm_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:84:3: performance: Variable 'm_vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:176:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:177:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:186:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:187:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:196:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:197:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:208:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:209:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:219:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:220:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:230:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:231:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:239:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:54:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:100:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:197:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:209:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:220:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:231:13: style: Variable 'array_from' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/base_parameter_map.cpp:113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CT_SCALAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/base_parameter_map.cpp:171:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CT_SCALAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_larank.cpp:67:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_larank.cpp:81:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:56:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:66:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:161:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:184:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:28:2: warning: Member variable 'CHOGFeatures::hog' is not initialized in the constructor. [uninitMemberVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:104:31: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fd [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:94:18: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:94:18: note: Assignment 'fd=fopen(fname,"r")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:104:31: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:116:25: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fd [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:94:18: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:94:18: note: Assignment 'fd=fopen(fname,"r")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:116:25: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:169:12: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:164:20: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:164:20: note: Assignment 'f=fopen(filename,"r")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:169:12: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:54:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:55:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:68:23: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:96:16: style: The scope of the variable 'last_pchar' can be reduced. [variableScope] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:97:19: style: The scope of the variable 'label' can be reduced. [variableScope] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:97:25: style: The scope of the variable 'height' can be reduced. [variableScope] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:97:32: style: The scope of the variable 'width' can be reduced. [variableScope] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:54:19: style: Variable 'hf' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:55:19: style: Variable 'bb' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:96:16: style: Variable 'last_pchar' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/classifier_latent_svm.cpp:99:8: style: Variable 'path' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/classifier_libsvm_probabilities.cpp:31:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_mklmulticlass.cpp:42:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_mklmulticlass.cpp:118:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_mklmulticlass.cpp:168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_mklmulticlass.cpp:348:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_INFO [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc.cpp:41:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc.cpp:50:68: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_discriminant.cpp:41:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_discriminant.cpp:54:54: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_random.cpp:42:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_random.cpp:51:76: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_prob_heuristics.cpp:41:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_prob_heuristics.cpp:53:49: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslibsvm.cpp:39:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslinearmachine.cpp:39:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslinearmachine.cpp:72:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslinearmachine.cpp:48:39: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/classifier_nearest_centroid.cpp:43:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/clustering_kmeans.cpp:91:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_classification.cpp:86:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_classification.cpp:128:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_classification.cpp:111:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_knn.cpp:90:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CROSSVALIDATION_RESULT [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_knn.cpp:106:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_knn.cpp:88:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_locked_comparison.cpp:81:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_locked_comparison.cpp:115:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_locked_comparison.cpp:129:23: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_locked_comparison.cpp:143:23: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_mkl_weight_storage.cpp:94:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_multiclass.cpp:88:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CROSSVALIDATION_RESULT [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_multiclass.cpp:104:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_multiclass.cpp:86:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/evaluation_cross_validation_multiclass_mkl.cpp:98:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/features_copy_subset_simple_features.cpp:51:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/features_copy_subset_sparse_features.cpp:36:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/features_copy_subset_sparse_features.cpp:85:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/hashed_features_example.cpp:42:4: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/examples/undocumented/libshogun/io_linereader.cpp:39:9: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fin [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/io_linereader.cpp:14:17: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/io_linereader.cpp:14:17: note: Assignment 'fin=fopen("io_linereader.cpp","r")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/io_linereader.cpp:39:9: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/kernel_machine_train_locked.cpp:70:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:62:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_UNKNOWN [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:89:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:89:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:91:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:99:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/kernel_revlin.cpp:100:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:35:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uint256_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:63:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:47:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:98:41: style: Same expression on both sides of '=='. [duplicateExpression] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:99:40: style: Same expression on both sides of '<'. [duplicateExpression] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:100:41: style: Same expression on both sides of '<='. [duplicateExpression] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:101:40: style: Same expression on both sides of '>'. [duplicateExpression] shogun_3.2.0/examples/undocumented/libshogun/library_dyn_int.cpp:102:41: style: Same expression on both sides of '>='. [duplicateExpression] shogun_3.2.0/examples/undocumented/libshogun/library_serialization.cpp:11:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/minibatchKMeans.cpp:63:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KMM_MINI_BATCH [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/minibatchKMeans.cpp:71:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_apply_parameter_tree.cpp:32:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_apply_parameter_tree.cpp:80:46: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_apply_parameter_tree.cpp:127:38: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:122:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:60:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:67:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:68:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:81:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:145:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:146:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:147:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_combined_kernel_sub_parameters.cpp:160:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_kernel.cpp:39:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_kernel.cpp:125:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCURACY [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_kernel.cpp:156:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_kernel.cpp:170:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_krr.cpp:37:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_krr.cpp:144:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CROSSVALIDATION_RESULT [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_krr.cpp:142:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_linear.cpp:36:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_mkl.cpp:37:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_mkl.cpp:67:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_INFO [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_mkl.cpp:141:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_multiclass_svm.cpp:31:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_multiclass_svm.cpp:108:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_string_kernel.cpp:38:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_string_kernel.cpp:103:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALPHANUM [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_grid_search_string_kernel.cpp:150:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_model_selection_parameters_test.cpp:32:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_model_selection_parameters_test.cpp:113:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_model_selection_parameters_test.cpp:129:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_model_selection_parameters_test.cpp:171:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_model_selection_parameters_test.cpp:189:38: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_parameter_combination_test.cpp:96:30: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_parameter_combination_test.cpp:136:30: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/modelselection_parameter_tree.cpp:57:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_EXP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_parameter_tree.cpp:150:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_LINEAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/modelselection_parameter_tree.cpp:43:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/optimization_lbfgs.cpp:26:11: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'progress' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/examples/undocumented/libshogun/optimization_lbfgs.cpp:73:38: note: You might need to cast the function pointer here shogun_3.2.0/examples/undocumented/libshogun/optimization_lbfgs.cpp:26:11: note: Parameter 'instance' can be declared as pointer to const shogun_3.2.0/examples/undocumented/libshogun/parameter_iterate_float64.cpp:37:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/parameter_iterate_sgobject.cpp:36:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/parameter_iterate_sgobject.cpp:58:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/parameter_modsel_parameters.cpp:38:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/parameter_set_from_parameters.cpp:239:3: error: syntax error [syntaxError] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:33:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:87:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:139:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:115:3: note: a is assigned shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:139:3: note: a is overwritten shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:166:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:148:3: note: a is assigned shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:166:3: note: a is overwritten shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:210:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:189:3: note: a is assigned shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:210:3: note: a is overwritten shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:227:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:210:3: note: a is assigned shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:227:3: note: a is overwritten shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:289:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:267:3: note: a is assigned shogun_3.2.0/examples/undocumented/libshogun/preprocessor_randomfouriergauss.cpp:289:3: note: a is overwritten shogun_3.2.0/examples/undocumented/libshogun/random_fourier_features.cpp:75:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/regression_libsvr.cpp:69:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_UNREF is a macro then please configure it. [unknownMacro] shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:81:17: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:27:2: warning:inconclusive: Member variable 'CTestClass::m_features' is not initialized in the constructor. [uninitMemberVar] shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:30:3: performance: Variable 'm_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:31:3: performance: Variable 'm_vec' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:47:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:31:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:35:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:44:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:46:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:49:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:51:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:176:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:178:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:181:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/serialization_file_formats.cpp:183:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/so_factorgraph.cpp:83:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/so_fg_model.cpp:78:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/so_fg_model.cpp:228:27: style: Parameter 'argv' can be declared as const array [constParameter] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:136:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable L2R_L2LOSS_SVC [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:50:12: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:50:12: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:57:13: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:57:13: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:60:12: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:60:12: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:64:9: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:36:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:64:9: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:89:9: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:69:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:69:21: note: Assignment 'pfile=fopen(FNAME,"r")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:89:9: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:159:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:145:4: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:129:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BMRM [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:104:12: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:104:12: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:111:13: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:111:13: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:114:12: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:114:12: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:118:9: warning: If resource allocation fails, then there is a possible null pointer dereference: pfile [nullPointerOutOfResources] shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assuming allocation function fails shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:88:21: note: Assignment 'pfile=fopen(FNAME,"w")', assigned value is 0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass_BMRM.cpp:118:9: note: Null pointer dereference shogun_3.2.0/examples/undocumented/libshogun/statistics_hsic.cpp:119:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HSIC_GAMMA [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/statistics_hsic.cpp:141:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOTSTRAP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/statistics_linear_time_mmd.cpp:46:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOTSTRAP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/statistics_mmd_kernel_selection.cpp:36:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/statistics_mmd_kernel_selection.cpp:127:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/statistics_quadratic_time_mmd.cpp:51:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOTSTRAP [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/streaming_from_dense.cpp:205:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/streaming_from_dense.cpp:145:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/streaming_from_dense.cpp:186:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/streaming_onlineliblinear_sparse.cpp:46:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/streaming_onlineliblinear_sparse.cpp:31:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/streaming_onlineliblinear_sparse.cpp:32:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/streaming_onlineliblinear_sparse.cpp:33:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/examples/undocumented/libshogun/streaming_onlineliblinear_sparse.cpp:33:11: style: Variable 'test_labels_file_name' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/examples/undocumented/libshogun/streaming_stringfeatures.cpp:29:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DNA [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/streaming_vowpalwabbit.cpp:27:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_SVMLIGHT [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/streaming_vwfeatures.cpp:28:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_SVMLIGHT [valueFlowBailoutIncompleteVar] shogun_3.2.0/examples/undocumented/libshogun/structure_discrete_hmsvm_bmrm.cpp:20:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DEBUG [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.h:158:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.h:167:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:93:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:156:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNDEFINED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:226:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:240:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:254:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:269:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:421:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:546:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable input [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:708:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:88:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:94:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:105:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:112:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:711:4: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:721:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.h:21:16: style: Virtual function 'reset' is called from constructor 'CCmdLineInterface()' at line 52. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:52:2: note: Calling reset shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.h:21:16: note: reset is a virtual function shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:686:24: style: Condition 'argc==2' is always true [knownConditionTrueFalse] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:663:11: note: Assuming that condition 'argc<=1' is not redundant shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:686:12: note: Assuming that condition 'argc>2' is not redundant shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:686:24: note: Condition 'argc==2' is always true shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:704:12: style: Condition 'argc==2' is always true [knownConditionTrueFalse] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:663:11: note: Assuming that condition 'argc<=1' is not redundant shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:686:15: note: Assuming condition is false shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:686:12: note: Assuming that condition 'argc>2' is not redundant shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:704:12: note: Condition 'argc==2' is always true shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:676:5: style: Exception should be caught by reference. [catchExceptionByValue] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:756:5: style: Exception should be caught by reference. [catchExceptionByValue] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:779:2: style: Exception should be caught by reference. [catchExceptionByValue] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:173:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:167:47: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fh [nullPointerOutOfResources] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:161:16: note: Assuming allocation function fails shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:161:16: note: Assignment 'fh=fopen((char*)filename,"r")', assigned value is 0 shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:167:47: note: Null pointer dereference shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:168:9: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fh [nullPointerOutOfResources] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:161:16: note: Assuming allocation function fails shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:161:16: note: Assignment 'fh=fopen((char*)filename,"r")', assigned value is 0 shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:168:9: note: Null pointer dereference shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:82:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:88:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:105:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:161:17: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:299:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:300:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:301:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:302:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:303:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:304:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:305:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:326:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:327:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:328:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:329:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:330:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:331:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:332:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:369:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:387:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:442:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:443:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:444:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:457:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:458:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:459:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:460:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:461:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:462:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:463:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:476:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:477:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:478:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:479:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:480:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:481:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:482:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:490:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:504:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:505:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:506:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:507:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:508:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:529:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:591:4: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:660:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:713:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:169:11: style: Checking if unsigned expression 'nread' is less than zero. [unsignedLessThanZero] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:419:54: style:inconclusive: Function 'create_return_values' argument 1 names different: declaration 'num_val' definition 'num'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.h:99:45: note: Function 'create_return_values' argument 1 names different: declaration 'num_val' definition 'num'. shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:419:54: note: Function 'create_return_values' argument 1 names different: declaration 'num_val' definition 'num'. shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:39:40: style: Parameter 'delayed' can be declared as reference to const. However it seems that 'cmdline_cancel_computations' is a callback function, if 'delayed' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:656:27: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:39:40: note: Parameter 'delayed' can be declared as reference to const shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:39:55: style: Parameter 'immediately' can be declared as reference to const. However it seems that 'cmdline_cancel_computations' is a callback function, if 'immediately' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:656:27: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:39:55: note: Parameter 'immediately' can be declared as reference to const shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:529:8: style: Variable 'skipped' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:545:8: style: Variable 'in' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/interfaces/cmdline_static/cmdline.cpp:18:35: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/cmdline_static/cmdline.cpp:18:50: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/csharp_modular/sg_print_functions.cpp:19:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/csharp_modular/sg_print_functions.cpp:19:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/java_modular/sg_print_functions.cpp:19:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/java_modular/sg_print_functions.cpp:19:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/lua_modular/sg_print_functions.cpp:19:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/lua_modular/sg_print_functions.cpp:19:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:169:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:29:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:37:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:71:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:83:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:148:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:161:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:174:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:186:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:222:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:223:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:224:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:225:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:226:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:228:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:249:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:250:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:251:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:252:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:253:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:254:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:255:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:280:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:282:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:284:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:285:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:286:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:331:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:415:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:416:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:417:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:418:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:419:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:554:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mxREAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:595:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:596:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:597:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:598:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:599:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:611:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:622:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:29:16: style: Virtual function 'reset' is called from constructor 'CMatlabInterface(int nlhs,mxArray*plhs[],int nrhs,const mxArray*prhs[])' at line 58. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:58:2: note: Calling reset shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:29:16: note: reset is a virtual function shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:689:2: style: Exception should be caught by reference. [catchExceptionByValue] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:222:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:223:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:224:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:225:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:226:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:227:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:228:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:249:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:250:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:251:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:252:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:253:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:254:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:255:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:280:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:281:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:282:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:283:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:284:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:285:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:286:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:331:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:415:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:416:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:417:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:418:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:419:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:436:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:448:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:460:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:485:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:486:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:487:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:488:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:489:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:490:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:491:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:514:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:515:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:516:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:517:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:518:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:519:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:520:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:554:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:595:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:596:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:597:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:598:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:599:1: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:680:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:485:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:117:42: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:485:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:486:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:118:39: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:486:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:487:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:119:42: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:487:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:488:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:122:42: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:488:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:489:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:120:44: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:489:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:490:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:121:44: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:490:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:491:1: style:inconclusive: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:123:43: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:491:1: note: Function 'set_vector' argument 1 names different: declaration 'vec' definition 'vector'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:620:51: style:inconclusive: Function 'set_arg_increment' argument 1 names different: declaration 'arg' definition 'mx_arg'. [funcArgNamesDifferent] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.h:181:35: note: Function 'set_arg_increment' argument 1 names different: declaration 'arg' definition 'mx_arg'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:620:51: note: Function 'set_arg_increment' argument 1 names different: declaration 'arg' definition 'mx_arg'. shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:48:39: style: Parameter 'delayed' can be declared as reference to const. However it seems that 'matlab_cancel_computations' is a callback function, if 'delayed' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:666:28: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:48:39: note: Parameter 'delayed' can be declared as reference to const shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:48:54: style: Parameter 'immediately' can be declared as reference to const. However it seems that 'matlab_cancel_computations' is a callback function, if 'immediately' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:666:28: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:48:54: note: Parameter 'immediately' can be declared as reference to const shogun_3.2.0/src/interfaces/octave_modular/sg_print_functions.cpp:22:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_modular/sg_print_functions.cpp:33:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/octave_modular/sg_print_functions.cpp:33:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:163:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:185:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:195:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:46:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:54:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:78:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nlhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:90:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:203:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:216:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:229:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:238:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:271:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:272:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:273:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:274:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:275:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:276:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:277:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:297:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:298:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:299:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:300:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:301:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:302:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:303:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:327:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:328:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:329:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:330:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:331:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:332:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:333:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:340:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:447:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:448:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:449:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:450:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:451:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rhs_counter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:528:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_feat_entries [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:569:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:570:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:571:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:572:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:573:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:607:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable can_interrupt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:654:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable octave_set_current_context [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:166:28: style:inconclusive: Either there is a missing 'override', or the member function 'COctaveInterface::get_return_values' can be const. [functionConst] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:28:16: style: Virtual function 'reset' is called from constructor 'COctaveInterface(octave_value_list prhs,int32_t nlhs,bool verbose=true)' at line 67. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:67:2: note: Calling reset shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.h:28:16: note: reset is a virtual function shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:822:2: style: Exception should be caught by reference. [catchExceptionByValue] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:810:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:815:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:58:39: style: Parameter 'delayed' can be declared as reference to const. However it seems that 'octave_cancel_computations' is a callback function, if 'delayed' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:800:28: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:58:39: note: Parameter 'delayed' can be declared as reference to const shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:58:54: style: Parameter 'immediately' can be declared as reference to const. However it seems that 'octave_cancel_computations' is a callback function, if 'immediately' is declared with const you might also need to cast function pointer(s). [constParameterCallback] shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:800:28: note: You might need to cast the function pointer here shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:58:54: note: Parameter 'immediately' can be declared as reference to const shogun_3.2.0/src/interfaces/perl_modular/sg_print_functions.cpp:24:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GV_ADD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/perl_modular/sg_print_functions.cpp:38:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/perl_modular/sg_print_functions.cpp:47:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/perl_modular/sg_print_functions.cpp:47:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/python_modular/sg_print_functions.cpp:16:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/python_modular/sg_print_functions.cpp:24:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/python_modular/sg_print_functions.cpp:37:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/python_static/PythonInterface.cpp:117:7: error: syntax error [syntaxError] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:19:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:27:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:35:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:20:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:28:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:36:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:41:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/r_modular/sg_print_functions.cpp:41:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/r_static/RInterface.cpp:603:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_OBJ_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/interfaces/ruby_modular/sg_print_functions.cpp:19:42: style: Parameter 'delayed' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/interfaces/ruby_modular/sg_print_functions.cpp:19:57: style: Parameter 'immediately' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/shogun/base/Parallel.cpp:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_threads [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Parallel.cpp:32:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_threads [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Parallel.cpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Parallel.cpp:59:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_threads [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Parallel.cpp:64:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_threads [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Parameter.cpp:1809:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_SDEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/base/ParameterMap.cpp:376:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/base/SGObject.cpp:300:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/base/SGRefObject.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/SGRefObject.cpp:33:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/SGRefObject.cpp:40:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/base/Version.cpp:44:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SPRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/AveragedPerceptron.cpp:88:3: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/classifier/FeatureBlockLogisticRegression.cpp:149:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/NearestCentroid.cpp:27:3: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/Perceptron.cpp:85:3: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/classifier/PluginEstimate.cpp:50:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/mkl/MKL.cpp:407:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SWARNING is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/mkl/MKLClassification.cpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/mkl/MKLClassification.cpp:12:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] shogun_3.2.0/src/shogun/classifier/mkl/MKLClassification.cpp:9:6: note: outer condition: !s shogun_3.2.0/src/shogun/classifier/mkl/MKLClassification.cpp:12:7: note: identical inner condition: !s shogun_3.2.0/src/shogun/classifier/mkl/MKLMulticlass.cpp:456:7: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/mkl/MKLMulticlassGLPK.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numkernels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/mkl/MKLMulticlassGradient.cpp:59:7: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/mkl/MKLOneClass.cpp:23:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/GNPPLib.cpp:59:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/GNPPSVM.cpp:58:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/GPBTSVM.cpp:39:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/LibLinear.cpp:1349:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/LibSVM.cpp:43:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/LibSVMOneClass.cpp:41:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/MPDSVM.cpp:167:5: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/classifier/svm/OnlineLibLinear.cpp:109:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DONE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/OnlineSVMSGD.cpp:161:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/QPBSVMLib.cpp:300:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/SGDQN.cpp:96:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/SVM.cpp:262:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/SVMLin.cpp:47:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/SVMOcas.cpp:57:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/SVMSGD.cpp:153:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/svm/WDSVMOcas.cpp:124:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/vw/VowpalWabbit.cpp:124:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/vw/VwEnvironment.cpp:27:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwEnvironment.cpp:71:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stride [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:35:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:62:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:174:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:216:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:256:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable write_cache [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:67:7: warning:inconclusive: Possible null pointer dereference: line [nullPointer] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:50:13: note: Assignment 'line=NULL', assigned value is 0 shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:52:16: note: Assuming condition is false shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:67:7: note: Null pointer dereference shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:56:41: error:inconclusive: Pointer addition with NULL pointer. [nullPointerArithmetic] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:50:13: note: Assignment 'line=NULL', assigned value is 0 shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:52:16: note: Assuming condition is false shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:56:41: note: Null pointer addition shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:172:41: error:inconclusive: Pointer addition with NULL pointer. [nullPointerArithmetic] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:166:13: note: Assignment 'line=NULL', assigned value is 0 shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:168:16: note: Assuming condition is false shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:172:41: note: Null pointer addition shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:214:41: error:inconclusive: Pointer addition with NULL pointer. [nullPointerArithmetic] shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:208:13: note: Assignment 'line=NULL', assigned value is 0 shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:210:16: note: Assuming condition is false shogun_3.2.0/src/shogun/classifier/vw/VwParser.cpp:214:41: note: Null pointer addition shogun_3.2.0/src/shogun/classifier/vw/VwRegressor.cpp:201:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:51:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:62:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp:68:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:49:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:55:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:60:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp:66:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheReader.cpp:87:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:30:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:43:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable neg_1 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:64:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vw_version [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:109:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vw_size_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:130:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:172:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable begin [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:88:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:90:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:92:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:136:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:110:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:158:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:163:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:101:4: style: Variable 'c' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/classifier/vw/learners/VwAdaptiveLearner.cpp:41:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_mask [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/learners/VwNonAdaptiveLearner.cpp:38:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_mask [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/vw_example.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ld [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/vw_example.cpp:30:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ld [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/vw_example.cpp:36:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/vw_label.cpp:26:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable label [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:40:62: style: Parameter 'f' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:40:85: style: Parameter 'cross_features' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:48:68: style: Parameter 'f' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:48:91: style: Parameter 'cross_features' can be declared as reference to const [constParameterReference] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:20:36: style: Parameter 'weights' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:20:90: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:28:41: style: Parameter 'weights' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/classifier/vw/vw_math.cpp:28:95: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/clustering/Hierarchical.cpp:153:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_UNREF is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:39:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:48:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:58:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:70:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dimensions [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:85:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:114:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:183:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:230:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:281:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:288:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:295:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_kmeanspp [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:300:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_kmeanspp [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:306:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:311:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:317:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:322:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:327:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable train_method [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:332:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable train_method [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:338:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable batch_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:343:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable batch_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:349:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable minib_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:354:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable minib_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:361:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable batch_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:367:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:372:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:384:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dimensions [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:389:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed_centers [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:394:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed_centers [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:401:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mus [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:413:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable k [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:466:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:70:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:149:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:376:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/clustering/KMeans.cpp:451:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:22:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_target_dim [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:31:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:43:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_target_dim [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:48:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_target_dim [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:54:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:60:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:67:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:73:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:79:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_target_dim [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:81:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/EmbeddingConverter.cpp:83:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:42:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:48:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:89:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:104:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:192:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:248:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable should_normalize [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:253:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tokens_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:72:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:87:38: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:126:44: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/converter/HashedDocConverter.cpp:135:44: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:51:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:71:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable disable_sqrt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:51:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:53:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:60:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp:61:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/BrayCurtisDistance.cpp:52:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/BrayCurtisDistance.cpp:52:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/BrayCurtisDistance.cpp:54:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/BrayCurtisDistance.cpp:68:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/BrayCurtisDistance.cpp:69:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CanberraMetric.cpp:53:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/CanberraMetric.cpp:53:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CanberraMetric.cpp:55:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CanberraMetric.cpp:71:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CanberraMetric.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CanberraWordDistance.cpp:30:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/ChebyshewMetric.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/ChebyshewMetric.cpp:49:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChebyshewMetric.cpp:51:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChebyshewMetric.cpp:60:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChebyshewMetric.cpp:61:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChiSquareDistance.cpp:51:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/ChiSquareDistance.cpp:51:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChiSquareDistance.cpp:53:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChiSquareDistance.cpp:69:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ChiSquareDistance.cpp:70:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CosineDistance.cpp:50:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/CosineDistance.cpp:50:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CosineDistance.cpp:52:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CosineDistance.cpp:68:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CosineDistance.cpp:69:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/CustomDistance.cpp:106:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/DenseDistance.cpp:9:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/Distance.cpp:407:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DONE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:51:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:71:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable disable_sqrt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:84:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:51:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:53:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:60:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:61:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:84:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:86:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:96:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:98:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:108:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/EuclideanDistance.cpp:109:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/GeodesicMetric.cpp:51:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/GeodesicMetric.cpp:51:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/GeodesicMetric.cpp:53:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/GeodesicMetric.cpp:71:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/GeodesicMetric.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/HammingWordDistance.cpp:44:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/JensenMetric.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/JensenMetric.cpp:49:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/JensenMetric.cpp:51:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/JensenMetric.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/JensenMetric.cpp:73:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/KernelDistance.cpp:32:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/ManhattanMetric.cpp:52:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/ManhattanMetric.cpp:52:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ManhattanMetric.cpp:54:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ManhattanMetric.cpp:68:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ManhattanMetric.cpp:69:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/ManhattanWordDistance.cpp:30:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/MinkowskiMetric.cpp:67:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sq_lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:60:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sq_lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:70:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:79:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sq_lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:45:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:52:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:70:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:71:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/SparseEuclideanDistance.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/TanimotoDistance.cpp:52:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distance/TanimotoDistance.cpp:52:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/TanimotoDistance.cpp:54:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/TanimotoDistance.cpp:71:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distance/TanimotoDistance.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/Distribution.cpp:28:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/Distribution.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/Distribution.cpp:57:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALMOST_NEG_INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/Distribution.cpp:65:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/HMM.cpp:2849:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distributions/Histogram.cpp:54:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:33:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sequence_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:43:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sequence_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transition_probs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:58:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_STRING [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:126:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transition_probs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_transition_probs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:200:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:212:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transition_probs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:224:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:239:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:285:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:306:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:311:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sequence_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:80:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:87:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:101:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:104:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:112:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:141:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:143:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:145:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:164:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:169:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:175:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:200:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:204:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:224:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:229:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:239:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/LinearHMM.cpp:248:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/distributions/PositionalPWM.cpp:34:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/distributions/classical/ProbabilityDistribution.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/classical/ProbabilityDistribution.cpp:49:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/classical/ProbabilityDistribution.cpp:63:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/distributions/classical/ProbabilityDistribution.cpp:74:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:40:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:58:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:95:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:105:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ensemble/WeightedMajorityVote.cpp:110:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/ClusteringAccuracy.cpp:18:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/ClusteringEvaluation.cpp:42:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/ClusteringMutualInformation.cpp:19:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/ContingencyTableEvaluation.cpp:51:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/CrossValidation.cpp:402:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/CrossValidationMKLStorage.cpp:47:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:20:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:36:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_compute_ROC [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:66:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:103:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_classes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:111:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_classes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:152:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pred_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:157:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_true_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:102:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:103:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:131:40: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:152:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp:157:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:64:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:71:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:82:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:97:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:107:23: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp:139:9: warning: Size of pointer 'new_prefix' used instead of size of its data. [pointerSize] shogun_3.2.0/src/shogun/evaluation/CrossValidationSplitting.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rng [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationSplitting.cpp:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rng [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationSplitting.cpp:33:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_filled [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/CrossValidationSplitting.cpp:47:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/GradientEvaluation.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_diff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/GradientEvaluation.cpp:39:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_diff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/GradientEvaluation.cpp:45:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_parameter_dictionary [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/GradientEvaluation.cpp:65:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_parameter_dictionary [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/GradientEvaluation.cpp:33:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:87:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MS_NOT_AVAILABLE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: style: Virtual function 'init' is called from constructor 'CMachineEvaluation()' at line 26. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:26:2: note: Calling init shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: note: init is a virtual function shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: style: Virtual function 'init' is called from constructor 'CMachineEvaluation(CMachine*machine,CFeatures*features,CLabels*labels,CSplittingStrategy*splitting_strategy,CEvaluation*evaluation_criterion,bool autolock=true)' at line 33. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:33:2: note: Calling init shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: note: init is a virtual function shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: style: Virtual function 'init' is called from constructor 'CMachineEvaluation(CMachine*machine,CLabels*labels,CSplittingStrategy*splitting_strategy,CEvaluation*evaluation_criterion,bool autolock=true)' at line 53. Dynamic binding is not used. [virtualCallInConstructor] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:53:2: note: Calling init shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.h:89:15: note: init is a virtual function shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:86:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:88:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:90:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:92:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:94:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/evaluation/MeanAbsoluteError.cpp:19:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/MeanSquaredError.cpp:20:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/MeanSquaredLogError.cpp:20:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/MulticlassAccuracy.cpp:48:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/MulticlassOVREvaluation.cpp:42:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/PRCEvaluation.cpp:94:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/ROCEvaluation.cpp:130:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_subsets [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:42:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subset_indices [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:72:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:78:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_filled [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:102:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_filled [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:63:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:64:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:86:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/SplittingStrategy.cpp:109:36: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:21:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rng [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:35:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LT_MULTICLASS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:80:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_filled [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:37:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:38:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:58:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:86:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:110:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:112:37: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:123:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:137:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp:142:33: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/evaluation/StructuredAccuracy.cpp:60:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/Alphabet.cpp:174:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/AttributeFeatures.cpp:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/AttributeFeatures.cpp:64:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/AttributeFeatures.cpp:82:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/AttributeFeatures.cpp:93:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/BinnedDotFeatures.cpp:243:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/CombinedDotFeatures.cpp:90:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/CombinedFeatures.cpp:218:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/DenseFeatures.cpp:415:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/DotFeatures.cpp:149:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/DummyFeatures.cpp:9:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_vectors [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/DummyFeatures.cpp:29:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_vectors [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/DummyFeatures.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_ANY [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/DummyFeatures.cpp:44:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_ANY [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/DummyFeatures.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_vectors [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/ExplicitSpecFeatures.cpp:157:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/FKFeatures.cpp:124:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/FactorGraphFeatures.cpp:90:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/Features.cpp:164:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/HashedDenseFeatures.cpp:110:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/HashedDocDotFeatures.cpp:87:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/HashedSparseFeatures.cpp:182:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/HashedWDFeatures.cpp:294:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/HashedWDFeaturesTransposed.cpp:593:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/ImplicitWeightedSpecFeatures.cpp:206:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/LBPPyrDotFeatures.cpp:83:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/LatentFeatures.cpp:74:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/MatrixFeatures.cpp:171:2: error: There is an unknown macro here somewhere. Configuration is required. If REQUIRE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/PolyFeatures.cpp:86:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:21:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:29:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable random_coeff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:81:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:88:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomFourierDotFeatures.cpp:63:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:36:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable random_coeff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:42:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:64:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable random_coeff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:69:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feats [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:75:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feats [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:87:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:98:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:117:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:133:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:147:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:152:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:159:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:165:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:170:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_DREAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:175:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_DENSE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:190:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:196:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable random_coeff [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:80:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/RandomKitchenSinksDotFeatures.cpp:94:42: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/RealFileFeatures.cpp:90:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/SNPFeatures.cpp:37:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/SparseFeatures.cpp:307:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_WARNING is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/SparsePolyFeatures.cpp:95:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/StringFeatures.cpp:435:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/StringFileFeatures.cpp:81:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/Subset.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subset_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/Subset.cpp:32:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subset_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:27:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:34:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subsets_stack [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:49:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:89:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:133:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_active_subset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:27:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:49:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:51:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:65:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:98:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/SubsetStack.cpp:148:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/features/TOPFeatures.cpp:205:7: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/WDFeatures.cpp:36:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingDenseFeatures.cpp:240:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingDotFeatures.cpp:22:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingFeatures.cpp:47:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingHashedDenseFeatures.cpp:87:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingHashedDocDotFeatures.cpp:87:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingHashedSparseFeatures.cpp:89:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingSparseFeatures.cpp:42:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingStringFeatures.cpp:208:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/StreamingVwFeatures.cpp:273:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/features/streaming/generators/GaussianBlobsDataGenerator.cpp:35:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sqrt_num_blobs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/GaussianBlobsDataGenerator.cpp:60:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sqrt_num_blobs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/GaussianBlobsDataGenerator.cpp:92:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sqrt_num_blobs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/GaussianBlobsDataGenerator.cpp:113:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current_vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/MeanShiftDataGenerator.cpp:40:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/MeanShiftDataGenerator.cpp:47:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/MeanShiftDataGenerator.cpp:65:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/features/streaming/generators/MeanShiftDataGenerator.cpp:84:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current_vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/BinaryFile.cpp:50:1: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/CSVFile.cpp:45:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:53:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_data_transposed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:58:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:68:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:102:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_data_transposed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:114:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_data_transposed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:224:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:225:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:226:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:228:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:229:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:230:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:231:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:232:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:233:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:234:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:235:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:244:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:245:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:246:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:247:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:248:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:249:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:250:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:260:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:261:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:262:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:263:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:264:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:265:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:266:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:267:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:268:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:269:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:270:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:271:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:272:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:296:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:297:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:298:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:299:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:300:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:301:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:302:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:303:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:304:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:305:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:306:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:307:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:339:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:340:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:341:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:342:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:343:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:344:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:345:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:346:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:347:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:348:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:349:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:350:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:360:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:361:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:362:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:363:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:364:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:365:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:366:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:367:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:368:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:369:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:370:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:371:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:372:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:387:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_to_skip [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:413:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:414:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:415:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:416:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:417:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:418:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:419:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:420:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:421:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:422:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:423:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:431:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:444:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:445:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:446:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:447:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:448:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:449:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:450:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:451:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:452:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:453:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/CSVFile.cpp:454:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/File.cpp:63:5: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/IOBuffer.cpp:128:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:39:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_whitespace_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:48:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_delimiter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:59:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_delimiter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:169:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:170:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:171:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:174:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:175:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:176:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:177:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:178:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:179:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:180:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:230:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:231:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:232:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:233:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:234:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:235:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:236:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:237:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:238:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:239:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:240:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:241:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LibSVMFile.cpp:242:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_buffer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stream [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:40:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stream [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:52:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:58:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stream [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:79:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_next_token_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:91:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_next_token_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:105:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stream [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:112:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:120:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_buffer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:149:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_max_token_length [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/LineReader.cpp:131:23: style: Variable 'bytes_to_read' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/io/Parser.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:35:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:40:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:62:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:139:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:148:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:157:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/Parser.cpp:92:10: style: Return value '(bool)0L' is always false [knownConditionTrueFalse] shogun_3.2.0/src/shogun/io/SGIO.cpp:341:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/SerializableAsciiFile.cpp:66:28: error: There is an unknown macro here somewhere. Configuration is required. If STRING_LEN_STR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/SerializableAsciiReader00.cpp:252:36: error: There is an unknown macro here somewhere. Configuration is required. If STRING_LEN_STR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/SerializableFile.cpp:36:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_WARNING is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/streaming/StreamingAsciiFile.cpp:620:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/streaming/StreamingFile.cpp:230:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp:17:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:17:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buf [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:35:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:58:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:80:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cache_format [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:86:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cache_format [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp:81:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/io/streaming/StreamingVwFile.cpp:29:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable env [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwFile.cpp:38:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_example [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwFile.cpp:56:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_example [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwFile.cpp:63:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_example [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/io/streaming/StreamingVwFile.cpp:70:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parser [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/ANOVAKernel.cpp:138:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/AUCKernel.cpp:48:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/BesselKernel.cpp:26:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/CauchyKernel.cpp:25:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:21:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:62:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:86:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:91:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_CHI2 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:62:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:64:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:78:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/Chi2Kernel.cpp:79:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/CircularKernel.cpp:26:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/CombinedKernel.cpp:159:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/ConstKernel.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable const_value [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/ConstKernel.cpp:38:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable const_value [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/ConstKernel.cpp:54:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable const_value [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/CustomKernel.cpp:130:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/DiagKernel.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable diag [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/DiagKernel.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable diag [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/DiagKernel.cpp:53:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable diag [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/DistanceKernel.cpp:29:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/ExponentialKernel.cpp:33:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:45:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_width [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_GAUSSIANARD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:68:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:89:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:71:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:73:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:100:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:102:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:126:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianARDKernel.cpp:128:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:67:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CGaussianKernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:77:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sq_lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:90:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:109:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_compact [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:139:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:153:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:179:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sq_lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:117:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:142:36: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianKernel.cpp:147:37: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:50:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:82:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_shift [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:50:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:52:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:74:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShiftKernel.cpp:75:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:53:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:71:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:53:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:54:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:63:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/GaussianShortRealKernel.cpp:64:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:57:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:85:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_beta [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:57:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:59:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:77:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/HistogramIntersectionKernel.cpp:78:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:25:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:40:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:57:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable coef [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:65:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable coef [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp:58:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/JensenShannonKernel.cpp:53:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/JensenShannonKernel.cpp:53:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/JensenShannonKernel.cpp:55:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/JensenShannonKernel.cpp:72:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/JensenShannonKernel.cpp:73:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/Kernel.cpp:120:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:39:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:59:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:81:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:92:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:103:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:124:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:64:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:65:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:106:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:108:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:135:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearARDKernel.cpp:137:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable properties [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:29:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable properties [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:54:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:86:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:95:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:54:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LinearKernel.cpp:95:22: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/LogKernel.cpp:25:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/MultiquadricKernel.cpp:24:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/PolyKernel.cpp:62:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inhomogene [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PolyKernel.cpp:71:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PowerKernel.cpp:25:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/ProductKernel.cpp:100:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:39:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:64:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:92:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:124:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:246:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cells [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:130:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:132:19: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:150:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:154:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:161:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:175:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:180:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:212:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:214:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:235:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:236:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:212:6: style: Redundant initialization for 'avec'. The initialized value is overwritten before it is read. [redundantInitialization] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:130:17: note: avec is initialized shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:212:6: note: avec is overwritten shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:214:6: style: Redundant initialization for 'bvec'. The initialized value is overwritten before it is read. [redundantInitialization] shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:132:17: note: bvec is initialized shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:214:6: note: bvec is overwritten shogun_3.2.0/src/shogun/kernel/PyramidChi2.cpp:127:16: style: Unused variable: blen [unusedVariable] shogun_3.2.0/src/shogun/kernel/RationalQuadraticKernel.cpp:24:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/SigmoidKernel.cpp:27:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gamma [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/SigmoidKernel.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gamma [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/SigmoidKernel.cpp:60:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gamma [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/SphericalKernel.cpp:26:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/SplineKernel.cpp:37:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/TStudentKernel.cpp:33:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/TensorProductPairKernel.cpp:60:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/WaveKernel.cpp:25:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wdilation [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:63:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:63:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:65:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:82:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/WaveletKernel.cpp:83:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/WeightedDegreeRBFKernel.cpp:47:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/CommUlongStringKernel.cpp:228:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/CommWordStringKernel.cpp:300:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:46:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_delta [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:54:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:54:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:56:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:65:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp:66:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:23:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:68:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:68:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:69:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:84:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp:85:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:64:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:84:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:64:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:65:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:77:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp:78:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/HistogramWordStringKernel.cpp:131:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/LinearStringKernel.cpp:87:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:111:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_opening [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:125:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:131:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scaled_blosum [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:147:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOGSUM_TBL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:164:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOGSUM_TBL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:190:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable aaIndex [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:295:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_opening [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:370:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:413:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:149:6: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:178:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:180:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:370:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:371:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:403:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp:404:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/LocalityImprovedStringKernel.cpp:50:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:29:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:57:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:74:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:57:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:58:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:66:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/MatchWordStringKernel.cpp:67:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/OligoStringKernel.cpp:74:2: error: There is an unknown macro here somewhere. Configuration is required. If REQUIRE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:68:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:89:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:68:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:69:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:82:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp:83:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:68:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lhs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:93:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degree [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:68:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:69:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:86:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp:87:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/kernel/string/RegulatoryModulesStringKernel.cpp:72:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SNPStringKernel.cpp:133:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SalzbergWordStringKernel.cpp:113:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SimpleLocalityImprovedStringKernel.cpp:127:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SparseSpatialSampleStringKernel.cpp:377:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SpectrumMismatchRBFKernel.cpp:81:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/SpectrumRBFKernel.cpp:67:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_REF is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/StringSubsequenceKernel.cpp:59:2: error: There is an unknown macro here somewhere. Configuration is required. If REQUIRE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/WeightedCommWordStringKernel.cpp:28:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/WeightedDegreePositionStringKernel.cpp:259:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/kernel/string/WeightedDegreeStringKernel.cpp:567:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/BinaryLabels.cpp:93:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/DenseLabels.cpp:187:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/FactorGraphLabels.cpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_observed_state [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/FactorGraphLabels.cpp:25:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_loss_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/FactorGraphLabels.cpp:33:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_loss_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:28:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subset_stack [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:33:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subset_stack [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:58:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:65:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:76:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:88:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_current_values [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/Labels.cpp:33:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/labels/LabelsFactory.cpp:19:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/LatentLabels.cpp:67:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_multiclass_confidences [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:47:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:57:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:70:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_multiclass_confidences [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:81:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:93:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LT_MULTICLASS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:101:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassLabels.cpp:133:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/MulticlassMultipleOutputLabels.cpp:57:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/labels/RegressionLabels.cpp:25:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LT_REGRESSION [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/labels/StructuredLabels.cpp:50:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/latent/LatentModel.cpp:72:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:20:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_so_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:32:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_so_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:43:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_so_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:49:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:68:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_so_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSOSVM.cpp:68:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/latent/LatentSVM.cpp:34:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/latent/LatentSVM.cpp:66:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_buffer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:37:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:43:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:56:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bytes_available [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:100:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bytes_available [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:140:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bytes_count [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:176:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:217:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tokenizer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:272:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:282:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_begin_pos [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:292:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_buffer [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:315:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_end_pos [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:332:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_end_pos [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:363:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_begin_pos [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:393:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/CircularBuffer.cpp:413:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Compressor.cpp:57:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable compression_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Compressor.cpp:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable compression_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:39:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:48:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:68:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:105:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_length_y [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:148:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:184:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ptype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:264:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float32_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:395:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_BOOL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:441:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:465:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ctype [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DataType.cpp:312:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:313:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:314:25: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:315:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:316:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:317:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:318:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:319:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:320:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:321:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:322:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:323:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:324:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DataType.cpp:325:31: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:27:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:33:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:53:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_consecutive_delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:69:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:80:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:103:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:110:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_consecutive_delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/DelimiterTokenizer.cpp:115:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_consecutive_delimiters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Hash.cpp:123:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:132:32: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:141:32: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:172:32: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:186:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:395:23: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Hash.cpp:41:10: style: The scope of the variable 'octet' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/IndexBlock.cpp:38:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:16:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_blocks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:21:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_blocks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:36:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_blocks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:41:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/IndexBlockGroup.cpp:50:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/IndexBlockRelation.cpp:47:4: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/lib/IndexBlockTree.cpp:253:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SNOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:28:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:34:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:53:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:58:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/NGramTokenizer.cpp:64:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/RefCount.cpp:11:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rc [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/RefCount.cpp:24:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rc [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/RefCount.cpp:37:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rc [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrix.cpp:532:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SNOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:32:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:56:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:62:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:68:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:75:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:82:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable matrix_list [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:68:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/SGMatrixList.cpp:69:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:29:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable array [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:38:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dims [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:57:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable array [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:64:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable array [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:71:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable array [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:81:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable array [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:57:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:58:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/SGNDArray.cpp:59:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:15:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:41:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:60:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:69:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGReferencedData.cpp:89:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_refcount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/SGSparseMatrix.cpp:93:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/SGSparseVector.cpp:278:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/SGString.cpp:65:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/SGStringList.cpp:45:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/SGVector.cpp:295:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/ShogunException.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/ShogunException.cpp:47:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/ShogunException.cpp:25:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/Signal.cpp:38:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/StructuredData.cpp:30:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDT_UNKNOWN [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Time.cpp:36:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/Tokenizer.cpp:14:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Tokenizer.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Tokenizer.cpp:24:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/Trie.cpp:23:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:26:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_aggregate [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:45:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable new_result [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:57:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:63:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:69:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_result [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreScalarAggregator.cpp:69:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreVectorAggregator.cpp:32:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_aggregate [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreVectorAggregator.cpp:39:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_aggregate [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreVectorAggregator.cpp:54:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable new_result [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreVectorAggregator.cpp:66:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/computation/aggregator/StoreVectorAggregator.cpp:72:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/PMurHash.c:263:37: style:inconclusive: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. [funcArgNamesDifferent] shogun_3.2.0/src/shogun/lib/external/PMurHash.h:57:39: note: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. shogun_3.2.0/src/shogun/lib/external/PMurHash.c:263:37: note: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:86:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:161:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:199:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_IDSTR [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:210:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:234:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:279:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:315:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:337:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:361:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/SFMT/SFMT.c:356:50: style: Parameter 'init_key' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1482:38: debug: Function::addArguments found argument 'x' with varid 0. [varid0] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1489:68: debug: Function::addArguments found argument 'x' with varid 0. [varid0] shogun_3.2.0/src/shogun/lib/external/brent.cpp:652:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1045:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1483:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable f [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1491:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable f [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1498:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable f [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1041:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] shogun_3.2.0/src/shogun/lib/external/brent.h:15:3: style: Class 'monicPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] shogun_3.2.0/src/shogun/lib/external/brent.h:17:3: style: Class 'monicPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] shogun_3.2.0/src/shogun/lib/external/brent.h:28:3: style: Class 'Poly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] shogun_3.2.0/src/shogun/lib/external/brent.h:30:3: style: Class 'Poly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1471:3: style: Class 'func_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] shogun_3.2.0/src/shogun/lib/external/brent.h:13:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] shogun_3.2.0/src/shogun/lib/external/brent.h:7:18: note: Virtual function in base class shogun_3.2.0/src/shogun/lib/external/brent.h:13:18: note: Function in derived class shogun_3.2.0/src/shogun/lib/external/brent.h:26:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] shogun_3.2.0/src/shogun/lib/external/brent.h:7:18: note: Virtual function in base class shogun_3.2.0/src/shogun/lib/external/brent.h:26:18: note: Function in derived class shogun_3.2.0/src/shogun/lib/external/brent.cpp:1474:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] shogun_3.2.0/src/shogun/lib/external/brent.h:7:18: note: Virtual function in base class shogun_3.2.0/src/shogun/lib/external/brent.cpp:1474:18: note: Function in derived class shogun_3.2.0/src/shogun/lib/external/brent.cpp:80:10: style: The scope of the variable 'd1' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:81:10: style: The scope of the variable 'd2' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:86:10: style: The scope of the variable 'p' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:87:10: style: The scope of the variable 'q' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:88:10: style: The scope of the variable 'qs' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:89:10: style: The scope of the variable 'r' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:90:10: style: The scope of the variable 's' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:98:10: style: The scope of the variable 'z0' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:99:10: style: The scope of the variable 'z1' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:100:10: style: The scope of the variable 'z2' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:369:10: style: The scope of the variable 'fu' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:373:10: style: The scope of the variable 'm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:374:10: style: The scope of the variable 'p' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:375:10: style: The scope of the variable 'q' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:376:10: style: The scope of the variable 'r' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:379:10: style: The scope of the variable 't2' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:380:10: style: The scope of the variable 'tol' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:630:17: style: The scope of the variable 'fu' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:635:17: style: The scope of the variable 'p' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:636:17: style: The scope of the variable 'q' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:637:17: style: The scope of the variable 'r' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1112:10: style: The scope of the variable 'm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1120:10: style: The scope of the variable 'tol' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1304:10: style: The scope of the variable 'p' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1305:10: style: The scope of the variable 'q' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1306:10: style: The scope of the variable 'r' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/brent.cpp:1307:10: style: The scope of the variable 's' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:149:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:187:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:230:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:273:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:333:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:393:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_IDSTR [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:402:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:414:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:458:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:476:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:494:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:512:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:532:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:561:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSFMT_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:344:14: style: Variable 'pcv' can be declared as const array [constVariable] shogun_3.2.0/src/shogun/lib/external/dSFMT/dSFMT.c:554:55: style: Parameter 'init_key' can be declared as const array [constParameter] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:90:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maxmw [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:151:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ell [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:214:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:233:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dim [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:266:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nor [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:295:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nor [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:138:11: style: The scope of the variable 'c' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/external/gpdt.cpp:134:32: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/gpdtsolve.cpp:444:11: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/lib/external/gpm.cpp:994:7: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/external/libocas.cpp:693:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SABS_PROGRESS is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:132:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:132:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:144:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:200:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:201:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:75:44: style: Parameter 'diag_H' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:76:44: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:77:44: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:79:44: style: Parameter 'LB' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:80:44: style: Parameter 'UB' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:87:13: style: Variable 'col_u' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:88:13: style: Variable 'col_v' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:120:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIBQP_PLUS_INF [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:134:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:142:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:150:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:173:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:185:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:251:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:307:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:355:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:84:30: style: Parameter 'diag_H' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:85:30: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:86:30: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:88:28: style: Parameter 'S' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:98:14: style: Variable 'col_u' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:98:22: style: Variable 'col_v' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/src/shogun/lib/external/pr_loqo.cpp:458:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_SDEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/external/shogun_libsvm.cpp:2426:5: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/lib/external/ssl.cpp:311:5: error: There is an unknown macro here somewhere. Configuration is required. If SG_SINFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/memory.cpp:455:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:45:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:52:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:176:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:43:9: style: The scope of the variable 'x_change' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:173:9: style: The scope of the variable 'gap' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:19:32: style: Parameter 'A' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:19:43: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp:37:47: style: Parameter 'S' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:48:3: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:38:22: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:38:5: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:48:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:189:4: warning: If memory allocation fails, then there is a possible null pointer dereference: zz [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:186:27: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:186:10: note: Assignment 'zz=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:189:4: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:38:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:137:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:138:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:186:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:31:15: style: The scope of the variable 'temp' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/flsa/flsa.cpp:25:23: style: Parameter 'z0' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: note: Assignment 's=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:681:19: note: Calling function 'Thomas', 3rd argument 's' value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:186:6: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: note: Assignment 's=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:681:19: note: Calling function 'Thomas', 3rd argument 's' value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:186:6: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:350:14: warning: If memory allocation fails, then there is a possible null pointer dereference: S [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1508:23: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1508:9: note: Assignment 'S=(int*)malloc(sizeof(int)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1528:33: note: Calling function 'supportSet', 5th argument 'S' value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:328:10: note: Assuming condition is false shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:350:14: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:651:3: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:651:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:655:28: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:655:28: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:657:43: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:657:43: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:659:42: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:659:42: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:3: warning: If memory allocation fails, then there is a possible null pointer dereference: s [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: note: Assignment 's=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:8: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: note: Assignment 'Av=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:8: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:16: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:12: note: Assignment 'x=(double*)malloc(sizeof(double)*n)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:16: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:25: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:12: note: Assignment 'x=(double*)malloc(sizeof(double)*n)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:25: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:634:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:637:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:854:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1508:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1618:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:852:33: style: The scope of the variable 'n' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:853:30: style: The scope of the variable 'beta' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1510:15: style: The scope of the variable 'numSp' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1620:29: style: The scope of the variable 'numSpp' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:152:48: style: Parameter 'Av' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:223:46: style: Parameter 'Av' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:306:35: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:306:46: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:306:57: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:414:38: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:414:71: style: Parameter 'Av' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:458:39: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:458:50: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:507:22: style: Parameter 'Av' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:628:40: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:628:53: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:17: error: Memory is allocated but not initialized: x[i+1] [uninitdata] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:634:24: style: Variable 'S' is allocated memory that is never used. [unusedAllocatedMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:853:34: style: Variable 'beta' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1509:13: style: Variable 'gapp' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1510:20: style: Variable 'numSp' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1619:23: style: Variable 'gappp' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:1620:35: style: Variable 'numSpp' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:126:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:127:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:128:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:129:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:130:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:116:12: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/flsa/tesla_proj.cpp:116:23: style: Parameter 'Z0' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:60:3: warning: If memory allocation fails, then there is a possible null pointer dereference: zeroGroupFlag [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:34: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:21: note: Assignment 'zeroGroupFlag=(int*)malloc(sizeof(int)*g)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:735:29: note: Calling function 'identifySomeZeroEntries', 2nd argument 'zeroGroupFlag' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:60:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:140:3: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:707:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:707:15: note: Assignment 'xnew=(double*)malloc(sizeof(double)*p)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:818:22: note: Calling function 'gradientDescentStep', 1st argument 'xnew' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:633:10: note: Calling function 'xFromY', 1st argument 'xnew' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:140:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:140:8: warning: If memory allocation fails, then there is a possible null pointer dereference: u [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:704:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:704:12: note: Assignment 'u=(double*)malloc(sizeof(double)*p)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:806:15: note: Calling function 'xFromY', 3rd argument 'u' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:140:8: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:143:6: warning: If memory allocation fails, then there is a possible null pointer dereference: zeroGroupFlag [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:34: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:21: note: Assignment 'zeroGroupFlag=(int*)malloc(sizeof(int)*g)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:806:27: note: Calling function 'xFromY', 7th argument 'zeroGroupFlag' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:143:6: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:277:6: warning: If memory allocation fails, then there is a possible null pointer dereference: zeroGroupFlag [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:242:34: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:242:21: note: Assignment 'zeroGroupFlag=(int*)malloc(sizeof(int)*g)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:277:6: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:312:3: warning: If memory allocation fails, then there is a possible null pointer dereference: Ynew [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:240:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:240:15: note: Assignment 'Ynew=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:312:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:606:7: warning: If memory allocation fails, then there is a possible null pointer dereference: zeroGroupFlag [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:34: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:21: note: Assignment 'zeroGroupFlag=(int*)malloc(sizeof(int)*g)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:820:16: note: Calling function 'gradientDescentStep', 12th argument 'zeroGroupFlag' value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:606:7: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:753:6: warning: If memory allocation fails, then there is a possible null pointer dereference: zeroGroupFlag [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:34: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:21: note: Assignment 'zeroGroupFlag=(int*)malloc(sizeof(int)*g)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:753:6: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:3: warning: If memory allocation fails, then there is a possible null pointer dereference: YS [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:711:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:711:13: note: Assignment 'YS=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:9: warning: If memory allocation fails, then there is a possible null pointer dereference: Yp [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:714:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:714:13: note: Assignment 'Yp=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:9: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:15: warning: If memory allocation fails, then there is a possible null pointer dereference: Ynew [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:708:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:708:15: note: Assignment 'Ynew=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:788:15: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:836:9: warning: If memory allocation fails, then there is a possible null pointer dereference: Yp [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:714:29: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:714:13: note: Assignment 'Yp=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:836:9: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:839:12: warning: If memory allocation fails, then there is a possible null pointer dereference: Ynew [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:708:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:708:15: note: Assignment 'Ynew=(double*)malloc(sizeof(double)*YSize)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:839:12: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:236:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:237:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:239:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:240:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:242:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:243:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:704:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:705:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:707:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:708:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:710:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:711:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:714:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:716:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:717:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:24:12: style: The scope of the variable 'newZeroNum' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:594:31: style: The scope of the variable 'leftValue' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:594:42: style: The scope of the variable 'rightValue' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:21:11: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:22:26: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:22:37: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:132:11: style: Parameter 'u' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:132:22: style: Parameter 'Y' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:133:22: style: Parameter 'zeroGroupFlag' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:134:11: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:134:22: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:163:11: style: Parameter 'xnew' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:163:25: style: Parameter 'Ynew' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:164:31: style: Parameter 'zeroGroupFlag' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:165:11: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:165:22: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:199:11: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:199:22: style: Parameter 'Y' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:199:37: style: Parameter 'zeroGroupFlag' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:200:11: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:200:22: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:590:42: style: Parameter 'entrySignFlag' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:591:11: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/overlapping/overlapping.cpp:591:22: style: Parameter 'Y' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:43:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:29:23: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:29:7: note: Assignment 'v=(double*)malloc(sizeof(double)*n)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:43:13: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:49:24: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:30:23: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:30:7: note: Assignment 'x=(double*)malloc(sizeof(double)*n)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:49:24: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:29:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:30:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:31:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/q1/eppMatrix.cpp:23:36: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:479:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:32:25: style: The scope of the variable 'rho_T' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:32:32: style: The scope of the variable 'rho_S' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:34:29: style: The scope of the variable 'lambda_T' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:34:39: style: The scope of the variable 'lambda_S' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:35:22: style: The scope of the variable 's_T' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:35:27: style: The scope of the variable 's_S' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:36:43: style: The scope of the variable 'f_lambda_T' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:36:55: style: The scope of the variable 'f_lambda_S' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:319:15: style: The scope of the variable 'ratio' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:359:15: style: The scope of the variable 'fprime' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:473:39: style: The scope of the variable 'f' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:473:42: style: The scope of the variable 'xp' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:475:9: style: The scope of the variable 'x_diff' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:28:59: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:297:31: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:316:31: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:452:22: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:71:7: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:123:35: style: Variable 's_1' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:157:25: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:211:8: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:216:25: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:221:25: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:235:26: style: Variable 's_1' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:254:25: style: Variable 's_1' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:277:29: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/q1/epph.cpp:475:15: style: Variable 'x_diff' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/src/shogun/lib/slep/slep_solver.cpp:273:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SINFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:15: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:104:9: note: Calling function 'altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:15: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:22: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:104:9: note: Calling function 'altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:22: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:102:4: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:94:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:94:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:102:4: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:110:13: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:110:13: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:11: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:379:26: note: Calling function 'findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:11: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:16: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:379:26: note: Calling function 'findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:16: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:231:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:231:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:232:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:232:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:233:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:233:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:377:4: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:377:4: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:94:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:201:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:202:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:22:16: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:120:9: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:143:9: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:367:9: style: The scope of the variable 'lambda' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:19:31: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:19:49: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:89:34: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:117:53: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:117:71: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:140:25: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:140:52: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:197:48: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:362:33: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:15: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:105:17: note: Calling function 'general_altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:15: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:34: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:105:17: note: Calling function 'general_altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:34: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:103:4: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:95:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:95:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:103:4: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:111:13: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:111:13: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:11: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:381:34: note: Calling function 'general_findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:11: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:16: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:381:34: note: Calling function 'general_findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:16: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:234:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:234:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:235:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:235:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:236:3: warning: If memory allocation fails, then there is a possible null pointer dereference: ind2 [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:31: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:15: note: Assignment 'ind2=(double*)malloc(sizeof(double)*nodes*3)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:236:3: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:379:4: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:379:4: note: Null pointer dereference shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:95:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:204:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:205:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:23:16: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:121:9: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:147:9: style: The scope of the variable 'twoNorm' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:369:9: style: The scope of the variable 'lambda' can be reduced. [variableScope] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:19:39: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:19:57: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:19:68: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:90:42: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:118:61: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:118:79: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:118:90: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:143:33: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:143:60: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:143:71: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:199:67: style: Parameter 'ind' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:364:41: style: Parameter 'V' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/loss/LogLoss.cpp:18:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/src/shogun/loss/LogLoss.cpp:18:44: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/src/shogun/loss/LogLossMargin.cpp:42:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/loss/SmoothHingeLoss.cpp:45:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/loss/SquaredHingeLoss.cpp:33:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:32:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:37:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:72:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_combination_rule [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:98:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:171:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_bags [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:191:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_bags [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:196:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bag_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:201:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bag_size [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:206:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:213:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:219:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bags [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:233:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_combination_rule [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:239:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_combination_rule [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:245:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_combination_rule [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:339:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_all_oob_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:171:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:175:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:176:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/BaggingMachine.cpp:180:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/BaseMulticlassMachine.cpp:17:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaseMulticlassMachine.cpp:24:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaseMulticlassMachine.cpp:34:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_MULTICLASS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaseMulticlassMachine.cpp:39:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LT_MULTICLASS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/BaseMulticlassMachine.cpp:19:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/DistanceMachine.cpp:54:5: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/KernelMachine.cpp:133:5: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:19:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:85:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:98:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:113:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:121:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:130:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_machine [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:150:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:159:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:177:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:182:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_NOTIMPLEMENTED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:24:17: warning: Either the condition '!kernel' is redundant or there is possible null pointer dereference: kernel. [nullPointerRedundantCheck] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:20:6: note: Assuming that condition '!kernel' is not redundant shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:24:17: note: Null pointer dereference shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:25:17: warning: Either the condition '!kernel' is redundant or there is possible null pointer dereference: kernel. [nullPointerRedundantCheck] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:20:6: note: Assuming that condition '!kernel' is not redundant shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:25:17: note: Null pointer dereference shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:36:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:61:27: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:85:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:98:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:113:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:130:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:149:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelMulticlassMachine.cpp:167:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/KernelStructuredOutputMachine.cpp:33:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelStructuredOutputMachine.cpp:39:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelStructuredOutputMachine.cpp:45:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelStructuredOutputMachine.cpp:51:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/KernelStructuredOutputMachine.cpp:51:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/LinearLatentMachine.cpp:55:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/LinearMachine.cpp:68:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/LinearStructuredOutputMachine.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/LinearStructuredOutputMachine.cpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/LinearStructuredOutputMachine.cpp:64:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/LinearStructuredOutputMachine.cpp:75:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/Machine.cpp:220:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/MulticlassMachine.cpp:239:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/OnlineLinearMachine.cpp:51:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:28:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:35:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:43:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:55:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:67:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:84:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_surrogate_loss [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:90:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_surrogate_loss [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:185:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_helper [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_verbose [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:202:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_verbose [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:55:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:56:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/StructuredOutputMachine.cpp:58:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/machine/gp/LikelihoodModel.cpp:55:2: error: There is an unknown macro here somewhere. Configuration is required. If REQUIRE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/mathematics/Math.cpp:241:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] shogun_3.2.0/src/shogun/mathematics/Random.cpp:34:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_seed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:49:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_x [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:64:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_seed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:70:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_blockCount [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:132:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sfmt_32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:137:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sfmt_64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:176:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:189:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:202:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:215:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:220:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sfmt_32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:225:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:230:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dsfmt [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:253:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_xComp [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:284:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_R [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Random.cpp:308:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_seed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/SparseInverseCovariance.cpp:31:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lasso_max_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/SparseInverseCovariance.cpp:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/Statistics.cpp:2353:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SDEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:46:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_operator [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:70:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sparse_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:85:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_operator [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:162:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sparse_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:188:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sparse_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linop/SparseMatrixOperator.cpp:232:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sparse_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linsolver/IterativeLinearSolver.cpp:29:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_store_residuals [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linsolver/IterativeLinearSolver.cpp:40:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_max_iteration_limit [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linsolver/IterativeShiftedLinearFamilySolver.cpp:52:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MACHINE_EPSILON [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linsolver/IterativeShiftedLinearFamilySolver.cpp:72:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MACHINE_EPSILON [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/linsolver/IterativeShiftedLinearFamilySolver.cpp:92:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MACHINE_EPSILON [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/logdet/LogDetEstimator.cpp:225:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eigen_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:54:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eigen_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:61:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eigen_solver [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:88:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_shifts [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:93:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_weights [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_constant_multiplier [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:103:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_shifts [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:108:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_shifts [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:122:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_shifts [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:131:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_desired_accuracy [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:171:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_constant_multiplier [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/opfunc/RationalApproximation.cpp:66:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/tracesampler/NormalSampler.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_samples [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/linalg/ratapprox/tracesampler/NormalSampler.cpp:43:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dimension [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:29:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:52:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:85:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:117:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIME [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:137:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:231:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:286:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITY [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:43:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:41:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/mathematics/munkres.cpp:197:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/modelselection/GridSearchModelSelection.cpp:48:20: error: There is an unknown macro here somewhere. Configuration is required. If SG_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/modelselection/ModelSelection.cpp:28:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model_parameters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/modelselection/ModelSelection.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model_parameters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/modelselection/ModelSelection.cpp:49:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model_parameters [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/modelselection/ModelSelection.cpp:40:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/modelselection/ModelSelection.cpp:43:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/modelselection/ModelSelectionParameters.cpp:635:4: error: syntax error [syntaxError] shogun_3.2.0/src/shogun/modelselection/ParameterCombination.cpp:403:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_SDEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/modelselection/RandomSearchModelSelection.cpp:59:20: error: There is an unknown macro here somewhere. Configuration is required. If SG_PRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/GMNPLib.cpp:115:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/GMNPSVM.cpp:55:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/GaussianNaiveBayes.cpp:170:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DONE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/KNN.cpp:41:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/LaRank.cpp:328:3: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/MulticlassLibLinear.cpp:61:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/MulticlassLibSVM.cpp:38:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/MulticlassOCAS.cpp:72:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:39:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_train_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:60:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orig_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:91:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_classes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:145:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:187:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:219:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:295:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_machines [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:60:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:62:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:66:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp:68:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:32:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orig_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rejection_strategy [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:54:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:91:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVA_SOFTMAX [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:99:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_classes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:114:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_classes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:32:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:33:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp:35:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/MulticlassSVM.cpp:295:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DONE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/MulticlassStrategy.cpp:49:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/ScatterSVM.cpp:102:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:36:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nonzero_feas [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:49:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:108:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:125:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:140:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoost.cpp:162:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ShareBoostOptimizer.cpp:106:5: error: There is an unknown macro here somewhere. Configuration is required. If SG_SPRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:28:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:35:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_iterations [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:50:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:57:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:63:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:93:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_code_idx [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:118:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:146:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:183:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_rows [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:118:47: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:120:52: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:146:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:165:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.cpp:17:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_trees [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.cpp:25:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_trees [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCRandomDenseEncoder.cpp:23:9: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCRandomSparseEncoder.cpp:25:9: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:26:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_encoder [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:34:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_encoder [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:43:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_encoder [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:51:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_codebook [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:56:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_train_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:65:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orig_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:88:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_codebook [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:93:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_cols [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:37:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:38:12: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:65:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:69:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp:73:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.cpp:18:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_alpha [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.cpp:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_alpha [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.cpp:37:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_alpha [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/multiclass/tree/ConditionalProbabilityTree.cpp:110:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/tree/RelaxedTree.cpp:47:3: error: There is an unknown macro here somewhere. Configuration is required. If REQUIRE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/multiclass/tree/VwConditionalProbabilityTree.cpp:105:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:242:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LBFGSERR_INVALID_N [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:617:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LBFGSERR_INVALIDPARAMETERS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:709:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LBFGSERR_INVALIDPARAMETERS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:789:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LBFGSERR_INVALIDPARAMETERS [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:1104:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LBFGSERR_OUTOFINTERVAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:605:16: style:inconclusive: Function 'line_search_backtracking' argument 9 names different: declaration 'wa' definition 'wp'. [funcArgNamesDifferent] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:128:16: note: Function 'line_search_backtracking' argument 9 names different: declaration 'wa' definition 'wp'. shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:605:16: note: Function 'line_search_backtracking' argument 9 names different: declaration 'wa' definition 'wp'. shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:1086:16: style: Parameter 'ft' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/optimization/lbfgs/lbfgs.cpp:1087:16: style: Parameter 'dt' can be declared as pointer to const [constParameterPointer] shogun_3.2.0/src/shogun/optimization/liblinear/shogun_liblinear.cpp:689:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SINFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/optimization/liblinear/tron.cpp:179:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DONE is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/DecompressString.cpp:30:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:12:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_LONGREAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:17:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_DREAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:22:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_SHORTREAL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_SHORT [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_WORD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:37:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_CHAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_CHAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:47:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_BYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:52:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_INT [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:57:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_UINT [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:63:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_LONG [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:68:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_ULONG [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:73:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_BOOL [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:79:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_DENSE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DensePreprocessor.cpp:85:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_UNKNOWN [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/DimensionReductionPreprocessor.cpp:53:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_WARNING is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/HomogeneousKernelMap.cpp:53:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/LogPlusOne.cpp:32:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/NormOne.cpp:31:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/PNorm.cpp:45:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/PruneVarSubMean.cpp:154:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/RandomFourierGaussPreproc.cpp:251:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:29:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:79:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:84:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:103:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_initialized [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:117:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_min [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:34:46: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:44:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/preprocessor/RescaleFeatures.cpp:86:38: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/preprocessor/SortUlongString.cpp:32:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/SortWordString.cpp:31:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/preprocessor/SumOne.cpp:31:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/regression/svr/LibSVR.cpp:63:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/regression/svr/MKLRegression.cpp:24:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/statistics/HSIC.cpp:215:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/statistics/KernelIndependenceTestStatistic.cpp:119:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/statistics/KernelMeanMatching.cpp:41:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:29:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:38:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:49:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:56:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:49:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp:86:32: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/LinearTimeMMD.cpp:72:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:32:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_LINEAR_TIME_MMD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:55:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_mmd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:60:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_mmd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:71:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable measures [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:62:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelection.cpp:86:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionCombMaxL2.cpp:27:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_QUADRATIC_TIME_MMD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionCombOpt.cpp:34:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionCombOpt.cpp:45:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:37:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_COMBINED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:98:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_data_distance [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:120:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_QUADRATIC_TIME_MMD [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:56:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:66:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:67:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:136:31: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:154:30: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:160:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:162:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:170:37: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:206:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:42:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:142:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:218:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionOpt.cpp:33:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionOpt.cpp:46:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_mmd [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionOpt.cpp:61:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionOpt.cpp:46:3: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:62:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_samples_spectrum [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:79:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_m [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:119:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_m [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:181:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_null_approximation_method [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:227:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_COMBINED [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:260:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_null_approximation_method [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:381:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kernel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:460:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_samples_spectrum [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:466:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_eigenvalues_spectrum [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:472:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statistic_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:68:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/QuadraticTimeMMD.cpp:232:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/TestStatistic.cpp:27:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bootstrap_iterations [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/TestStatistic.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_null_approximation_method [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/TestStatistic.cpp:47:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bootstrap_iterations [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/statistics/TestStatistic.cpp:29:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/statistics/TwoDistributionsTestStatistic.cpp:91:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:55:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fg [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:100:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg_order [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:160:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VAR_NODE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:222:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:241:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fw_msgs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:359:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bw_msgs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:264:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:334:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:376:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/structure/BeliefPropagation.cpp:434:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] shogun_3.2.0/src/shogun/structure/CCSOSVM.cpp:490:5: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:28:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:35:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:46:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:54:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:65:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:88:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:103:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:114:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:140:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_elements [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:147:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_connected [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DisjointSet.cpp:152:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_connected [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DualLibQPBMSOSVM.cpp:57:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_TolRel [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DualLibQPBMSOSVM.cpp:90:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_verbose [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DualLibQPBMSOSVM.cpp:136:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CT_LIBQPSOSVM [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/DynProg.cpp:667:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/Factor.cpp:27:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:50:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:73:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:97:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:103:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_var_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:114:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_var_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:124:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data_source [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:132:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data_source [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:140:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:147:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data_sparse [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:153:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_is_data_dep [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:158:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data_source [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:172:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energies [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:185:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energies [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:196:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energies [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:201:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_var_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:219:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energies [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:240:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:262:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dense [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:269:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sparse [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:283:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dense [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:288:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sparse [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:293:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dense [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:299:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sparse [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:304:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dense [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/Factor.cpp:240:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/Factor.cpp:243:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:28:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:48:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factors [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:65:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:75:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_has_cycle [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:98:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_edges [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factors [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:118:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_datasources [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:129:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:139:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dset [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:145:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_edges [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cardinalities [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:243:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_has_cycle [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:249:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_has_cycle [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:259:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_has_cycle [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:66:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:67:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/FactorGraph.cpp:68:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:35:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_inf_type [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:41:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_types [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:46:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_types [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:84:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w_map [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:133:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w_map [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:141:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_types [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:176:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factor_types [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:209:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_verbose [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:237:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:290:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorGraphModel.cpp:46:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/FactorType.cpp:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_type_id [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:54:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_type_id [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:68:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_type_id [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:73:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_type_id [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:78:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:83:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:88:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_w [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:103:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:123:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:128:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:157:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cumprod_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:174:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cumprod_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:185:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cumprod_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:198:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cards [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:209:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:241:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:283:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/FactorType.cpp:317:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_assignments [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/HMSVMModel.cpp:478:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/IntronList.cpp:71:4: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:28:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fg [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:73:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_infer_impl [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:80:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fg [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:95:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energy [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:107:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_outputs [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_energy [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:127:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fg [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fg [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:80:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:81:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:82:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/MAPInference.cpp:136:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/MulticlassModel.cpp:132:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/MulticlassSOLabels.cpp:55:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/Plif.cpp:67:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/PlifArray.cpp:38:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/PlifMatrix.cpp:59:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:24:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bufsize [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:34:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_primal [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:108:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tracker [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:131:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_primal [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:136:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dual [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:141:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_duality_gap [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:146:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eff_pass [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:151:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_train_error [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SOSVMHelper.cpp:156:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tracker [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/SegmentLoss.cpp:54:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/SequenceLabels.cpp:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StateModel.cpp:26:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StateModel.cpp:31:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_transmission_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StateModel.cpp:36:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StateModel.cpp:58:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_p [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StateModel.cpp:63:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_q [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:44:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:63:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CT_STOCHASTICSOSVM [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:81:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:187:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:192:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lambda [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:197:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:202:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_iter [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:207:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_debug_multiplier [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:212:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_debug_multiplier [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:217:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rand_seed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StochasticSOSVM.cpp:222:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rand_seed [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:22:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable argmax [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:53:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:73:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:79:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:86:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:92:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_features [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:139:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_labels [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:139:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/StructuredModel.cpp:141:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:50:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_states [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:68:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:133:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_transmission_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:151:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_transmission_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:172:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:209:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_transmission_params [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:242:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable monotonicity [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:341:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMT_TWO_STATE [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:162:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/TwoStateModel.cpp:271:10: style: The scope of the variable 'rnb' can be reduced. [variableScope] shogun_3.2.0/src/shogun/structure/libbmrm.cpp:48:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_SERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/libncbm.cpp:638:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_SPRINT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:97:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:271:6: style: The if condition is the same as the previous if condition [duplicateCondition] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:267:6: note: First condition shogun_3.2.0/src/shogun/structure/libp3bm.cpp:271:6: note: Second condition shogun_3.2.0/src/shogun/structure/libp3bm.cpp:97:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:99:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:101:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:103:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:105:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:107:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:109:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:111:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:113:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:115:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:117:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:119:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:121:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:123:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:132:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:133:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:134:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:135:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:156:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:157:16: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:170:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:178:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:181:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:183:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:185:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:187:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:189:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:191:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:193:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libp3bm.cpp:195:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:93:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/structure/libppbm.cpp:227:6: style: The if condition is the same as the previous if condition [duplicateCondition] shogun_3.2.0/src/shogun/structure/libppbm.cpp:223:6: note: First condition shogun_3.2.0/src/shogun/structure/libppbm.cpp:227:6: note: Second condition shogun_3.2.0/src/shogun/structure/libppbm.cpp:93:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:95:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:97:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:99:8: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:101:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:103:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:105:5: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:110:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:111:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:112:18: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:114:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:116:9: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:118:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:129:7: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:137:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:140:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:149:14: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:151:13: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:153:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:155:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:157:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:159:11: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:161:10: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/structure/libppbm.cpp:163:6: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskClusteredLogisticRegression.cpp:108:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskL12LogisticRegression.cpp:96:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskLeastSquaresRegression.cpp:62:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskLinearMachine.cpp:77:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_NOTIMPLEMENTED is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskLogisticRegression.cpp:63:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.cpp:22:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_task_relation [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.cpp:65:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_num_tasks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/MultitaskTraceLogisticRegression.cpp:85:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/Task.cpp:91:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/transfer/multitask/TaskGroup.cpp:21:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tasks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskGroup.cpp:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tasks [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskGroup.cpp:44:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tasks_indices [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskGroup.cpp:47:17: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:135:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_root_task [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:141:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_root_task [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:170:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_root_task [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:178:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tree_nodes [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:22:3: performance: Variable 'weight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:40:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:46:22: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:59:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:74:22: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:88:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:94:22: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:109:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:115:22: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:151:20: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/transfer/multitask/TaskTree.cpp:161:21: style: C-style pointer casting [cstyleCast] shogun_3.2.0/src/shogun/ui/GUIClassifier.cpp:371:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIConverter.cpp:51:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIDistance.cpp:72:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIFeatures.cpp:94:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIHMM.cpp:96:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIKernel.cpp:84:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_DEBUG is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUILabels.cpp:67:4: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIMath.cpp:27:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable threshold [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ui/GUIPluginEstimate.cpp:56:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_INFO is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIPreprocessor.cpp:57:3: error: There is an unknown macro here somewhere. Configuration is required. If SG_ERROR is a macro then please configure it. [unknownMacro] shogun_3.2.0/src/shogun/ui/GUIStructure.cpp:27:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_plif_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ui/GUIStructure.cpp:33:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_plif_matrix [valueFlowBailoutIncompleteVar] shogun_3.2.0/src/shogun/ui/SGInterface.cpp:1771:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:118:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOAT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:124:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_COMPLEX128 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:137:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_BOOL [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:144:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_CHAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:151:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT8 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:158:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT8 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:165:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT16 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:172:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT16 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:179:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:193:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:200:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:207:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOAT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:214:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOAT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:221:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOATMAX [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:228:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_COMPLEX128 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:236:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_SGOBJECT [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:431:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:481:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:529:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:580:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:828:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:952:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_BOOL [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:961:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_CHAR [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:970:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT8 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:979:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT8 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:987:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT16 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:996:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT16 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1004:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1013:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1021:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_INT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1030:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_UINT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1038:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOAT32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1047:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOAT64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1056:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_FLOATMAX [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1065:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_COMPLEX128 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1520:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1566:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1604:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1682:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_feat_entries [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/Parameter_unittest.cc:1724:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_feat_entries [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/SGObject_unittest.cc:117:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_SGOBJECT [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/base/SGObject_unittest.cc:55:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/base/main_unittest.cc:38:61: style:inconclusive: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'test_part_result'. [funcArgNamesDifferent] shogun_3.2.0/tests/unit/base/main_unittest.cc:26:54: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'test_part_result'. shogun_3.2.0/tests/unit/base/main_unittest.cc:38:61: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'test_part_result'. shogun_3.2.0/tests/unit/clustering/kmeans_unittest.cc:149:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KMM_MINI_BATCH [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:43:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable entry [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:80:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:161:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable entry [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:30:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:105:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:27:11: style: The scope of the variable 'hash' can be reduced. [variableScope] shogun_3.2.0/tests/unit/converter/HashedDocConverter_unittest.cc:27:16: style: Variable 'hash' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/tests/unit/discover_gtest_tests.cpp:15:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cin [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/discover_gtest_tests.cpp:29:8: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] shogun_3.2.0/tests/unit/discover_gtest_tests.cpp:25:9: style: Unused variable: currentTestCase [unusedVariable] shogun_3.2.0/tests/unit/ensemble/WeightedMajorityVote_unittest.cc:18:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALMOST_NEG_INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/ensemble/WeightedMajorityVote_unittest.cc:9:59: style: Parameter 'em' can be declared as reference to const [constParameterReference] shogun_3.2.0/tests/unit/evaluation/SplittingStrategy_unittest.cc:48:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/evaluation/SplittingStrategy_unittest.cc:130:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/evaluation/SplittingStrategy_unittest.cc:263:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/CombinedDotFeatures_unittest.cc:48:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/CombinedDotFeatures_unittest.cc:50:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/CombinedFeatures_unittest.cc:49:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/CombinedFeatures_unittest.cc:51:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/CombinedFeatures_unittest.cc:93:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/tests/unit/features/DataGenerators_unittest.cc:23:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/DataGenerators_unittest.cc:138:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/DenseFeatures_unittest.cc:43:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:40:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:78:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:136:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:174:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:232:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:272:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:40:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:78:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:89:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:90:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:97:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:136:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:174:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:185:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:186:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:193:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:232:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:272:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:283:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:284:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDenseFeatures_unittest.cc:291:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:55:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:109:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:201:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:290:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:61:47: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:114:47: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:144:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:205:35: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedDocDotFeatures_unittest.cc:234:34: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:45:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:87:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:152:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:194:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:259:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:299:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:45:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:87:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:101:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:102:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:109:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:152:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:194:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:208:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:209:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:216:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:259:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:299:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:310:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:311:43: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/HashedSparseFeatures_unittest.cc:318:41: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/RandomFourierDotFeatures_unittest.cc:33:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/RandomFourierDotFeatures_unittest.cc:95:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/RandomFourierDotFeatures_unittest.cc:146:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAUSSIAN [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/SparseFeatures_unittest.cc:61:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_feat_entries [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/SparseFeatures_unittest.cc:94:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/SparseFeatures_unittest.cc:125:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/SparseFeatures_unittest.cc:155:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingDenseFeatures_unittest.cc:23:16: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:43:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:88:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:131:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:43:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:88:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingHashedDenseFeatures_unittest.cc:131:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingHashedDocDotFeatures_unittest.cc:49:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedDocDotFeatures_unittest.cc:108:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:45:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:92:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:137:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable index_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:45:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:92:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingHashedSparseFeatures_unittest.cc:137:39: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/features/StreamingSparseFeatures_unittest.cc:33:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StreamingSparseFeatures_unittest.cc:22:23: warning: Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. [prohibitedmktempCalled] shogun_3.2.0/tests/unit/features/StringFeatures_unittest.cc:52:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALPHANUM [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/features/StringFeatures_unittest.cc:79:37: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/io/CSVFile_unittest.cc:181:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slen [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/io/CSVFile_unittest.cc:166:38: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/io/LibSVMFile_unittest.cc:23:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/io/LibSVMFile_unittest.cc:87:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:74:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vlen [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:40:9: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fin [nullPointerOutOfResources] shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:28:17: note: Assuming allocation function fails shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:28:17: note: Assignment 'fin=fopen("[...]/temp/shogun_3.2.0/tests/unit/io/LineReader_unittest.cc","r")', assigned value is 0 shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:40:9: note: Null pointer dereference shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:70:9: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fin [nullPointerOutOfResources] shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:52:17: note: Assuming allocation function fails shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:52:17: note: Assignment 'fin=fopen("[...]/temp/shogun_3.2.0/tests/unit/io/LineReader_unittest.cc","r")', assigned value is 0 shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:70:9: note: Null pointer dereference shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:72:53: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: fin [nullPointerOutOfResources] shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:52:17: note: Assuming allocation function fails shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:52:17: note: Assignment 'fin=fopen("[...]/temp/shogun_3.2.0/tests/unit/io/LineReader_unittest.cc","r")', assigned value is 0 shogun_3.2.0/tests/unit/io/LineReader_unittest.cc:72:53: note: Null pointer dereference shogun_3.2.0/tests/unit/io/Parser_unittest.cc:58:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SG_SET_LOCALE_C [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/io/Parser_unittest.cc:46:12: style: Variable 'tokens' can be declared as const array [constVariable] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:87:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:88:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:89:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:129:12: style: Variable 'combs1' can be declared as const array [constVariable] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:155:12: style: Variable 'combs2' can be declared as const array [constVariable] shogun_3.2.0/tests/unit/kernel/CombinedKernel_unittest.cc:191:12: style: Variable 'combs' can be declared as const array [constVariable] shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:34:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAWBYTE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:19:29: error: Array 'doc_1[19]' accessed at index 64, which is out of bounds. [arrayIndexOutOfBounds] shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:18:21: note: Assuming that condition 'i<65' is not redundant shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:19:29: note: Array index out of bounds shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:23:29: error: Array 'doc_2[19]' accessed at index 71, which is out of bounds. [arrayIndexOutOfBounds] shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:22:21: note: Assuming that condition 'i<72' is not redundant shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:23:29: note: Array index out of bounds shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:27:29: error: Array 'doc_3[19]' accessed at index 84, which is out of bounds. [arrayIndexOutOfBounds] shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:26:21: note: Assuming that condition 'i<85' is not redundant shogun_3.2.0/tests/unit/kernel/CommUlongStringKernel_unittest.cc:27:29: note: Array index out of bounds shogun_3.2.0/tests/unit/kernel/CustomKernel_unittest.cc:66:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/kernel/StringSubsequenceKernel.cc:46:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALPHANUM [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/latent/LatentSVM_unittest.cc:31:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _ [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/CircularBuffer_unittest.cc:48:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/CircularBuffer_unittest.cc:93:29: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/Memory_unittest.cc:14:24: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/Memory_unittest.cc:40:2: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/Memory_unittest.cc:47:2: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/Memory_unittest.cc:54:2: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/SGMatrixList_unittest.cc:35:2: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/lib/SGSparseMatrix_unittest.cc:138:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:89:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:108:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:135:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:159:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:185:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:205:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:225:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:189:34: style: Variable 'features_ptr' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/tests/unit/lib/SGSparseVector_unittest.cc:209:34: style: Variable 'features_ptr' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/tests/unit/lib/computation/StoreScalarAggregator_unittest.cc:28:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/tests/unit/mathematics/Math_unittest.cc:178:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/mathematics/Math_unittest.cc:194:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/mathematics/Math_unittest.cc:210:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFTY [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/mathematics/Math_unittest.cc:32:15: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/mathematics/Random_unittest.cc:41:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N32 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/mathematics/Random_unittest.cc:65:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFMT_N64 [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/multiclass/LaRank_unittest.cc:59:28: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/multiclass/LaRank_unittest.cc:74:4: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/multiclass/MulticlassLibLinear_unittest.cc:53:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] shogun_3.2.0/tests/unit/multiclass/MulticlassStrategy_unittest.cc:16:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVA_NORM [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/multiclass/MulticlassStrategy_unittest.cc:42:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVA_SOFTMAX [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/multiclass/MulticlassStrategy_unittest.cc:63:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVO_PRICE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/multiclass/MulticlassStrategy_unittest.cc:81:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVO_HASTIE [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/multiclass/MulticlassStrategy_unittest.cc:121:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVO_HAMAMURA [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/preprocessor/LogPlusOne_unittest.cc:36:25: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/tests/unit/preprocessor/LogPlusOne_unittest.cc:34:14: style: Variable 'v_orig' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/tests/unit/preprocessor/MultipleProcessors_unittest.cc:44:25: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] shogun_3.2.0/tests/unit/preprocessor/RescaleFeatures_unittest.cc:44:14: style: Variable 'v_orig' can be declared as pointer to const [constVariablePointer] shogun_3.2.0/tests/unit/regression/LibSVR_unittest.cc:87:2: error: There is an unknown macro here somewhere. Configuration is required. If SG_UNREF is a macro then please configure it. [unknownMacro] shogun_3.2.0/tests/unit/statistics/LinearTimeMMD_unittest.cc:38:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/LinearTimeMMD_unittest.cc:85:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/LinearTimeMMD_unittest.cc:206:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionCombMaxL2_unittest.cc:33:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionCombOpt_unittest.cc:33:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionMax_unittest.cc:34:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionMax_unittest.cc:115:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionMedian_unittest.cc:33:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionMedian_unittest.cc:79:26: style: C-style pointer casting [cstyleCast] shogun_3.2.0/tests/unit/statistics/MMDKernelSelectionOpt_unittest.cc:33:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/QuadraticTimeMMD_unittest.cc:33:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/QuadraticTimeMMD_unittest.cc:81:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/QuadraticTimeMMD_unittest.cc:130:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable float64_t [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/statistics/QuadraticTimeMMD_unittest.cc:223:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOTSTRAP [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/BeliefPropagation_unittest.cc:110:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/BeliefPropagation_unittest.cc:214:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/BeliefPropagation_unittest.cc:402:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/DualLibQPBMSOSVM_unittest.cc:42:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable features [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/DualLibQPBMSOSVM_unittest.cc:59:4: style: Variable 'f' is assigned a value that is never used. [unreadVariable] shogun_3.2.0/tests/unit/structure/FactorGraph_unittest.cc:376:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feat_index [valueFlowBailoutIncompleteVar] shogun_3.2.0/tests/unit/structure/FactorGraph_unittest.cc:326:10: style: The scope of the variable 'fi' can be reduced. [variableScope] shogun_3.2.0/tests/unit/structure/SOSVM_unittest.cc:58:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE_MAX_PROD [valueFlowBailoutIncompleteVar] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final.cpp:1:1: error: The one definition rule is violated, different classes/structs have the same name 'base' [ctuOneDefinitionRuleViolation] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final_fail_compile.cpp:1:1: note: The one definition rule is violated, different classes/structs have the same name 'base' shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final.cpp:1:1: note: The one definition rule is violated, different classes/structs have the same name 'base' shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final.cpp:9:1: error: The one definition rule is violated, different classes/structs have the same name 'sub' [ctuOneDefinitionRuleViolation] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final_fail_compile.cpp:9:1: note: The one definition rule is violated, different classes/structs have the same name 'sub' shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-class_override_final.cpp:9:1: note: The one definition rule is violated, different classes/structs have the same name 'sub' shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-sizeof_member.cpp:1:1: error: The one definition rule is violated, different classes/structs have the same name 'foo' [ctuOneDefinitionRuleViolation] shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-sizeof_member_fail.cpp:1:1: note: The one definition rule is violated, different classes/structs have the same name 'foo' shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-sizeof_member.cpp:1:1: note: The one definition rule is violated, different classes/structs have the same name 'foo' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:71:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:25:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:20:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:25:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:72:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:24:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:24:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:24:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:42:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_multiple_dependencies.cpp:41:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:42:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:24:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_new_buggy.cpp:19:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:24:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassOld' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:42:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_new_buggy.cpp:30:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' shogun_3.2.0/examples/undocumented/libshogun/base_migration_dropping_and_new.cpp:42:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassNew' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:25:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:26:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:25:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassInt' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: error: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' [ctuOneDefinitionRuleViolation] shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:78:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:75:1: note: The one definition rule is violated, different classes/structs have the same name 'CTestClassFloat' shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [ctunullpointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: note: Assignment 's=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:681:8: note: Calling function Thomas, 3rd argument is null shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: note: Dereferencing argument Av that is null diff: head shogun_3.2.0/cmake/CheckCXX11Features/cxx11-test-nullptr_fail_compile.cpp:3:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:51:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:51:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:93:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_load_all_file_parameters.cpp:93:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:47:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:47:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:89:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_load_file_parameters.cpp:89:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:298:26: style: C-style pointer casting [cstyleCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:48:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:48:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:90:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_map_parameters.cpp:90:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:100:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:100:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:54:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/base_migration_type_conversion.cpp:54:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc.cpp:50:68: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc.cpp:50:68: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_discriminant.cpp:54:54: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_discriminant.cpp:54:54: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_random.cpp:51:76: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_ecoc_random.cpp:51:76: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_prob_heuristics.cpp:53:49: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclass_prob_heuristics.cpp:53:49: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslinearmachine.cpp:48:39: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/classifier_multiclasslinearmachine.cpp:48:39: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/parameter_iterate_sgobject.cpp:58:22: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/parameter_iterate_sgobject.cpp:58:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:47:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/serialization_basic_tests.cpp:47:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:145:4: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/examples/undocumented/libshogun/so_multiclass.cpp:145:4: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:591:4: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:591:4: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:660:27: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:660:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:713:12: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/cmdline_static/CmdLineInterface.cpp:713:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:680:5: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/matlab_static/MatlabInterface.cpp:680:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:810:5: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:810:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:815:11: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/interfaces/octave_static/OctaveInterface.cpp:815:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:110:3: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:110:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:158:5: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:158:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:163:3: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp:163:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:86:9: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:86:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:88:9: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:88:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:90:9: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:90:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:92:9: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:92:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:94:9: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/evaluation/MachineEvaluation.cpp:94:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:144:12: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:144:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:200:12: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:200:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:201:12: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_gsmo.cpp:201:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:185:15: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:185:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:251:19: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:251:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:307:21: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:307:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:355:19: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/lib/external/libqp_splx.cpp:355:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: warning: If memory allocation fails, then there is a possible null pointer dereference: Av [ctunullpointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:636:12: note: Assignment 's=(double*)malloc(sizeof(double)*nn)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:681:8: note: Calling function Thomas, 3rd argument is null shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:184:8: note: Dereferencing argument Av that is null head shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:25: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:635:12: note: Assignment 'x=(double*)malloc(sizeof(double)*n)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/flsa/sfa.cpp:674:25: note: Null pointer dereference head shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:16: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:366:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:379:26: note: Calling function 'findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:206:16: note: Null pointer dereference head shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:22: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:93:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:104:9: note: Calling function 'altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/altra.cpp:66:22: note: Null pointer dereference head shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:16: warning: If memory allocation fails, then there is a possible null pointer dereference: v [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:368:12: note: Assignment 'v=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:381:34: note: Calling function 'general_findLambdaMax', 1st argument 'v' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:209:16: note: Null pointer dereference head shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:34: warning: If memory allocation fails, then there is a possible null pointer dereference: x [nullPointerOutOfMemory] shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:28: note: Assuming allocation function fails shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:94:12: note: Assignment 'x=(double*)malloc(sizeof(double)*k)', assigned value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:105:17: note: Calling function 'general_altra', 1st argument 'x' value is 0 shogun_3.2.0/src/shogun/lib/slep/tree/general_altra.cpp:67:34: note: Null pointer dereference head shogun_3.2.0/src/shogun/loss/LogLoss.cpp:18:44: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] 2.17.0 shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:142:5: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:142:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:218:24: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:218:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:42:28: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/src/shogun/statistics/MMDKernelSelectionMedian.cpp:42:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/tests/unit/features/CombinedFeatures_unittest.cc:93:18: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/tests/unit/features/CombinedFeatures_unittest.cc:93:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/tests/unit/features/DenseFeatures_unittest.cc:43:5: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/tests/unit/features/DenseFeatures_unittest.cc:43:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head shogun_3.2.0/tests/unit/latent/LatentSVM_unittest.cc:31:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _ [valueFlowBailoutIncompleteVar] 2.17.0 shogun_3.2.0/tests/unit/lib/computation/StoreScalarAggregator_unittest.cc:28:22: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/tests/unit/lib/computation/StoreScalarAggregator_unittest.cc:28:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 shogun_3.2.0/tests/unit/multiclass/MulticlassLibLinear_unittest.cc:53:3: style: C-style pointer casting [cstyleCast] head shogun_3.2.0/tests/unit/multiclass/MulticlassLibLinear_unittest.cc:53:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] DONE