2025-07-07 17:31 ftp://ftp.de.debian.org/debian/pool/main/d/dxsamples/dxsamples_4.4.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=motif --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 -j6 platform: Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.67 compiler: g++ (Debian 12.2.0-14+deb12u1) 12.2.0 cppcheck: head 2.17.0 head-info: 8833e3e (2025-07-07 13:50:36 +0200) count: 503 495 elapsed-time: 5.3 5.2 head-timing-info: old-timing-info: head results: dxsamples-4.4.0/callmodule/Simple.c:6:1: portability: Omitted return type of function 'exit_handler' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/Simple.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/renderimage.c:7:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/Simple.c:30:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/data/externalfilter.c:16:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/renderimage.c:23:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/callmodule/ThunderStreamlines.c:6:1: portability: Omitted return type of function 'exit_handler' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/ThunderStreamlines.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/demoapp.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/callmodule/xapp_supervise.c:85:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/maptoplane.c:34:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/maptoplane.c:49:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/callmodule/ThunderStreamlines.c:58:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/maptoplane.c:106:5: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] dxsamples-4.4.0/dxlink/maptoplane.c:26:33: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'max_handler' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/dxlink/maptoplane.c:58:48: note: You might need to cast the function pointer here dxsamples-4.4.0/dxlink/maptoplane.c:26:33: note: Parameter 'conn' can be declared as pointer to const dxsamples-4.4.0/dxlink/maptoplane.c:27:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'max_handler' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/dxlink/maptoplane.c:58:48: note: You might need to cast the function pointer here dxsamples-4.4.0/dxlink/maptoplane.c:27:24: note: Parameter 'data' can be declared as pointer to const dxsamples-4.4.0/dxlink/sealevel.c:19:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/maptoplane.c:38:9: style: Unused variable: status [unusedVariable] dxsamples-4.4.0/dxlink/sealevel.c:32:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/sealevel.c:88:5: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] dxsamples-4.4.0/data/externalfilter.c:74:11: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: in1 [nullPointerOutOfResources] dxsamples-4.4.0/data/externalfilter.c:31:13: note: Assuming allocation function fails dxsamples-4.4.0/data/externalfilter.c:31:13: note: Assignment 'in1=fopen(datafile,"r")', assigned value is 0 dxsamples-4.4.0/data/externalfilter.c:74:11: note: Null pointer dereference dxsamples-4.4.0/dxlink/sealevel.c:12:34: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'ErrorHandler' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/dxlink/sealevel.c:41:30: note: You might need to cast the function pointer here dxsamples-4.4.0/dxlink/sealevel.c:12:34: note: Parameter 'conn' can be declared as pointer to const dxsamples-4.4.0/dxlink/sealevel.c:12:63: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ErrorHandler' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/dxlink/sealevel.c:41:30: note: You might need to cast the function pointer here dxsamples-4.4.0/dxlink/sealevel.c:12:63: note: Parameter 'data' can be declared as pointer to const dxsamples-4.4.0/callmodule/xapp_supervise.c:110:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmFormWidgetClass [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/callmodule/xapp_supervise.c:245:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNwidth [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/data/externalfilter.c:17:10: style: Parameter 'argv' can be declared as const array [constParameter] dxsamples-4.4.0/dxlink/xapp.c:46:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/demoapp.c:68:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/demoapp.c:263:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/async.c:45:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Pointer [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/xapp_supervise.c:46:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/dxlink/xapp.c:83:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmFormWidgetClass [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/callmodule/ThunderStreamlines.c:33:12: style: Variable 'map_out' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/outboard/dummy.c:7:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/xapp_supervise.c:85:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmFormWidgetClass [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/dxlink/xapp_supervise.c:256:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNwidth [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/hello.c:16:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/my_simulation.c:14:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/outboard/my_simulation.c:42:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/watchfile.c:67:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/socket.c:37:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXFUPLIM [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/socket.c:106:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_UNIX [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/callmodule/xapp_supervise.c:435:31: style: Condition 'changedrenderingmode=1' is always true [knownConditionTrueFalse] dxsamples-4.4.0/callmodule/xapp_supervise.c:94:20: style: Unused variable: msg [unusedVariable] dxsamples-4.4.0/callmodule/xapp_supervise.c:240:20: style: Unused variable: msg [unusedVariable] dxsamples-4.4.0/callmodule/xapp_supervise.c:242:20: style: Unused variable: wid [unusedVariable] dxsamples-4.4.0/callmodule/xapp_supervise.c:242:25: style: Unused variable: hei [unusedVariable] dxsamples-4.4.0/outboard/my_simulation.c:16:10: style: Parameter 'argv' can be declared as const array [constParameter] dxsamples-4.4.0/outboard/my_simulation.c:24:12: style: Variable 'message' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/outboard/watchsocket.c:152:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CACHE_PERMANENT [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/watchsocket.c:300:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/socket.c:65:5: error: Resource leak: fd [resourceLeak] dxsamples-4.4.0/outboard/socket.c:71:5: error: Resource leak: fd [resourceLeak] dxsamples-4.4.0/outboard/socket.c:84:5: error: Resource leak: fd [resourceLeak] dxsamples-4.4.0/outboard/socket.c:88:5: error: Resource leak: fd [resourceLeak] dxsamples-4.4.0/dxlink/demoapp.c:270:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] dxsamples-4.4.0/outboard/socket.c:27:11: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/outboard/socket.c:27:18: style: Unused variable: write_fd [unusedVariable] dxsamples-4.4.0/dxlink/demoapp.c:305:19: style: Local variable 'conn' shadows outer variable [shadowVariable] dxsamples-4.4.0/dxlink/demoapp.c:43:18: note: Shadowed declaration dxsamples-4.4.0/dxlink/demoapp.c:305:19: note: Shadow variable dxsamples-4.4.0/dxlink/demoapp.c:256:28: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add_parallel.c:5:1: portability: Omitted return type of function 'm_AddParallel' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/program_guide/add.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add.c:314:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add.c:584:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:378:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:674:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_DATA_INVALID [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add_parallel.c:12:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add_parallel.c:70:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add_parallel.c:117:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/outboard/watchsocket.c:240:14: style: Variable 'out[0]' is reassigned a value before the old one has been used. [redundantAssignment] dxsamples-4.4.0/outboard/watchsocket.c:193:11: note: out[0] is assigned dxsamples-4.4.0/outboard/watchsocket.c:240:14: note: out[0] is overwritten dxsamples-4.4.0/program_guide/add_parallel.c:54:15: style: Variable 'arg' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add_parallel.c:56:13: style: Variable 'from' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add_parallel.c:105:10: style: Unused variable: n [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2invalid.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2invalid.c:382:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/hello.c:16:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell.c:311:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell.c:656:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell_parallel.c:12:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell_parallel.c:77:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/averagecell_parallel.c:239:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/hello_errorchecking.c:14:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add.c:310:9: style: Variable 'src_dependency' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add.c:550:26: style: Parameter 'data_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add.c:551:28: style: Parameter 'addend_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add.c:99:25: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/add.c:97:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add.c:99:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/add.c:156:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add.c:156:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add.c:203:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add.c:203:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add.c:251:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add.c:251:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add.c:301:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add.c:312:7: style: Variable 'c_knt' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makex.c:37:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makex.c:92:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makex.c:330:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:374:9: style: Variable 'src_dependency' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add2.c:638:28: style: Parameter 'field1_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add2.c:639:28: style: Parameter 'field2_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/makexeff.c:37:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makexeff.c:92:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makexeff.c:330:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2.c:104:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:179:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:179:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:239:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:239:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:301:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:301:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:365:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2.c:376:7: style: Variable 'c_knt' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/add2invalid.c:698:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] dxsamples-4.4.0/program_guide/averagecell.c:298:9: style: Variable 'src_dependency' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/averagecell.c:570:31: style: Parameter 'c_counts' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/averagecell.c:571:27: style: Parameter 'input_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/averagecell_parallel.c:59:15: style: Variable 'arg' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/averagecell_parallel.c:60:31: style: Variable 'neighbors_ptr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/averagecell_parallel.c:62:9: style: Variable 'attribute' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/averagecell_parallel.c:63:10: style: Variable 'data_ptr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/averagecell.c:99:25: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/averagecell.c:97:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:99:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/averagecell.c:153:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:153:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:197:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:197:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:242:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:242:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:289:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/averagecell.c:300:9: style: Unused variable: element_type [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:378:20: style: Variable 'in1_ptr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add2invalid.c:378:30: style: Variable 'in2_ptr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/add2invalid.c:668:28: style: Parameter 'field1_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add2invalid.c:669:28: style: Parameter 'field2_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/add2invalid.c:670:28: style: Parameter 'result_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/simpleimport.c:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/add2invalid.c:104:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:179:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:179:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:239:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:239:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:301:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:301:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/add2invalid.c:365:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/add2invalid.c:376:7: style: Variable 'c_knt' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/simpleimportfilter.c:14:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/program_guide/makex.c:311:9: style: Variable 'src_dependency' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/makex.c:100:25: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makex.c:98:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:100:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makex.c:157:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:157:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:204:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:204:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:252:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:252:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:302:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makex.c:306:7: style: Unused variable: in_knt [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:306:18: style: Unused variable: out_knt [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:307:8: style: Unused variable: type [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:308:12: style: Unused variable: category [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:309:7: style: Unused variable: rank [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:309:13: style: Unused variable: shape [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:310:10: style: Unused variable: attr [unusedVariable] dxsamples-4.4.0/program_guide/makex.c:317:7: style: Variable 'c_knt' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/simpleimportfilter.c:23:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/showpick.c:19:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/showpick.c:219:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_FIELD [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/showpick.c:488:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_GROUP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makexeff.c:497:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] dxsamples-4.4.0/stereo/src/mymodes.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initializeStereoSystemMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mymodes.c:63:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mymodes.c:77:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mymodes.c:104:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/makexeff.c:311:9: style: Variable 'src_dependency' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/program_guide/makexeff.c:463:34: style: Parameter 'p_positions' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/makexeff.c:464:27: style: Parameter 'input_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/makexeff.c:465:26: style: Parameter 'size_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/program_guide/makexeff.c:466:28: style: Parameter 'output_data' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/stereo/src/mymodes.c:61:41: style: Parameter 'dpy' can be declared as pointer to const. However it seems that 'demoInitializeStereoSystemMode' is a callback function, if 'dpy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/stereo/src/mymodes.c:52:45: note: You might need to cast the function pointer here dxsamples-4.4.0/stereo/src/mymodes.c:61:41: note: Parameter 'dpy' can be declared as pointer to const dxsamples-4.4.0/program_guide/makexeff.c:100:25: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makexeff.c:98:16: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:100:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makexeff.c:157:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:157:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:204:14: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:204:17: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:252:15: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:252:18: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:302:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/makexeff.c:306:7: style: Unused variable: in_knt [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:306:18: style: Unused variable: out_knt [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:307:8: style: Unused variable: type [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:308:12: style: Unused variable: category [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:309:7: style: Unused variable: rank [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:309:13: style: Unused variable: shape [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:310:10: style: Unused variable: attr [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:316:10: style: Unused variable: p_positions [unusedVariable] dxsamples-4.4.0/program_guide/makexeff.c:317:7: style: Variable 'c_knt' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/simpleimportfilter.c:41:5: error: Resource leak: in [resourceLeak] dxsamples-4.4.0/program_guide/simpleimportfilter.c:15:12: style: Parameter 'argv' can be declared as const array [constParameter] dxsamples-4.4.0/program_guide/simpleimportfilter.c:17:9: style: Variable 'in' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:46:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InitMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:86:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DXEVENT_LEFT [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:42:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InitMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:82:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DXEVENT_LEFT [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:33: style: Parameter 'to' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:48:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:33: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:46: style: Parameter 'from' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:48:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:46: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:61: style: Parameter 'up' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:48:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:96:61: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:182:43: style: Parameter 'event' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/supervise/simpledemo/interactors/interactors.c:196:41: style: Parameter 'event' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/user/add.c:13:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/user/add.c:61:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/user/add.c:49:10: style: Variable 'from' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/user/hello.c:16:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:40: style: Parameter 'to' can be declared as const array. However it seems that 'PickCaptionSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:44:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:40: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:53: style: Parameter 'from' can be declared as const array. However it seems that 'PickCaptionSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:44:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:53: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:68: style: Parameter 'up' can be declared as const array. However it seems that 'PickCaptionSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:44:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:103:68: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:28: note: Parameter 'data' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:41: style: Parameter 'to' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:41: note: Parameter 'to' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:52: style: Parameter 'from' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:52: note: Parameter 'from' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:65: style: Parameter 'up' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:129:65: note: Parameter 'up' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:20: style: Parameter 'projection' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'projection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:20: note: Parameter 'projection' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:39: style: Parameter 'fov' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'fov' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:39: note: Parameter 'fov' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:51: style: Parameter 'width' can be declared as pointer to const. However it seems that 'PickCaptionGetCamera' is a callback function, if 'width' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:45:37: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:130:51: note: Parameter 'width' can be declared as pointer to const dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:196:59: style: Parameter 'event' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:275:42: style: Parameter 'event' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/user/makex.c:7:1: portability: Omitted return type of function 'm_MakeX' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:171:21: style: Variable 'pdata' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:205:11: style: Unused variable: newgroup [unusedVariable] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:282:12: style: Variable 'one' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:282:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:283:36: style: Unused variable: object [unusedVariable] dxsamples-4.4.0/user/makex.c:14:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_BAD_PARAMETER [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/user/makex.c:65:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_MISSING_DATA [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:47:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InitMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:127:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_STRING [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:258:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_GROUP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/biorad-pic/._PIC2dx.c:1:64: error: The code contains unhandled character(s) (character code=192). Neither unicode nor extended ascii is supported. [syntaxError] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:388:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COPY_ATTRIBUTES [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:585:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DXEVENT_LEFT [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:600:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLASS_GROUP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/program_guide/showpick.c:90:25: warning: Logical conjunction always evaluates to false: colorwhich < 0 && colorwhich > 2. [incorrectLogicOperator] dxsamples-4.4.0/program_guide/showpick.c:579:2: style: Label 'error' is not used. [unusedLabel] dxsamples-4.4.0/program_guide/showpick.c:544:17: style: Variable 'newcolors' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/showpick.c:554:17: style: Variable 'newcolors' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/program_guide/showpick.c:565:17: style: Variable 'newcolors' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/user/makex.c:45:18: style:inconclusive: Function 'DoMakeX' argument 1 names different: declaration 'in' definition 'o'. [funcArgNamesDifferent] dxsamples-4.4.0/user/makex.c:4:31: note: Function 'DoMakeX' argument 1 names different: declaration 'in' definition 'o'. dxsamples-4.4.0/user/makex.c:45:18: note: Function 'DoMakeX' argument 1 names different: declaration 'in' definition 'o'. dxsamples-4.4.0/user/makex.c:49:10: style: Variable 'old_pos' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/user/makex.c:122:20: style: Variable 'new_connections' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/supervise/interactors/myinteractors.c:57:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InitMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:138:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_UP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:249:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_DOWN [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:288:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_BUTTON [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:316:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_MOTION [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:440:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_UP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:560:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_DOWN [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:598:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_BUTTON [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:615:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_MOTION [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:717:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_UP [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:832:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_DOWN [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:870:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_BUTTON [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:888:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_MOTION [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/common.c:82:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/common.c:55:49: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/common.c:57:7: style: Unused variable: ret [unusedVariable] dxsamples-4.4.0/util/dxf/colors.c:329:22: warning: Either the condition 'i>256' is redundant or the array 'color_list[255]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond] dxsamples-4.4.0/util/dxf/colors.c:324:18: note: Assuming that condition 'i>256' is not redundant dxsamples-4.4.0/util/dxf/colors.c:329:22: note: Array index out of bounds dxsamples-4.4.0/util/dxf/colors.c:309:12: style: Unused variable: col [unusedVariable] dxsamples-4.4.0/stereo/src/mycams.c:69:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initializeStereoCameraMode [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mycams.c:85:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYPE_FLOAT [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mycams.c:102:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mycams.c:222:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:256:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:588:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:682:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:35: style: Parameter 'to' can be declared as const array. However it seems that 'RotateSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:59:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:35: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:48: style: Parameter 'from' can be declared as const array. However it seems that 'RotateSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:59:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:48: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:63: style: Parameter 'up' can be declared as const array. However it seems that 'RotateSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:59:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:164:63: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:32: style: Parameter 'to' can be declared as const array. However it seems that 'PanSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:67:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:32: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:45: style: Parameter 'from' can be declared as const array. However it seems that 'PanSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:67:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:45: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:60: style: Parameter 'up' can be declared as const array. However it seems that 'PanSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:67:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:466:60: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:33: style: Parameter 'to' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:75:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:33: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:46: style: Parameter 'from' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:75:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:46: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:61: style: Parameter 'up' can be declared as const array. However it seems that 'ZoomSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/interactors/myinteractors.c:75:46: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/interactors/myinteractors.c:743:61: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/util/dxf/dxf.c:259:1: portability: Omitted return type of function 'parse_args' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/util/dxf/dxf.c:320:1: portability: Omitted return type of function 'usage' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/supervise/interactors/myinteractors.c:750:14: style: Variable 'vd' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/supervise/interactors/myinteractors.c:750:11: style: Variable 'vd' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/dx.c:82:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dx.c:145:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dx.c:176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:191:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:206:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:240:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:267:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:323:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/entity.c:136:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/entity.c:151:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/ignored.c:52:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/ignored.c:49:5: warning: If memory allocation fails, then there is a possible null pointer dereference: ignored [nullPointerOutOfMemory] dxsamples-4.4.0/util/dxf/ignored.c:48:32: note: Assuming allocation function fails dxsamples-4.4.0/util/dxf/ignored.c:48:15: note: Assignment 'ignored=(struct Ignored*)malloc(sizeof(struct Ignored))', assigned value is 0 dxsamples-4.4.0/util/dxf/ignored.c:49:5: note: Null pointer dereference dxsamples-4.4.0/util/dxf/ignored.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: ignored [nullPointerOutOfMemory] dxsamples-4.4.0/util/dxf/ignored.c:48:32: note: Assuming allocation function fails dxsamples-4.4.0/util/dxf/ignored.c:48:15: note: Assignment 'ignored=(struct Ignored*)malloc(sizeof(struct Ignored))', assigned value is 0 dxsamples-4.4.0/util/dxf/ignored.c:50:5: note: Null pointer dereference dxsamples-4.4.0/util/dxf/header.c:298:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/header.c:321:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/header.c:345:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/header.c:363:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/header.c:385:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/stereo/src/mycams.c:230:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] dxsamples-4.4.0/stereo/src/mycams.c:163:8: style: Local variable 't' shadows outer variable [shadowVariable] dxsamples-4.4.0/stereo/src/mycams.c:118:20: note: Shadowed declaration dxsamples-4.4.0/stereo/src/mycams.c:163:8: note: Shadow variable dxsamples-4.4.0/stereo/src/mycams.c:108:14: style: Parameter 'to' can be declared as pointer to const. However it seems that 'defCreateStereoCameras0' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/stereo/src/mycams.c:71:45: note: You might need to cast the function pointer here dxsamples-4.4.0/stereo/src/mycams.c:108:14: note: Parameter 'to' can be declared as pointer to const dxsamples-4.4.0/stereo/src/mycams.c:108:25: style: Parameter 'from' can be declared as pointer to const. However it seems that 'defCreateStereoCameras0' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/stereo/src/mycams.c:71:45: note: You might need to cast the function pointer here dxsamples-4.4.0/stereo/src/mycams.c:108:25: note: Parameter 'from' can be declared as pointer to const dxsamples-4.4.0/stereo/src/mycams.c:108:38: style: Parameter 'up' can be declared as pointer to const. However it seems that 'defCreateStereoCameras0' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/stereo/src/mycams.c:71:45: note: You might need to cast the function pointer here dxsamples-4.4.0/stereo/src/mycams.c:108:38: note: Parameter 'up' can be declared as pointer to const dxsamples-4.4.0/stereo/src/mycams.c:117:9: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/stereo/src/mycams.c:117:12: style: Unused variable: j [unusedVariable] dxsamples-4.4.0/util/dxf/header.c:358:10: style: Variable 'f' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/header.c:380:10: style: Variable 'f' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/read.c:57:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/read.c:122:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/read.c:175:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/read.c:248:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/dxf.c:272:30: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] dxsamples-4.4.0/util/dxf/dxf.c:273:44: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] dxsamples-4.4.0/util/dxf/dxf.c:291:2: warning:inconclusive: The buffer 'top_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy] dxsamples-4.4.0/util/dxf/dxf.c:201:47: style: Parameter 'top_lev' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/dxf.c:289:8: style: Variable 's' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/dxf.c:320:13: style: Parameter 'progname' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/dxf.c:67:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/util/dxf/read.c:51:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/read.c:117:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/read.c:118:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/util/dxf/read.c:166:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/read.c:241:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/table.c:240:1: portability: Omitted return type of function 'print_tables' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/util/dxf/tree.c:231:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/table.c:254:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable layer_name [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:358:9: style: Condition '!sdata' is always false [knownConditionTrueFalse] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:357:5: style: Variable 'sdata' is assigned an expression that holds the same value. [redundantAssignment] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:346:23: note: sdata is assigned '(struct Slide2DDataSlide2DData)data' here. dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:354:9: note: Assuming condition is false dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:357:5: note: Variable 'sdata' is assigned an expression that holds the same value. dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:36: style: Parameter 'to' can be declared as const array. However it seems that 'Slide2DSetCamera' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:49:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:36: note: Parameter 'to' can be declared as const array dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:49: style: Parameter 'from' can be declared as const array. However it seems that 'Slide2DSetCamera' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:49:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:49: note: Parameter 'from' can be declared as const array dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:64: style: Parameter 'up' can be declared as const array. However it seems that 'Slide2DSetCamera' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:49:40: note: You might need to cast the function pointer here dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:180:64: note: Parameter 'up' can be declared as const array dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:757:47: style: Parameter 'event' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:566:12: style: Unused variable: caption [unusedVariable] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:763:12: style: Unused variable: postion [unusedVariable] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:765:18: style: Unused variable: n [unusedVariable] dxsamples-4.4.0/supervise/complexdemo/interactors/interactors.c:765:22: style: Unused variable: ptr [unusedVariable] dxsamples-4.4.0/util/dxf/tree.c:182:54: style:inconclusive: Function 'create_new_tree' argument 3 names different: declaration 'block' definition 'block_ent'. [funcArgNamesDifferent] dxsamples-4.4.0/util/dxf/dxf.h:559:58: note: Function 'create_new_tree' argument 3 names different: declaration 'block' definition 'block_ent'. dxsamples-4.4.0/util/dxf/tree.c:182:54: note: Function 'create_new_tree' argument 3 names different: declaration 'block' definition 'block_ent'. dxsamples-4.4.0/util/dxf/tree.c:50:13: style: Variable 'c' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/tree.c:92:28: style: Parameter 'mat' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/tree.c:157:35: style: Parameter 'vec' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/tree.c:164:39: style: Parameter 'vec' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/tree.c:171:19: style: Parameter 'mat' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/tree.c:182:29: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/snag_funcs.c:80:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/tree.c:217:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:42:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:29:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] dxsamples-4.4.0/util/dxf/table.c:90:3: warning:inconclusive: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy] dxsamples-4.4.0/util/dxf/table.c:251:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint] dxsamples-4.4.0/util/dxf/table.c:81:12: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/table.c:76:16: style: Unused variable: layers [unusedVariable] dxsamples-4.4.0/util/dxf/table.c:81:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/table.c:132:8: style: Unused variable: name [unusedVariable] dxsamples-4.4.0/util/dxf/table.c:193:8: style: Unused variable: name [unusedVariable] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:74:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:101:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:132:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:165:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:245:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:310:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Element [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:458:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:622:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/dxf/output_funcs.c:1054:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:237:20: style: Array index 'arg' is used before limits check. [arrayIndexThenCheck] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:242:25: style: Array index 'arg' is used before limits check. [arrayIndexThenCheck] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:394:10: warning: Either the condition 'outfs' is redundant or there is possible null pointer dereference: outfs. [nullPointerRedundantCheck] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:398:5: note: Assuming that condition 'outfs' is not redundant dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:394:10: note: Null pointer dereference dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:220:30: style: Variable 'outputFileName' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:220:53: style: Variable 'p' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:221:23: style: Variable 'id' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:222:19: style: Variable 'od' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:539:11: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:553:30: style: Parameter 'name' can be declared as const array [constParameter] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:570:11: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:765:18: style: Variable 'name_end' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:646:37: error: Undefined behavior: Variable 'buf' is used as parameter and destination in sprintf(). [sprintfOverlappingData] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:651:36: error: Undefined behavior: Variable 'buf' is used as parameter and destination in sprintf(). [sprintfOverlappingData] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:660:43: error: Undefined behavior: Variable 'buf' is used as parameter and destination in sprintf(). [sprintfOverlappingData] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:218:16: style: Variable 'objCounter' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:232:5: style: Variable 'id' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:233:5: style: Variable 'od' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:221:16: style: Unused variable: data [unusedVariable] dxsamples-4.4.0/util/biorad-pic/PIC2dx.c:222:8: style: Unused variable: out_data [unusedVariable] dxsamples-4.4.0/util/dxf/snag_funcs.c:752:43: style: Redundant assignment of 'item->translate[1]' to itself. [selfAssignment] dxsamples-4.4.0/util/dxf/snag_funcs.c:60:7: style: Variable 'comment' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/dxf/snag_funcs.c:123:7: style: Unused variable: i [unusedVariable] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:73:15: style: Condition 'argc<2' is always false [knownConditionTrueFalse] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:71:17: note: Assuming that condition 'argc>1' is not redundant dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:73:15: note: Condition 'argc<2' is always false dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:82:15: style: Condition 'argc<2' is always false [knownConditionTrueFalse] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:71:17: note: Assuming that condition 'argc>1' is not redundant dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:82:15: note: Condition 'argc<2' is always false dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:91:15: style: Condition 'argc<2' is always false [knownConditionTrueFalse] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:71:17: note: Assuming that condition 'argc>1' is not redundant dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:91:15: note: Condition 'argc<2' is always false dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:49:2: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:259:3: warning: %s in format string (no. 3) requires 'char *' but the argument type is 'signed int'. [invalidPrintfArgType_s] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:259:3: warning: printf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:206:4: warning: If memory allocation fails, then there is a possible null pointer dereference: vbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:199:24: note: Assuming allocation function fails dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:199:10: note: Assignment 'vbuffer=(float*)malloc(ni*nj*nk*ndim*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:206:4: note: Null pointer dereference dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:248:4: warning: If memory allocation fails, then there is a possible null pointer dereference: ibuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:242:26: note: Assuming allocation function fails dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:242:14: note: Assignment 'ibuffer=(int*)calloc(ni*nj*nk,sizeof(int))', assigned value is 0 dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:248:4: note: Null pointer dereference dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:344:7: warning: If memory allocation fails, then there is a possible null pointer dereference: sbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:333:24: note: Assuming allocation function fails dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:333:10: note: Assignment 'sbuffer=(float*)malloc(ni*nj*nk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:344:7: note: Null pointer dereference dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:604:2: style: Label 'skip' is not used. [unusedLabel] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:31:12: style: Variable 'xyzfile' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:31:22: style: Variable 'qfile' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:31:30: style: Variable 'ffile' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:131:22: warning: Uninitialized variable: xyzfile [uninitvar] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:71:17: note: Assuming condition is false dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:131:22: note: Uninitialized variable: xyzfile dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:512:13: style: Variable 'vbuffer' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:32:11: style: Unused variable: text [unusedVariable] dxsamples-4.4.0/util/plot3d/Plot3DtoDX.c:35:52: style: Unused variable: uvw [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:583:5: warning: %f in format string (no. 12) requires 'double' but the argument type is 'signed int'. [invalidPrintfArgType_float] dxsamples-4.4.0/util/dxf/output_funcs.c:583:5: warning: %f in format string (no. 13) requires 'double' but the argument type is 'signed int'. [invalidPrintfArgType_float] dxsamples-4.4.0/util/dxf/output_funcs.c:806:5: warning: %d in format string (no. 8) requires 'int' but the argument type is 'float'. [invalidPrintfArgType_sint] dxsamples-4.4.0/util/dxf/output_funcs.c:806:5: warning: %f in format string (no. 11) requires 'double' but the argument type is 'signed int'. [invalidPrintfArgType_float] dxsamples-4.4.0/util/dxf/output_funcs.c:806:5: warning: %x in format string (no. 12) requires 'unsigned int' but the argument type is 'float'. [invalidPrintfArgType_uint] dxsamples-4.4.0/util/dxf/output_funcs.c:806:5: error: printf format string requires 13 parameters but only 12 are given. [wrongPrintfScanfArgNum] dxsamples-4.4.0/util/dxf/output_funcs.c:969:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint] dxsamples-4.4.0/util/dxf/output_funcs.c:1124:11: portability: Casting from float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] dxsamples-4.4.0/util/dxf/output_funcs.c:682:10: style: Local variable 'ent' shadows outer variable [shadowVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:579:11: note: Shadowed declaration dxsamples-4.4.0/util/dxf/output_funcs.c:682:10: note: Shadow variable dxsamples-4.4.0/util/dxf/output_funcs.c:766:10: style: Local variable 'ent' shadows outer variable [shadowVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:579:11: note: Shadowed declaration dxsamples-4.4.0/util/dxf/output_funcs.c:766:10: note: Shadow variable dxsamples-4.4.0/util/dxf/output_funcs.c:72:28: style: Parameter 'e_list' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:75:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:210:28: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:210:43: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:270:11: style: Variable 'common' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:526:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:550:8: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:574:13: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:803:17: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:831:10: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:858:10: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:886:16: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:904:9: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:938:10: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:966:10: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:985:31: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:985:46: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:996:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1035:23: style: Parameter 'pt1' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/output_funcs.c:1035:37: style: Parameter 'pt2' can be declared as const array [constParameter] dxsamples-4.4.0/util/dxf/output_funcs.c:1047:24: style: Parameter 's' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1047:44: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1059:32: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1061:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1093:10: style: Variable 'b' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1116:19: style: Variable 'keyPtr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1117:19: style: Variable 'primesPtr' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1136:19: style: Variable 'p0' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:1136:24: style: Variable 'p1' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/dxf/output_funcs.c:298:7: style: Unused variable: ret [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:439:9: style: Unused variable: pt1 [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:439:14: style: Unused variable: pt2 [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:578:9: style: Unused variable: pt1 [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:578:14: style: Unused variable: pt2 [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:578:19: style: Unused variable: pt3 [unusedVariable] dxsamples-4.4.0/util/dxf/output_funcs.c:610:8: style: Unused variable: first [unusedVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:115:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] dxsamples-4.4.0/util/fluent/Fluent2DX.c:79:12: warning: If memory allocation fails, then there is a possible null pointer dereference: unvfile [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:78:36: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:78:22: note: Assignment 'unvfile=(char*)malloc(strlen(argv[argc-1])+50)', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:79:12: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:81:19: warning: If memory allocation fails, then there is a possible null pointer dereference: unvfile [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:78:36: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:78:22: note: Assignment 'unvfile=(char*)malloc(strlen(argv[argc-1])+50)', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:81:19: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:136:8: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:129:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:129:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*numdim*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:136:8: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:161:4: warning: If memory allocation fails, then there is a possible null pointer dereference: cellbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:155:29: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:155:17: note: Assignment 'cellbuffer=(int*)malloc(celli*cellj*cellk*sizeof(int))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:161:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:266:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:260:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:260:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:266:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:294:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:288:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:288:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*numdim*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:294:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:373:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:367:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:367:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:373:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:399:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:393:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:393:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:399:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:429:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:423:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:423:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:429:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:455:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:449:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:449:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:455:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:482:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:476:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:476:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:482:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:509:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:503:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:503:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:509:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:536:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:530:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:530:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:536:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:565:3: warning: If memory allocation fails, then there is a possible null pointer dereference: speciesnames [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:561:33: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:561:19: note: Assignment 'speciesnames=(char**)malloc(nspecies*sizeof(char*))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:565:3: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:575:8: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:569:32: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:569:18: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:575:8: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:610:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:604:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:604:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:610:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:640:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionbuffer [nullPointerOutOfMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:634:35: note: Assuming allocation function fails dxsamples-4.4.0/util/fluent/Fluent2DX.c:634:21: note: Assignment 'positionbuffer=(float*)malloc(numi*numj*numk*sizeof(float))', assigned value is 0 dxsamples-4.4.0/util/fluent/Fluent2DX.c:640:4: note: Null pointer dereference dxsamples-4.4.0/util/fluent/Fluent2DX.c:30:18: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:30:31: style: Parameter 'indices' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:30:59: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:42:22: style: Parameter 'argv' can be declared as const array [constParameter] dxsamples-4.4.0/util/fluent/Fluent2DX.c:44:12: style: Variable 'basefile' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:46:12: style: Variable 'allfiles' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:48:12: style: Variable 'found' can be declared as pointer to const [constVariablePointer] dxsamples-4.4.0/util/fluent/Fluent2DX.c:57:23: style: Variable 'speciescount' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:58:34: style: Variable 'pflag' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:58:43: style: Variable 'sflag' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:76:20: style: Variable 'allfiles' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:77:20: style: Variable 'basefile' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:258:11: style: Variable 'pflag' is assigned a value that is never used. [unreadVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:77:37: style: Variable 'basefile' is allocated memory that is never used. [unusedAllocatedMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:76:37: style: Variable 'allfiles' is allocated memory that is never used. [unusedAllocatedMemory] dxsamples-4.4.0/util/fluent/Fluent2DX.c:54:26: style: Unused variable: uvw [unusedVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:54:31: style: Unused variable: vdim [unusedVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:55:11: style: Unused variable: line [unusedVariable] dxsamples-4.4.0/util/fluent/Fluent2DX.c:58:38: style: Variable 'sflag' is assigned a value that is never used. [unreadVariable] diff: head dxsamples-4.4.0/program_guide/add.c:99:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/program_guide/averagecell.c:99:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/program_guide/makex.c:100:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/program_guide/makexeff.c:100:13: style: Variable 'groupClass' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/supervise/interactors/myinteractors.c:750:11: style: Variable 'vd' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/supervise/mediumdemo/interactors/interactors.c:282:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/util/dxf/table.c:81:7: style: Variable 'done' is assigned a value that is never used. [unreadVariable] head dxsamples-4.4.0/util/fluent/Fluent2DX.c:58:38: style: Variable 'sflag' is assigned a value that is never used. [unreadVariable] DONE