2024-04-23 01:26 ftp://ftp.de.debian.org/debian/pool/main/v/volk/volk_3.1.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j2 platform: Linux-6.6.15-amd64-x86_64-with-glibc2.37 python: 3.11.8 client-version: 1.3.53 compiler: g++ (Debian 13.2.0-13) 13.2.0 cppcheck: head 2.14.0 head-info: bd7136d (2024-04-22 21:34:48 +0200) count: 283 283 elapsed-time: 0.6 0.6 head-timing-info: old-timing-info: head results: volk-3.1.2/apps/volk-config-info.cc:23:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk-config-info.cc:30:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk-config-info.cc:57:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable volk_list_machines [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_option_helpers.h:67:5: style: Class 'option_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] volk-3.1.2/apps/volk_option_helpers.cc:133:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_option_helpers.cc:217:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_option_helpers.cc:83:11: warning: Member variable 'option_t::callback' is not initialized in the constructor. [uninitMemberVar] volk-3.1.2/apps/volk_option_helpers.cc:102:5: performance: Variable 'd_internal_list' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] volk-3.1.2/apps/volk_option_helpers.h:68:10: style:inconclusive: Technically the member function 'option_list::present' can be const. [functionConst] volk-3.1.2/apps/volk_option_helpers.cc:206:19: note: Technically the member function 'option_list::present' can be const. volk-3.1.2/apps/volk_option_helpers.h:68:10: note: Technically the member function 'option_list::present' can be const. volk-3.1.2/apps/volk_option_helpers.cc:42:16: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:54:16: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:66:16: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:78:16: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:131:26: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:141:26: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:181:26: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:186:26: style: C-style pointer casting [cstyleCast] volk-3.1.2/apps/volk_option_helpers.cc:114:17: style: The scope of the variable 'int_val' can be reduced. [variableScope] volk-3.1.2/apps/volk_option_helpers.cc:23:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:24:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:35:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:36:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:47:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:48:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:59:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:60:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:71:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:72:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:83:32: performance: Function parameter 't_longform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:84:32: performance: Function parameter 't_shortform' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:86:32: performance: Function parameter 't_printval' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:100:38: performance: Function parameter 'program_name' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:206:39: performance: Function parameter 'option_name' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_option_helpers.cc:170:46: style: Variable 'e' can be declared as reference to const [constVariableReference] volk-3.1.2/apps/volk_option_helpers.cc:153:35: style: Variable 'next_arg' can be declared as pointer to const [constVariablePointer] volk-3.1.2/apps/volk_option_helpers.cc:113:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] volk-3.1.2/apps/volk_option_helpers.cc:221:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] volk-3.1.2/apps/volk_profile.cc:84:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_profile.cc:175:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_profile.cc:235:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_profile.cc:254:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_profile.cc:291:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] volk-3.1.2/apps/volk_profile.cc:48:27: performance: Function parameter 'val' should be passed by const reference. However it seems that 'set_json' is a callback function. [passedByValueCallback] volk-3.1.2/apps/volk_profile.cc:74:76: note: Function pointer used here. volk-3.1.2/apps/volk_profile.cc:48:27: note: Function parameter 'val' should be passed by const reference. However it seems that 'set_json' is a callback function. volk-3.1.2/apps/volk_profile.cc:50:34: performance: Function parameter 'val' should be passed by const reference. However it seems that 'set_volk_config' is a callback function. [passedByValueCallback] volk-3.1.2/apps/volk_profile.cc:76:64: note: Function pointer used here. volk-3.1.2/apps/volk_profile.cc:50:34: note: Function parameter 'val' should be passed by const reference. However it seems that 'set_volk_config' is a callback function. volk-3.1.2/apps/volk_profile.cc:182:74: performance: Function parameter 'path' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_profile.cc:244:38: performance: Function parameter 'path' should be passed by const reference. [passedByValue] volk-3.1.2/apps/volk_profile.cc:145:35: style: Variable 'error' can be declared as reference to const [constVariableReference] volk-3.1.2/lib/qa_utils.cc:170:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/qa_utils.cc:393:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/qa_utils.cc:437:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/qa_utils.cc:496:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/qa_utils.cc:566:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/testqa.cc:57:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/testqa.cc:114:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/qa_utils.h:89:11: style:inconclusive: Technically the member function 'volk_test_params_t::tol' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:90:15: style:inconclusive: Technically the member function 'volk_test_params_t::scalar' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:91:18: style:inconclusive: Technically the member function 'volk_test_params_t::vlen' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:92:18: style:inconclusive: Technically the member function 'volk_test_params_t::iter' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:93:10: style:inconclusive: Technically the member function 'volk_test_params_t::benchmark_mode' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:94:10: style:inconclusive: Technically the member function 'volk_test_params_t::absolute_mode' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:95:17: style:inconclusive: Technically the member function 'volk_test_params_t::kernel_regex' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:121:22: style:inconclusive: Technically the member function 'volk_test_case_t::desc' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:123:17: style:inconclusive: Technically the member function 'volk_test_case_t::name' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:124:17: style:inconclusive: Technically the member function 'volk_test_case_t::puppet_master_name' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:125:24: style:inconclusive: Technically the member function 'volk_test_case_t::test_parameters' can be const. [functionConst] volk-3.1.2/lib/qa_utils.h:95:17: performance: Function 'kernel_regex()' should return member '_kernel_regex' by const reference. [returnByReference] volk-3.1.2/lib/qa_utils.h:123:17: performance: Function 'name()' should return member '_name' by const reference. [returnByReference] volk-3.1.2/lib/qa_utils.h:124:17: performance: Function 'puppet_master_name()' should return member '_puppet_master_name' by const reference. [returnByReference] volk-3.1.2/lib/qa_utils.cc:815:69: style: Condition 'both_sigs[j].is_complex' is always true [knownConditionTrueFalse] volk-3.1.2/lib/qa_utils.cc:811:41: note: Assuming that condition 'both_sigs[j].is_complex' is not redundant volk-3.1.2/lib/qa_utils.cc:815:69: note: Condition 'both_sigs[j].is_complex' is always true volk-3.1.2/lib/qa_utils.cc:820:69: style: Condition 'both_sigs[j].is_complex' is always true [knownConditionTrueFalse] volk-3.1.2/lib/qa_utils.cc:811:41: note: Assuming that condition 'both_sigs[j].is_complex' is not redundant volk-3.1.2/lib/qa_utils.cc:820:69: note: Condition 'both_sigs[j].is_complex' is always true volk-3.1.2/lib/qa_utils.cc:61:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:67:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:76:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:82:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:89:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:95:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:104:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:110:22: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:390:23: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:393:67: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:394:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:401:23: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:402:27: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:405:71: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:406:53: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:412:28: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:415:67: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:416:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:493:37: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:497:66: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:498:66: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:656:21: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:659:42: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:666:41: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:679:21: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:682:42: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:689:41: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:702:21: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:705:42: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:712:41: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:724:17: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:766:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:767:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:772:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:773:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:780:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:781:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:786:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:787:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:799:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:800:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:804:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:805:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:813:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:814:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:818:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:819:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:825:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:826:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:830:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:831:49: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:839:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:840:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:844:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:845:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:852:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:853:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:857:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:858:45: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/qa_utils.cc:756:10: style: The scope of the variable 'fail' can be reduced. [variableScope] volk-3.1.2/lib/qa_utils.h:73:36: performance: Function parameter 'kernel_regex' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.h:87:32: performance: Function parameter 'regex' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.h:140:34: performance: Function parameter 'puppet_master_name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:41:47: performance: Function parameter 'type' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:221:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:281:40: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:291:40: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:301:40: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:311:40: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:322:45: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:333:45: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:344:45: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:355:46: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:366:46: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:377:46: performance: Function parameter 'arch' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:531:33: performance: Function parameter 'name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:534:33: performance: Function parameter 'puppet_master_name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:551:33: performance: Function parameter 'name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:557:33: performance: Function parameter 'puppet_master_name' should be passed by const reference. [passedByValue] volk-3.1.2/lib/qa_utils.cc:593:30: style: Variable 'error' can be declared as reference to const [constVariableReference] volk-3.1.2/lib/qa_utils.cc:427:18: style: Parameter 'in1' can be declared as pointer to const [constParameterPointer] volk-3.1.2/lib/qa_utils.cc:427:26: style: Parameter 'in2' can be declared as pointer to const [constParameterPointer] volk-3.1.2/lib/qa_utils.cc:443:11: style: Variable 'diff' can be declared as const array [constVariable] volk-3.1.2/lib/kernel_tests.h:57:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:58:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:59:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:60:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:61:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:62:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:65:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:67:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:70:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:71:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:72:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:73:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:74:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:75:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:76:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:77:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:78:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:79:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:80:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:81:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:82:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:83:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:84:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:85:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:86:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:87:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:88:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:89:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:90:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:91:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:92:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:93:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:94:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:95:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:96:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:97:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:98:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:99:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:100:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:101:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:102:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:104:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:105:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:106:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:107:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:108:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:109:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:110:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:111:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:112:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:113:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:114:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:115:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:116:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:117:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:118:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:119:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:120:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:121:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:122:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:123:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:124:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:125:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:126:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:127:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:128:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:129:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:130:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:131:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:132:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:133:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:134:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:135:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:136:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:137:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:138:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:139:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:140:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:141:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:142:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:143:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:144:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:145:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:146:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:147:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:148:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:149:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:150:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:151:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:152:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:153:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:154:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:155:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:156:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:157:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:158:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:159:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:160:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:161:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:162:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:163:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:164:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:165:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:166:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:167:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:168:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:169:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:170:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:171:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:172:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:173:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:174:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:175:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:176:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:177:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:179:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:181:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:184:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:187:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/kernel_tests.h:189:5: style: C-style pointer casting [cstyleCast] volk-3.1.2/lib/testqa.cc:109:52: performance: Function parameter 'results' should be passed by const reference. [passedByValue] volk-3.1.2/lib/volk_rank_archs.c:31:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/volk_rank_archs.c:63:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] volk-3.1.2/lib/volk_rank_archs.c:54:11: style: Variable 'gen_env' can be declared as pointer to const [constVariablePointer] volk-3.1.2/tmpl/volk.tmpl.c:117:8: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] volk-3.1.2/lib/volk_prefs.c:99:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] volk-3.1.2/lib/volk_prefs.c:29:11: style: Variable 'home' can be declared as pointer to const [constVariablePointer] volk-3.1.2/tmpl/volk_cpu.tmpl.c:41:2: error: syntax error [syntaxError] volk-3.1.2/tmpl/volk_machine_xxx.tmpl.c:13:2: error: syntax error [syntaxError] volk-3.1.2/tmpl/volk_machines.tmpl.c:15:2: error: syntax error [syntaxError] diff: DONE