2025-05-07 04:03 ftp://ftp.de.debian.org/debian/pool/main/p/pnetcdf/pnetcdf_1.14.0.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-59-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: 8e656e5 (2025-05-06 23:42:00 +0200) count: 3392 3104 elapsed-time: 60.1 58.1 head-timing-info: old-timing-info: head results: pnetcdf-1.14.0/benchmarks/C/aggregation.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_KEY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/aggregation.c:164:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/aggregation.c:420:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/aggregation.c:637:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/aggregation.c:650:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/aggregation.c:194:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:11: note: Assignment 'buf=(double**)malloc(nvars*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/aggregation.c:194:9: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/aggregation.c:195:16: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:11: note: Assignment 'buf=(double**)malloc(nvars*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/aggregation.c:195:16: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/aggregation.c:196:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/aggregation.c:192:11: note: Assignment 'buf=(double**)malloc(nvars*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/aggregation.c:196:34: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/aggregation.c:442:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/aggregation.c:440:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/aggregation.c:440:11: note: Assignment 'buf=(double**)malloc(nvars*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/aggregation.c:442:9: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/aggregation.c:443:16: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/aggregation.c:440:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/aggregation.c:440:11: note: Assignment 'buf=(double**)malloc(nvars*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/aggregation.c:443:16: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/aggregation.c:387:13: style: Variable 'start_t' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/benchmarks/C/aggregation.c:292:13: note: start_t is assigned pnetcdf-1.14.0/benchmarks/C/aggregation.c:387:13: note: start_t is overwritten pnetcdf-1.14.0/benchmarks/C/aggregation.c:616:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/benchmarks/C/aggregation.c:618:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:125:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_64BIT_OFFSET [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:243:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:261:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:214:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:118:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:116:27: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:116:11: note: Assignment 'buf=(float**)malloc(sizeof(float*)*nvars)', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:118:9: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:120:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:116:27: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:116:11: note: Assignment 'buf=(float**)malloc(sizeof(float*)*nvars)', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:120:13: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:107:36: style: Variable 'file_kind' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:230:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/benchmarks/C/netcdf_put_vara.c:232:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:105:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:260:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:272:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:230:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:116:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:114:27: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:114:11: note: Assignment 'buf=(float**)malloc(sizeof(float*)*nvars)', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:116:9: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:118:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:114:27: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:114:11: note: Assignment 'buf=(float**)malloc(sizeof(float*)*nvars)', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:118:13: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:98:36: style: Variable 'file_kind' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:246:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/benchmarks/C/pnetcdf_put_vara.c:248:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:56:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_KEY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:219:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:327:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:338:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:96:39: warning: If memory allocation fails, then there is a possible null pointer dereference: int_b [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:95:39: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:95:26: note: Assignment 'int_b=(int*)malloc(len*len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:96:39: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:101:39: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_b [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:100:43: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:100:28: note: Assignment 'flt_b=(float*)malloc(len*len*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:101:39: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:106:39: warning: If memory allocation fails, then there is a possible null pointer dereference: shr_b [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:105:43: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:105:28: note: Assignment 'shr_b=(short*)malloc(len*len*sizeof(short))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:106:39: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:111:39: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_b [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:110:45: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:110:29: note: Assignment 'dbl_b=(double*)malloc(len*len*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:111:39: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:262:9: warning: If memory allocation fails, then there is a possible null pointer dereference: varid [nullPointerOutOfMemory] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:244:28: note: Assuming allocation function fails pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:244:13: note: Assignment 'varid=(int*)malloc(nvars*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:262:9: note: Null pointer dereference pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:319:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/benchmarks/C/write_block_read_column.c:321:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/coverity_model.c:9:28: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/block_cyclic.c:96:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/block_cyclic.c:111:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/block_cyclic.c:141:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/block_cyclic.c:189:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:188:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:188:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:189:5: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:192:61: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:188:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:188:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:192:61: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:193:10: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:188:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:188:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:193:10: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:200:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:188:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:188:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:200:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:201:30: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:188:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:188:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:201:30: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:276:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:275:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:275:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:276:5: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:279:37: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/block_cyclic.c:275:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/block_cyclic.c:275:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/block_cyclic.c:279:37: note: Null pointer dereference pnetcdf-1.14.0/examples/C/block_cyclic.c:195:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/block_cyclic.c:192:9: note: err is assigned pnetcdf-1.14.0/examples/C/block_cyclic.c:195:9: note: err is overwritten pnetcdf-1.14.0/examples/C/block_cyclic.c:89:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/block_cyclic.c:91:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/block_cyclic.c:118:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:117:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:132:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:158:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_Offset [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:199:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:225:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:160:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:156:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_int64.c:156:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_int64.c:160:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_int64.c:162:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:156:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_int64.c:156:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_int64.c:162:13: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_int64.c:197:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: r_buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:194:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_int64.c:194:27: note: Assignment 'r_buffer=(long long*)malloc(10*4*sizeof(long long))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_int64.c:197:33: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_int64.c:431:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:410:9: note: err is assigned pnetcdf-1.14.0/examples/C/bput_varn_int64.c:431:9: note: err is overwritten pnetcdf-1.14.0/examples/C/bput_varn_int64.c:442:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:431:9: note: err is assigned pnetcdf-1.14.0/examples/C/bput_varn_int64.c:442:9: note: err is overwritten pnetcdf-1.14.0/examples/C/bput_varn_int64.c:110:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:112:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:177:15: style: Variable 'expected' can be declared as const array [constVariable] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:216:26: style: Variable 'exec' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/bput_varn_int64.c:139:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:93:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:108:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:134:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_Offset [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:175:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:201:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:136:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:132:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_uint.c:132:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_uint.c:136:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_uint.c:138:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:132:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_uint.c:132:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_uint.c:138:13: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_uint.c:173:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: r_buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:170:52: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/bput_varn_uint.c:170:30: note: Assignment 'r_buffer=(unsigned int*)malloc(4*10*sizeof(unsigned int))', assigned value is 0 pnetcdf-1.14.0/examples/C/bput_varn_uint.c:173:33: note: Null pointer dereference pnetcdf-1.14.0/examples/C/bput_varn_uint.c:365:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:344:9: note: err is assigned pnetcdf-1.14.0/examples/C/bput_varn_uint.c:365:9: note: err is overwritten pnetcdf-1.14.0/examples/C/bput_varn_uint.c:376:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:365:9: note: err is assigned pnetcdf-1.14.0/examples/C/bput_varn_uint.c:376:9: note: err is overwritten pnetcdf-1.14.0/examples/C/bput_varn_uint.c:86:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:88:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:153:18: style: Variable 'expected' can be declared as const array [constVariable] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:192:26: style: Variable 'exec' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/bput_varn_uint.c:115:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/collective_write.c:61:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/collective_write.c:100:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/collective_write.c:165:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/collective_write.c:237:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/collective_write.c:51:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/collective_write.c:53:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/collective_write.c:107:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/column_wise.c:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/column_wise.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/column_wise.c:129:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/column_wise.c:179:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/column_wise.c:178:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/column_wise.c:178:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/column_wise.c:179:5: note: Null pointer dereference pnetcdf-1.14.0/examples/C/column_wise.c:182:61: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/column_wise.c:178:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/column_wise.c:178:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/column_wise.c:182:61: note: Null pointer dereference pnetcdf-1.14.0/examples/C/column_wise.c:183:10: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/column_wise.c:178:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/column_wise.c:178:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/column_wise.c:183:10: note: Null pointer dereference pnetcdf-1.14.0/examples/C/column_wise.c:190:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/column_wise.c:178:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/column_wise.c:178:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/column_wise.c:190:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/column_wise.c:191:30: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/column_wise.c:178:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/column_wise.c:178:14: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/column_wise.c:191:30: note: Null pointer dereference pnetcdf-1.14.0/examples/C/column_wise.c:185:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/column_wise.c:182:9: note: err is assigned pnetcdf-1.14.0/examples/C/column_wise.c:185:9: note: err is overwritten pnetcdf-1.14.0/examples/C/column_wise.c:76:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/column_wise.c:78:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/column_wise.c:105:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/create_open.c:47:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/create_open.c:62:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/create_open.c:89:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/create_open.c:40:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/create_open.c:42:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/create_open.c:69:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/fill_mode.c:80:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/fill_mode.c:95:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/fill_mode.c:125:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/fill_mode.c:73:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/fill_mode.c:75:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/fill_mode.c:102:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/flexible_api.c:97:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_api.c:112:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_api.c:144:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_api.c:193:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/flexible_api.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/flexible_api.c:192:14: note: Assignment 'buf_zy=(int*)malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/flexible_api.c:193:34: note: Null pointer dereference pnetcdf-1.14.0/examples/C/flexible_api.c:203:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/flexible_api.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/flexible_api.c:192:14: note: Assignment 'buf_zy=(int*)malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/flexible_api.c:203:13: note: Null pointer dereference pnetcdf-1.14.0/examples/C/flexible_api.c:247:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/flexible_api.c:246:30: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/flexible_api.c:246:14: note: Assignment 'buf_yx=(double*)malloc(buffer_len*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/C/flexible_api.c:247:34: note: Null pointer dereference pnetcdf-1.14.0/examples/C/flexible_api.c:90:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/flexible_api.c:92:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/flexible_api.c:119:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/flexible_bottom.c:74:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_bottom.c:89:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_bottom.c:122:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/flexible_bottom.c:67:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/flexible_bottom.c:69:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/flexible_bottom.c:96:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/get_info.c:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_info.c:90:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_info.c:119:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_KEY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_info.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_info.c:68:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/get_info.c:70:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/get_info.c:97:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/get_vara.c:76:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_vara.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_vara.c:115:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_vara.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/get_vara.c:69:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/get_vara.c:71:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/get_vara.c:98:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/ghost_cell.c:92:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/ghost_cell.c:107:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/ghost_cell.c:178:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/ghost_cell.c:224:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/ghost_cell.c:82:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/ghost_cell.c:84:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/ghost_cell.c:114:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/global_attributes.c:54:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/global_attributes.c:69:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/global_attributes.c:93:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/global_attributes.c:122:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] pnetcdf-1.14.0/examples/C/global_attributes.c:122:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pnetcdf-1.14.0/examples/C/global_attributes.c:47:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/global_attributes.c:49:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/global_attributes.c:76:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/hints.c:54:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/hints.c:69:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/hints.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_VAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/hints.c:155:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/hints.c:197:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/hints.c:196:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/hints.c:196:14: note: Assignment 'buf_zy=(int*)malloc(5*(5*nprocs)*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/hints.c:197:38: note: Null pointer dereference pnetcdf-1.14.0/examples/C/hints.c:205:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/hints.c:204:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/hints.c:204:14: note: Assignment 'buf_yx=(float*)malloc((5*nprocs)*5*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/C/hints.c:205:38: note: Null pointer dereference pnetcdf-1.14.0/examples/C/hints.c:47:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/hints.c:49:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/hints.c:76:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/i_varn_int64.c:94:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/i_varn_int64.c:109:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/i_varn_int64.c:135:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_Offset [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/i_varn_int64.c:176:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/i_varn_int64.c:204:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/i_varn_int64.c:137:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/i_varn_int64.c:133:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/i_varn_int64.c:133:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/i_varn_int64.c:137:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/i_varn_int64.c:139:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/i_varn_int64.c:133:48: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/i_varn_int64.c:133:26: note: Assignment 'buf=(MPI_Offset***)malloc(z*sizeof(MPI_Offset**))', assigned value is 0 pnetcdf-1.14.0/examples/C/i_varn_int64.c:139:13: note: Null pointer dereference pnetcdf-1.14.0/examples/C/i_varn_int64.c:174:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: r_buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/i_varn_int64.c:171:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/i_varn_int64.c:171:27: note: Assignment 'r_buffer=(long long*)malloc(4*10*sizeof(long long))', assigned value is 0 pnetcdf-1.14.0/examples/C/i_varn_int64.c:174:33: note: Null pointer dereference pnetcdf-1.14.0/examples/C/i_varn_int64.c:348:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/i_varn_int64.c:335:9: note: err is assigned pnetcdf-1.14.0/examples/C/i_varn_int64.c:348:9: note: err is overwritten pnetcdf-1.14.0/examples/C/i_varn_int64.c:377:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/i_varn_int64.c:348:9: note: err is assigned pnetcdf-1.14.0/examples/C/i_varn_int64.c:377:9: note: err is overwritten pnetcdf-1.14.0/examples/C/i_varn_int64.c:394:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/i_varn_int64.c:377:9: note: err is assigned pnetcdf-1.14.0/examples/C/i_varn_int64.c:394:9: note: err is overwritten pnetcdf-1.14.0/examples/C/i_varn_int64.c:408:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/i_varn_int64.c:394:9: note: err is assigned pnetcdf-1.14.0/examples/C/i_varn_int64.c:408:9: note: err is overwritten pnetcdf-1.14.0/examples/C/i_varn_int64.c:87:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/i_varn_int64.c:89:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/i_varn_int64.c:154:15: style: Variable 'expected' can be declared as const array [constVariable] pnetcdf-1.14.0/examples/C/i_varn_int64.c:195:26: style: Variable 'exec' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/i_varn_int64.c:116:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/mpi_subarray.c:39:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/mpi_subarray.c:56:9: style: Condition 'verbose' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/examples/C/mpi_subarray.c:32:36: note: Assignment 'verbose=0', assigned value is 0 pnetcdf-1.14.0/examples/C/mpi_subarray.c:56:9: note: Condition 'verbose' is always false pnetcdf-1.14.0/examples/C/mput.c:67:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/mput.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/mput.c:113:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/mput.c:170:9: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:168:42: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:168:21: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:170:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:171:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:169:42: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:169:21: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:171:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:234:9: warning: If memory allocation fails, then there is a possible null pointer dereference: nvarids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:229:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:229:17: note: Assignment 'nvarids=(int*)malloc(num_reqs*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:234:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:235:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bufcounts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:230:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:230:17: note: Assignment 'bufcounts=(MPI_Offset*)malloc(num_reqs*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:235:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:236:9: warning: If memory allocation fails, then there is a possible null pointer dereference: datatypes [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:231:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:231:17: note: Assignment 'datatypes=(MPI_Datatype*)malloc(num_reqs*sizeof(MPI_Datatype))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:236:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:237:25: warning: If memory allocation fails, then there is a possible null pointer dereference: bufcounts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:230:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:230:17: note: Assignment 'bufcounts=(MPI_Offset*)malloc(num_reqs*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:237:25: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:242:29: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:241:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:241:14: note: Assignment 'buffer=(int*)malloc(w_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:242:29: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:246:23: warning: If memory allocation fails, then there is a possible null pointer dereference: bufs [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:245:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:245:15: note: Assignment 'bufs=(int**)malloc(num_reqs*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:246:23: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:247:32: warning: If memory allocation fails, then there is a possible null pointer dereference: bufs [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:245:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:245:15: note: Assignment 'bufs=(int**)malloc(num_reqs*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:247:32: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:247:42: warning: If memory allocation fails, then there is a possible null pointer dereference: bufs [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:245:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:245:15: note: Assignment 'bufs=(int**)malloc(num_reqs*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:247:42: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:247:54: warning: If memory allocation fails, then there is a possible null pointer dereference: bufcounts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:230:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:230:17: note: Assignment 'bufcounts=(MPI_Offset*)malloc(num_reqs*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:247:54: note: Null pointer dereference pnetcdf-1.14.0/examples/C/mput.c:60:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/mput.c:62:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/mput.c:89:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/nonblocking_write.c:64:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write.c:79:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write.c:141:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write.c:218:33: warning: If memory allocation fails, then there is a possible null pointer dereference: sca_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:218:33: note: Null pointer dereference pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: note: Null pointer addition pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: note: Null pointer addition pnetcdf-1.14.0/examples/C/nonblocking_write.c:54:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/nonblocking_write.c:56:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/nonblocking_write.c:86:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:60:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:75:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:133:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:52:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:54:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/nonblocking_write_in_def.c:82:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/pthread.c:115:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:143:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:157:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:187:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:202:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:259:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_SELF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:376:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_THREAD_MULTIPLE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/pthread.c:382:21: style: Condition 'verbose' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/examples/C/pthread.c:380:15: note: Assignment 'verbose=0', assigned value is 0 pnetcdf-1.14.0/examples/C/pthread.c:382:21: note: Condition 'verbose' is always false pnetcdf-1.14.0/examples/C/pthread.c:249:9: warning: If memory allocation fails, then there is a possible null pointer dereference: ibuf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/pthread.c:246:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/pthread.c:246:12: note: Assignment 'ibuf=(int*)malloc(5*4*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/pthread.c:249:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/pthread.c:250:9: warning: If memory allocation fails, then there is a possible null pointer dereference: dbuf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/pthread.c:247:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/pthread.c:247:12: note: Assignment 'dbuf=(double*)malloc(5*4*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/C/pthread.c:250:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/pthread.c:180:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/pthread.c:182:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/pthread.c:209:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/put_vara.c:81:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_vara.c:96:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_vara.c:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_vara.c:196:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_vara.c:144:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] pnetcdf-1.14.0/examples/C/put_vara.c:144:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pnetcdf-1.14.0/examples/C/put_vara.c:72:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/put_vara.c:74:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/put_vara.c:103:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/put_varn_float.c:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_float.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_float.c:104:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_float.c:153:9: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/put_varn_float.c:152:42: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/put_varn_float.c:152:21: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/C/put_varn_float.c:153:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/put_varn_float.c:232:32: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/put_varn_float.c:231:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/put_varn_float.c:231:14: note: Assignment 'buffer=(float*)malloc(num_reqs*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/C/put_varn_float.c:232:32: note: Null pointer dereference pnetcdf-1.14.0/examples/C/put_varn_float.c:52:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/put_varn_float.c:54:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/put_varn_float.c:81:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/put_varn_int.c:67:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_int.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_int.c:111:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/put_varn_int.c:161:9: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/put_varn_int.c:159:42: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/put_varn_int.c:159:21: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/C/put_varn_int.c:161:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/put_varn_int.c:162:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/put_varn_int.c:160:42: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/put_varn_int.c:160:21: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/C/put_varn_int.c:162:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/put_varn_int.c:230:29: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/put_varn_int.c:229:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/put_varn_int.c:229:14: note: Assignment 'buffer=(int*)malloc(w_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/put_varn_int.c:230:29: note: Null pointer dereference pnetcdf-1.14.0/examples/C/put_varn_int.c:60:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/put_varn_int.c:62:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/put_varn_int.c:89:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/req_all.c:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/req_all.c:90:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/req_all.c:120:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/req_all.c:161:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/req_all.c:159:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/req_all.c:159:11: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/req_all.c:161:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/req_all.c:162:30: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/req_all.c:159:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/req_all.c:159:11: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/req_all.c:162:30: note: Null pointer dereference pnetcdf-1.14.0/examples/C/req_all.c:173:62: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/req_all.c:159:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/req_all.c:159:11: note: Assignment 'buf=(int**)malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/req_all.c:173:62: note: Null pointer dereference pnetcdf-1.14.0/examples/C/req_all.c:68:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/req_all.c:70:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/req_all.c:97:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/time_var.c:82:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/time_var.c:97:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/time_var.c:132:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/time_var.c:221:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/time_var.c:323:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/time_var.c:145:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] pnetcdf-1.14.0/examples/C/time_var.c:145:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pnetcdf-1.14.0/examples/C/time_var.c:249:43: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/time_var.c:248:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/time_var.c:248:11: note: Assignment 'buf=(double*)malloc(global_ny*global_nx*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/C/time_var.c:249:43: note: Null pointer dereference pnetcdf-1.14.0/examples/C/time_var.c:261:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/time_var.c:248:27: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/time_var.c:248:11: note: Assignment 'buf=(double*)malloc(global_ny*global_nx*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/C/time_var.c:261:13: note: Null pointer dereference pnetcdf-1.14.0/examples/C/time_var.c:73:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/time_var.c:75:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/time_var.c:104:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/transpose.c:56:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose.c:155:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose.c:268:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose.c:143:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/transpose.c:139:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/transpose.c:139:11: note: Assignment 'buf=(int*)malloc(bufsize*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/transpose.c:143:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/transpose.c:46:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/transpose.c:48:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/transpose.c:78:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/transpose2D.c:77:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose2D.c:92:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose2D.c:171:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose2D.c:249:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/transpose2D.c:163:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/transpose2D.c:160:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/transpose2D.c:160:11: note: Assignment 'buf=(int*)malloc(bufsize*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/transpose2D.c:163:9: note: Null pointer dereference pnetcdf-1.14.0/examples/C/transpose2D.c:67:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/transpose2D.c:69:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/transpose2D.c:99:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/vard_bottom.c:109:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_bottom.c:124:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_bottom.c:158:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_bottom.c:102:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/vard_bottom.c:104:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/vard_bottom.c:131:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/vard_int.c:67:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_int.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_int.c:116:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_int.c:182:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/C/vard_int.c:154:9: note: err is assigned pnetcdf-1.14.0/examples/C/vard_int.c:182:9: note: err is overwritten pnetcdf-1.14.0/examples/C/vard_int.c:60:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/vard_int.c:62:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/vard_int.c:89:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/C/vard_mvars.c:105:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_mvars.c:120:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_mvars.c:154:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/C/vard_mvars.c:98:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/C/vard_mvars.c:100:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/C/vard_mvars.c:127:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:40:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:55:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:77:14: style: Local variable 'i' shadows outer variable [shadowVariable] pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:52:9: note: Shadowed declaration pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:77:14: note: Shadow variable pnetcdf-1.14.0/examples/CXX/SimpleXyWr.cpp:38:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:90:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:108:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:172:23: style: Condition 'block_len>myNX' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:171:23: note: Assignment 'block_len=2', assigned value is 2 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:172:23: note: Condition 'block_len>myNX' is always false pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:148:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:148:9: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:152:39: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:152:39: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:154:14: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:154:14: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:161:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:161:13: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:162:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:162:34: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:178:40: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:178:40: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:232:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:232:9: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:235:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:235:34: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:148:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:161:22: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:165:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:166:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:232:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:238:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:239:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:88:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:57:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:105:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:79:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:80:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:81:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:82:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:143:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:98:44: style: The scope of the variable 'write_bw' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/collective_write.cpp:55:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:81:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:98:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:136:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:136:9: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:140:39: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:140:39: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:141:14: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:141:14: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:148:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:148:13: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:149:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:149:34: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:164:40: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:164:40: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:171:17: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: sts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:153:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:153:16: note: Assignment 'sts=(int*)std::malloc(myNX*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:171:17: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:136:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:148:22: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:152:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:153:16: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:93:12: style: The scope of the variable 'j' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:93:40: style: The scope of the variable 'myNX' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:93:46: style: The scope of the variable 'G_NX' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:93:52: style: The scope of the variable 'myOff' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:93:59: style: The scope of the variable 'num_reqs' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:94:17: style: The scope of the variable 'sts' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:95:24: style: The scope of the variable 'start' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:95:34: style: The scope of the variable 'count' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:79:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:81:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:97:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:128:9: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:128:19: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:92:25: style: The scope of the variable 'str_att' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:93:12: style: The scope of the variable 'j' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/fill_mode.cpp:79:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:93:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:111:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:165:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:164:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:164:18: note: Assignment 'buf_zy=(int*)std::malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:165:38: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:194:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:193:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:193:18: note: Assignment 'buf_yx=(float*)std::malloc(buffer_len*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:194:38: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:164:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:193:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:107:12: style: The scope of the variable 'buf_yx' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:91:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/get_info.cpp:55:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/get_info.cpp:72:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_KEY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/get_info.cpp:91:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/get_info.cpp:53:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:83:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:147:28: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:153:20: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:83:25: style: The scope of the variable 'str_att' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/get_vara.cpp:70:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/hints.cpp:51:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/hints.cpp:64:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_VAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/hints.cpp:126:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/hints.cpp:174:42: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/hints.cpp:173:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/hints.cpp:173:18: note: Assignment 'buf_zy=(int*)std::malloc(5*(5*nprocs)*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/hints.cpp:174:42: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/hints.cpp:182:42: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/hints.cpp:181:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/hints.cpp:181:18: note: Assignment 'buf_yx=(float*)std::malloc((5*nprocs)*5*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/hints.cpp:182:42: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/hints.cpp:79:38: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:81:33: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:84:42: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:86:33: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:89:38: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:91:33: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:144:28: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:144:64: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:145:28: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:145:64: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:146:28: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:146:64: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:173:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:181:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/hints.cpp:120:38: style: The scope of the variable 'buf_zy' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/hints.cpp:121:12: style: The scope of the variable 'buf_yx' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/hints.cpp:122:24: style: The scope of the variable 'start' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/hints.cpp:122:34: style: The scope of the variable 'count' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/hints.cpp:49:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:56:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:106:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:78:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:79:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:80:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:81:30: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:143:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:152:28: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:152:56: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:97:44: style: The scope of the variable 'write_bw' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:99:24: style: The scope of the variable 'st' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:54:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:76:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:93:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:124:9: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:124:19: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:87:25: style: The scope of the variable 'str_att' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:88:12: style: The scope of the variable 'j' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:89:11: style: The scope of the variable 'float_att' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_vara.cpp:74:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:56:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:73:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:118:13: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:117:45: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:117:25: note: Assignment 'starts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:118:13: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:197:36: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:196:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:196:18: note: Assignment 'buffer=(float*)std::malloc(num_reqs*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:197:36: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:117:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:118:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:196:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:68:37: style: The scope of the variable 'num_reqs' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:69:12: style: The scope of the variable 'buffer' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:54:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:81:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:127:13: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:125:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:125:25: note: Assignment 'starts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:127:13: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:128:13: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:126:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:126:25: note: Assignment 'counts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:128:13: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:196:33: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:195:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:195:18: note: Assignment 'buffer=(int*)std::malloc(w_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:196:33: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:125:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:126:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:127:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:128:25: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:195:18: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:76:12: style: The scope of the variable 'j' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:77:9: style: The scope of the variable 'num_reqs' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:77:20: style: The scope of the variable 'buffer' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:62:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/transpose.cpp:58:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/transpose.cpp:80:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/transpose.cpp:139:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/transpose.cpp:135:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/transpose.cpp:135:11: note: Assignment 'buf=(int*)std::malloc(bufsize*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/transpose.cpp:139:9: note: Null pointer dereference pnetcdf-1.14.0/examples/CXX/transpose.cpp:135:11: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/examples/CXX/transpose.cpp:76:69: style: The scope of the variable 'imap' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/transpose.cpp:77:24: style: The scope of the variable 'startsT' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/transpose.cpp:77:40: style: The scope of the variable 'countsT' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/transpose.cpp:56:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/CXX/vard_int.cpp:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/vard_int.cpp:84:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/CXX/vard_int.cpp:76:12: style: The scope of the variable 'j' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/vard_int.cpp:77:32: style: The scope of the variable 'array_of_blocklengths' can be reduced. [variableScope] pnetcdf-1.14.0/examples/CXX/vard_int.cpp:62:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/adios/read_metadata.c:35:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_metadata.c:44:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_metadata.c:28:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/adios/read_metadata.c:30:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/adios/read_metadata.c:90:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/adios/read_var.c:57:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_var.c:70:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_var.c:50:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/adios/read_var.c:52:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/adios/read_var_nb.c:57:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_var_nb.c:71:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/adios/read_var_nb.c:50:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/adios/read_var_nb.c:52:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/burst_buffer/create_open.c:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/burst_buffer/create_open.c:71:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/burst_buffer/create_open.c:51:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/burst_buffer/create_open.c:53:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/burst_buffer/nonblocking.c:86:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/burst_buffer/nonblocking.c:105:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/burst_buffer/nonblocking.c:78:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/examples/burst_buffer/nonblocking.c:80:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:28:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:47:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:102:3: warning: If memory allocation fails, then there is a possible null pointer dereference: data [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:95:28: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:95:12: note: Assignment 'data=(double*)calloc(nitems,sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:102:3: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:106:3: warning: If memory allocation fails, then there is a possible null pointer dereference: transposed_data [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:96:39: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:96:23: note: Assignment 'transposed_data=(double*)calloc(nitems,sizeof(double))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:106:3: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:151:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:146:9: note: ret is assigned pnetcdf-1.14.0/examples/tutorial/pnetcdf-permute.c:151:9: note: ret is overwritten pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:22:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:33:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:100:9: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:90:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:90:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:100:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:100:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:100:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:101:9: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:101:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:101:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:101:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:102:20: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:102:20: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:105:13: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:90:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:90:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:105:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:106:13: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:106:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:106:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:82:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:106:34: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:107:25: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:91:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-flexible.c:107:25: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:56:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:66:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:130:39: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:123:35: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:123:22: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-from-master.c:130:39: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:22:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:32:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:102:9: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:92:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:92:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:102:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:102:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:102:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:103:9: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:103:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:103:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:103:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:104:20: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:104:20: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:107:13: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:92:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:92:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:107:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:108:13: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:108:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:108:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:84:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:108:34: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:109:25: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:93:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nb.c:109:25: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:27:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:42:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:115:9: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:115:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:115:30: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:102:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:102:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:115:30: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:117:20: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:117:20: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:119:13: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:119:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:119:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:102:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:102:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:119:34: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:120:25: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:110:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-nfiles.c:120:25: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:22:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:33:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:98:9: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:88:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:88:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:98:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:98:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:98:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:99:9: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:99:9: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:99:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:99:31: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:100:20: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:100:20: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:103:13: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:88:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:88:17: note: Assignment 'start=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:103:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:104:13: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:104:13: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:104:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: dimids [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:80:18: note: Assignment 'dimids=(int*)malloc(var_ndims*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:104:34: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:105:25: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:37: note: Assuming allocation function fails pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:89:17: note: Assignment 'count=(MPI_Offset*)calloc(var_ndims,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/examples/tutorial/pnetcdf-read-standard.c:105:25: note: Null pointer dereference pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-buffered.c:28:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-buffered.c:95:23: style: Variable 'var[j][i]' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-flexible.c:47:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-flexible.c:60:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-from-master.c:47:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-from-master.c:58:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-nb.c:48:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-nb.c:62:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-nfiles.c:36:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-nfiles.c:51:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-standard.c:47:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/examples/tutorial/pnetcdf-write-standard.c:60:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:73:31: style:inconclusive: Technically the member function 'PnetCDF::NcmpiEnumType::addMember' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:59:22: warning: The class 'NcmpiEnumType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:59:22: note: Derived function 'NcmpiEnumType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:73:5: style: Class 'NcmpiType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:50:7: style: Class 'NcmpiEnumType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.h:63:5: style: Class 'NcmpiGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:65:8: style: The destructor '~NcmpiEnumType' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:65:8: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiAtt.h:30:17: performance: Function 'getName()' should return member 'myName' by const reference. [returnByReference] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:75:60: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/src/binding/cxx/ncmpiAtt.cpp:105:15: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/src/binding/cxx/ncmpiAtt.cpp:84:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiAtt.cpp:83:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:21:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:21:17: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:17:16: performance:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). [functionStatic] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:18:9: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:17:16: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:20:6: style: The destructor '~NcmpiByte' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:20:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.cpp:19:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:15:10: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:17:6: style: The destructor '~NcmpiChar' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:17:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiCheck.cpp:14:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiCheck.cpp:88:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EINDEFINE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiCheck.cpp:94:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTINDEFINE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:35:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncmpi_COMPOUND [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:50:25: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:52:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:50:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:25: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:65:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:31:39: warning: The class 'NcmpiCompoundType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:31:39: note: Derived function 'NcmpiCompoundType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:37:5: style: Class 'NcmpiCompoundType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:55:6: style: The destructor '~NcmpiCompoundType' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:55:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:18:6: style: The destructor '~NcmpiUbyte' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:18:6: style: The destructor '~NcmpiShort' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:18:6: style: The destructor '~NcmpiUshort' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:18:6: style: The destructor '~NcmpiInt' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:18:6: style: The destructor '~NcmpiUint' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:18:6: style: The destructor '~NcmpiInt64' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:18:6: style: The destructor '~NcmpiUint64' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:18:6: style: The destructor '~NcmpiFloat' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:18:6: style: The destructor '~NcmpiDouble' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:18:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:71:55: style:inconclusive: Function 'NcmpiCompoundType' argument 1 names different: declaration 'ncmpiType' definition 'rhs'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:37:40: note: Function 'NcmpiCompoundType' argument 1 names different: declaration 'ncmpiType' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:71:55: note: Function 'NcmpiCompoundType' argument 1 names different: declaration 'ncmpiType' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:49: style:inconclusive: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:65:39: note: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:49: note: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:87:49: style:inconclusive: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:75:39: note: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:87:49: note: Function 'addMember' argument 1 names different: declaration 'memName' definition 'memberName'. pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.cpp:116:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.cpp:35:36: style:inconclusive: Function 'NcmpiDim' argument 1 names different: declaration 'ncmpiDim' definition 'rhs'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.h:41:30: note: Function 'NcmpiDim' argument 1 names different: declaration 'ncmpiDim' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.cpp:35:36: note: Function 'NcmpiDim' argument 1 names different: declaration 'ncmpiDim' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.cpp:122:37: style:inconclusive: Function 'rename' argument 1 names different: declaration 'newName' definition 'name'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.h:59:37: note: Function 'rename' argument 1 names different: declaration 'newName' definition 'name'. pnetcdf-1.14.0/src/binding/cxx/ncmpiDim.cpp:122:37: note: Function 'rename' argument 1 names different: declaration 'newName' definition 'name'. pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:15:10: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:35:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENUM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:65:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENUM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:97:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:108:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:31:31: warning: The class 'NcmpiEnumType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.cpp:31:31: note: Derived function 'NcmpiEnumType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.cpp:25:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.cpp:43:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_WRITE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.cpp:72:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_64BIT_OFFSET [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.cpp:218:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOFILL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.h:129:13: warning: The class 'NcmpiFile' defines member function with name 'operator=' also defined in its parent class 'NcmpiGroup'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.h:57:17: note: Parent function 'NcmpiGroup::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.h:129:13: note: Derived function 'NcmpiFile::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.h:80:16: style: The destructor '~NcmpiFile' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.h:69:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiFile.h:80:16: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:15:10: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:110:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:638:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:708:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:718:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:731:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:744:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:757:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:769:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:781:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:794:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:807:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:819:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:831:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:844:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:857:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:870:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:882:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:894:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:907:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:920:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:932:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:944:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:957:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:968:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1104:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:291:37: debug: CheckClass::isMemberVar found used member variable 'groupId' with varid 0 [varid0] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.h:43:20: warning: The class 'NcmpiVlenType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.h:43:20: note: Derived function 'NcmpiVlenType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:46:24: warning: The class 'NcmpiCompoundType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:46:24: note: Derived function 'NcmpiCompoundType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.h:43:22: warning: The class 'NcmpiOpaqueType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.h:43:22: note: Derived function 'NcmpiOpaqueType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.h:34:5: style: Class 'NcmpiVlenType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.h:34:5: style: Class 'NcmpiOpaqueType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.h:48:6: style: The destructor '~NcmpiVlenType' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.h:48:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.h:49:6: style: The destructor '~NcmpiOpaqueType' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:79:14: note: Virtual destructor in base class pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.h:49:6: note: Destructor in derived class pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1338:87: style:inconclusive: Function 'addEnumType' argument 2 names different: declaration 'basetype' definition 'baseType'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.h:529:84: note: Function 'addEnumType' argument 2 names different: declaration 'basetype' definition 'baseType'. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1338:87: note: Function 'addEnumType' argument 2 names different: declaration 'basetype' definition 'baseType'. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1348:69: style:inconclusive: Function 'addVlenType' argument 2 names different: declaration 'basetype' definition 'baseType'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.h:538:66: note: Function 'addVlenType' argument 2 names different: declaration 'basetype' definition 'baseType'. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1348:69: note: Function 'addVlenType' argument 2 names different: declaration 'basetype' definition 'baseType'. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1348:69: style: Parameter 'baseType' can be declared as reference to const [constParameterReference] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:306:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:340:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:374:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:618:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:998:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1007:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1138:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1147:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1183:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1192:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1321:40: style: Unused variable: it [unusedVariable] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1327:18: style: Unused variable: tmpType [unusedVariable] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:226:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:305:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:339:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:373:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:443:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:569:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:617:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:667:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:997:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1006:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1040:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1050:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1137:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1146:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1182:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1191:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1223:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1233:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1256:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1273:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroup.cpp:1295:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:58:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:45:21: style:inconclusive: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.h:32:10: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:45:21: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.cpp:19:16: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.cpp:19:16: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.cpp:26:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_OPAQUE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.cpp:57:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_OPAQUE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.cpp:22:35: warning: The class 'NcmpiOpaqueType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiOpaqueType.cpp:22:35: note: Derived function 'NcmpiOpaqueType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:59:22: warning: The class 'NcmpiEnumType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.cpp:26:23: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiEnumType.h:59:22: note: Derived function 'NcmpiEnumType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.cpp:19:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:521:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:592:26: style:inconclusive: Boolean expression 'enableDeflateFilter' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:38:36: style:inconclusive: Function 'NcmpiVar' argument 1 names different: declaration 'ncmpiVar' definition 'rhs'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:91:30: note: Function 'NcmpiVar' argument 1 names different: declaration 'ncmpiVar' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:38:36: note: Function 'NcmpiVar' argument 1 names different: declaration 'ncmpiVar' definition 'rhs'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:535:69: style:inconclusive: Function 'setChunking' argument 2 names different: declaration 'chunksizes' definition 'chunkSizes'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:248:68: note: Function 'setChunking' argument 2 names different: declaration 'chunksizes' definition 'chunkSizes'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:535:69: note: Function 'setChunking' argument 2 names different: declaration 'chunksizes' definition 'chunkSizes'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:755:77: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1770:76: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:755:77: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:760:75: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1773:74: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:760:75: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:765:68: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1776:67: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:765:68: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:770:66: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1779:65: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:770:66: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:775:67: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1782:66: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:775:67: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:780:68: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1785:67: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:780:68: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:785:69: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1788:68: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:785:69: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:790:77: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1791:76: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:790:77: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:795:75: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1794:74: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:795:75: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:800:72: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1809:71: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:800:72: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:805:81: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1797:80: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:805:81: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:810:68: style:inconclusive: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1811:67: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:810:68: note: Function 'putVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1095:81: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2116:80: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1095:81: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1100:79: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2119:78: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1100:79: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1105:72: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2122:71: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1105:72: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1110:70: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2125:69: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1110:70: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1115:71: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2128:70: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1115:71: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1120:72: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2131:71: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1120:72: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1125:73: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2134:72: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1125:73: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1130:81: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2137:80: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1130:81: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1135:79: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2140:78: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1135:79: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1140:76: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2155:75: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1140:76: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1145:85: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2143:84: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1145:85: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1150:72: style:inconclusive: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2157:71: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1150:72: note: Function 'putVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1584:78: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2607:77: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1584:78: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1589:76: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2610:75: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1589:76: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1594:69: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2613:68: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1594:69: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1599:67: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2616:66: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1599:67: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1604:68: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2619:67: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1604:68: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1609:69: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2622:68: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1609:69: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1614:70: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2625:69: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1614:70: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1619:78: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2628:77: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1619:78: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1624:76: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2631:75: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1624:76: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1629:73: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2646:72: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1629:73: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1634:82: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2634:81: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1634:82: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1639:69: style:inconclusive: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:2648:68: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1639:69: note: Function 'iputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1994:78: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3025:77: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1994:78: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1999:76: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3028:75: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:1999:76: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2004:69: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3031:68: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2004:69: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2009:67: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3034:66: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2009:67: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2014:68: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3037:67: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2014:68: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2019:69: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3040:68: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2019:69: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2024:70: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3043:69: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2024:70: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2029:78: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3046:77: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2029:78: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2034:76: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3049:75: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2034:76: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2039:73: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3064:72: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2039:73: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2044:82: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3052:81: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2044:82: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2049:69: style:inconclusive: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:3066:68: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2049:69: note: Function 'bputVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2320:62: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:442:61: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2320:62: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2324:71: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:445:70: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2324:71: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2332:63: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:451:62: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2332:63: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2336:61: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:454:60: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2336:61: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2340:62: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:457:61: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2340:62: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2344:63: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:460:62: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2344:63: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2348:64: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:463:63: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2348:64: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2352:72: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:466:71: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2352:72: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2356:70: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:469:69: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2356:70: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2360:67: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:486:66: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2360:67: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2364:76: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:472:75: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2364:76: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2368:62: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:488:61: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2368:62: note: Function 'getVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2375:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:502:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2375:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2375:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:502:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2375:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2379:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:505:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2379:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2379:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:505:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2379:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2387:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:511:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2387:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2387:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:511:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2387:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2391:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:514:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2391:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2391:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:514:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2391:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2395:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:517:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2395:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2395:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:517:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2395:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2399:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:520:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2399:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2399:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:520:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2399:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2403:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:523:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2403:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2403:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:523:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2403:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2407:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:526:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2407:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2407:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:526:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2407:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2411:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:529:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2411:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2411:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:529:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2411:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2415:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:557:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2415:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2415:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:557:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2415:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2419:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:532:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2419:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2419:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:532:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2419:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2423:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:559:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2423:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2423:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:559:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2423:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:573:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:573:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:573:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2431:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:576:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:576:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:576:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2435:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:582:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:582:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:582:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2443:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:585:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:585:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:585:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2447:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:588:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:588:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:588:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2451:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:591:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:591:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:591:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2455:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:594:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:594:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:594:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2459:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:597:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:597:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:597:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2463:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:600:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:600:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:600:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2467:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:634:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:634:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:634:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2471:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:603:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:603:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:603:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2475:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:636:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:636:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:636:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2479:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:651:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:651:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:651:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:651:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2487:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:654:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:654:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:654:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:654:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2491:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:660:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:660:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:660:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:660:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2499:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:663:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:663:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:663:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:663:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2503:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:666:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:666:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:666:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:666:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2507:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:669:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:669:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:669:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:669:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2511:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:672:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:672:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:672:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:672:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2515:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:675:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:675:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:675:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:675:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2519:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:678:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:678:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:678:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:678:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2523:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:723:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:723:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:723:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:723:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2527:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:681:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:681:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:681:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:681:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2531:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:49: style:inconclusive: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:725:48: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:49: note: Function 'getVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:83: style:inconclusive: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:725:86: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:83: note: Function 'getVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:117: style:inconclusive: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:725:125: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:117: note: Function 'getVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:152: style:inconclusive: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:725:164: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2535:152: note: Function 'getVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2600:66: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:802:65: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2600:66: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2604:75: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:805:74: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2604:75: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2612:67: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:811:66: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2612:67: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2616:65: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:814:64: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2616:65: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2620:66: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:817:65: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2620:66: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2624:67: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:820:66: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2624:67: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2628:68: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:823:67: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2628:68: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2632:76: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:826:75: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2632:76: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2636:74: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:829:73: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2636:74: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2640:71: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:846:70: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2640:71: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2644:80: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:832:79: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2644:80: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2648:66: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:848:65: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2648:66: note: Function 'getVar_all' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2655:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:862:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2655:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2655:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:862:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2655:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2659:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:865:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2659:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2659:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:865:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2659:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2667:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:871:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2667:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2667:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:871:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2667:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2671:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:874:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2671:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2671:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:874:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2671:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2675:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:877:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2675:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2675:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:877:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2675:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2679:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:880:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2679:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2679:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:880:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2679:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2683:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:883:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2683:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2683:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:883:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2683:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2687:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:886:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2687:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2687:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:886:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2687:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2691:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:889:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2691:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2691:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:889:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2691:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2695:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:917:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2695:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2695:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:917:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2695:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2699:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:892:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2699:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2699:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:892:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2699:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2703:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:919:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2703:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2703:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:919:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2703:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:933:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:933:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:933:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2711:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:936:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:936:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:936:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2715:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:942:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:942:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:942:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2723:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:945:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:945:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:945:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2727:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:948:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:948:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:948:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2731:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:951:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:951:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:951:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2735:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:954:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:954:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:954:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2739:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:957:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:957:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:957:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2743:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:960:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:960:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:960:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2747:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:994:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:994:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:994:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2751:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:963:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:963:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:963:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2755:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:996:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:996:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:996:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2759:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1011:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1011:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1011:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1011:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2767:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1014:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1014:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1014:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1014:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2771:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1020:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1020:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1020:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1020:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2779:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1023:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1023:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1023:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1023:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2783:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1026:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1026:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1026:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1026:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2787:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1029:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1029:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1029:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1029:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2791:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1032:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1032:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1032:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1032:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2795:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1035:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1035:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1035:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1035:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2799:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1038:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1038:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1038:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1038:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2803:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1083:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1083:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1083:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1083:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2807:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1041:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1041:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1041:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1041:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2811:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:53: style:inconclusive: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1085:52: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:53: note: Function 'getVar_all' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:87: style:inconclusive: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1085:90: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:87: note: Function 'getVar_all' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:121: style:inconclusive: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1085:129: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:121: note: Function 'getVar_all' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:156: style:inconclusive: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1085:168: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:2815:156: note: Function 'getVar_all' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3000:63: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1169:62: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3000:63: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3004:72: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1172:71: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3004:72: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3012:64: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1178:63: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3012:64: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3016:62: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1181:61: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3016:62: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3020:63: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1184:62: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3020:63: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3024:64: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1187:63: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3024:64: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3028:65: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1190:64: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3028:65: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3032:73: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1193:72: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3032:73: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3036:71: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1196:70: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3036:71: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3040:68: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1213:67: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3040:68: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3044:77: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1199:76: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3044:77: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3048:63: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1215:62: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3048:63: note: Function 'igetVar' argument 2 names different: declaration 'dataumValue' definition 'datumValue'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3057:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1229:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3057:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3057:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1229:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3057:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3061:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1232:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3061:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3061:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1232:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3061:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3069:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1238:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3069:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3069:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1238:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3069:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3073:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1241:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3073:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3073:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1241:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3073:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3077:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1244:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3077:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3077:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1244:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3077:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3081:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1247:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3081:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3081:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1247:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3081:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3085:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1250:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3085:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3085:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1250:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3085:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3089:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1253:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3089:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3089:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1253:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3089:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3093:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1256:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3093:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3093:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1256:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3093:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3097:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1284:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3097:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3097:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1284:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3097:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3101:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1259:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3101:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3101:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1259:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3101:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3105:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1286:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3105:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3105:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1286:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3105:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1300:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1300:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1300:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3113:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1303:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1303:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1303:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3117:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1309:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1309:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1309:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3125:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1312:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1312:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1312:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3129:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1315:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1315:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1315:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3133:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1318:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1318:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1318:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3137:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1321:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1321:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1321:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3141:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1324:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1324:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1324:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3145:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1327:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1327:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1327:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3149:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1361:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1361:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1361:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3153:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1330:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1330:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1330:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3157:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1363:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1363:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1363:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3161:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1378:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1378:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1378:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1378:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3169:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1381:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1381:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1381:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1381:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3173:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1387:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1387:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1387:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1387:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3181:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1390:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1390:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1390:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1390:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3185:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1393:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1393:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1393:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1393:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3189:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1396:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1396:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1396:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1396:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3193:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1399:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1399:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1399:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1399:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3197:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1402:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1402:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1402:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1402:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3201:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1405:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1405:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1405:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1405:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3205:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1450:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1450:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1450:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1450:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3209:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1408:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1408:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1408:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1408:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3213:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:50: style:inconclusive: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1452:49: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:50: note: Function 'igetVar' argument 1 names different: declaration 'start' definition 'startp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:84: style:inconclusive: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1452:87: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:84: note: Function 'igetVar' argument 2 names different: declaration 'count' definition 'countp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:118: style:inconclusive: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1452:126: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:118: note: Function 'igetVar' argument 3 names different: declaration 'stride' definition 'stridep'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:153: style:inconclusive: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:1452:165: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:3217:153: note: Function 'igetVar' argument 4 names different: declaration 'imap' definition 'imapp'. pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:536:15: style: Variable 'chunkSizesPtr' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:121:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.cpp:120:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] pnetcdf-1.14.0/src/binding/cxx/ncmpiVarAtt.cpp:54:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.cpp:36:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_VLEN [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.cpp:65:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_VLEN [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.cpp:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.cpp:32:31: warning: The class 'NcmpiVlenType' defines member function with name 'operator=' also defined in its parent class 'NcmpiType'. [duplInheritedMember] pnetcdf-1.14.0/src/binding/cxx/ncmpiType.h:143:16: note: Parent function 'NcmpiType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpiVlenType.cpp:32:31: note: Derived function 'NcmpiVlenType::operator=' pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:7:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:13:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:16:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:18:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:22:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:28:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:31:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:34:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:37:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:41:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:47:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:52:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:55:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:59:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:64:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:69:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:75:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:78:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:81:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:84:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:88:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:92:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:95:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:99:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:104:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:107:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:112:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:117:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:120:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:124:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:127:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:131:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:136:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:140:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:143:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:148:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:151:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:154:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:159:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:163:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:165:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:169:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:173:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:176:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:178:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:181:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:185:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:187:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:191:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:194:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:196:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:201:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/binding/cxx/ncmpi_notyet.cpp:205:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/dispatchers/attribute.c:42:37: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/dispatchers/dimension.c:184:37: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/dispatchers/error_codes.c:591:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/dispatchers/file.c:149:9: error: syntax error [syntaxError] pnetcdf-1.14.0/src/dispatchers/lib_version.c:21:51: error: There is an unknown macro here somewhere. Configuration is required. If PNETCDF_VERSION is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/dispatchers/variable.c:302:37: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/common/check_name.c:241:6: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/common/create_imaptype.c:37:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_DATATYPE_NULL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/dtype_decode.c:684:33: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/common/error_adios2nc.c:28:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBAD_FILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/error_adios2nc.c:20:48: style: Parameter 'err_msg' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/common/error_mpi2nc.c:27:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_ERROR_STRING [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/error_mpi2nc.c:24:31: style: Parameter 'err_msg' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/common/error_posix2nc.c:27:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/error_posix2nc.c:18:33: style: Parameter 'err_msg' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/common/error_posix2nc.c:23:11: style: Variable 'errorString' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/common/hash_map.c:28:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/hash_map.c:51:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/hash_map.c:66:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EEXIST [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/hash_map.c:108:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/hash_map.c:98:20: style: Variable 'cur' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/common/mem_alloc.c:307:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTENABLED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/mem_alloc.c:326:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTENABLED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/mem_alloc.c:347:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTENABLED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/pack_unpack.c:106:13: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:54:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:90:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:649:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: warning: Either the condition 'starter_property->comb_index<0x8000' is redundant or the array 'utf8proc_combinations[5410]' is accessed at index 32767, which is out of bounds. [arrayIndexOutOfBoundsCond] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:749:42: note: Assuming that condition 'starter_property->comb_index<0x8000' is not redundant pnetcdf-1.14.0/src/drivers/common/utf8proc.c:752:38: note: Assignment 'sidx=starter_property->comb_index', assigned value is 32767 pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: note: Array index out of bounds pnetcdf-1.14.0/src/drivers/common/utf8proc.c:219:75: style:inconclusive: Function 'utf8proc_iterate' argument 3 names different: declaration 'codepoint_ref' definition 'dst'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:442:126: note: Function 'utf8proc_iterate' argument 3 names different: declaration 'codepoint_ref' definition 'dst'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:219:75: note: Function 'utf8proc_iterate' argument 3 names different: declaration 'codepoint_ref' definition 'dst'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:267:76: style:inconclusive: Function 'utf8proc_codepoint_valid' argument 1 names different: declaration 'codepoint' definition 'uc'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:450:76: note: Function 'utf8proc_codepoint_valid' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:267:76: note: Function 'utf8proc_codepoint_valid' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:272:75: style:inconclusive: Function 'utf8proc_encode_char' argument 1 names different: declaration 'codepoint' definition 'uc'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:461:75: note: Function 'utf8proc_encode_char' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:272:75: note: Function 'utf8proc_encode_char' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:340:86: style:inconclusive: Function 'utf8proc_get_property' argument 1 names different: declaration 'codepoint' definition 'uc'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:475:86: note: Function 'utf8proc_get_property' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:340:86: note: Function 'utf8proc_get_property' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:422:22: style:inconclusive: Function 'utf8proc_grapheme_break_stateful' argument 1 names different: declaration 'codepoint1' definition 'c1'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:613:22: note: Function 'utf8proc_grapheme_break_stateful' argument 1 names different: declaration 'codepoint1' definition 'c1'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:422:22: note: Function 'utf8proc_grapheme_break_stateful' argument 1 names different: declaration 'codepoint1' definition 'c1'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:422:43: style:inconclusive: Function 'utf8proc_grapheme_break_stateful' argument 2 names different: declaration 'codepoint2' definition 'c2'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:613:51: note: Function 'utf8proc_grapheme_break_stateful' argument 2 names different: declaration 'codepoint2' definition 'c2'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:422:43: note: Function 'utf8proc_grapheme_break_stateful' argument 2 names different: declaration 'codepoint2' definition 'c2'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:431:22: style:inconclusive: Function 'utf8proc_grapheme_break' argument 1 names different: declaration 'codepoint1' definition 'c1'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:620:22: note: Function 'utf8proc_grapheme_break' argument 1 names different: declaration 'codepoint1' definition 'c1'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:431:22: note: Function 'utf8proc_grapheme_break' argument 1 names different: declaration 'codepoint1' definition 'c1'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:431:43: style:inconclusive: Function 'utf8proc_grapheme_break' argument 2 names different: declaration 'codepoint2' definition 'c2'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:620:51: note: Function 'utf8proc_grapheme_break' argument 2 names different: declaration 'codepoint2' definition 'c2'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:431:43: note: Function 'utf8proc_grapheme_break' argument 2 names different: declaration 'codepoint2' definition 'c2'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:495:60: style:inconclusive: Function 'utf8proc_charwidth' argument 1 names different: declaration 'codepoint' definition 'c'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:652:60: note: Function 'utf8proc_charwidth' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:495:60: note: Function 'utf8proc_charwidth' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:499:75: style:inconclusive: Function 'utf8proc_category' argument 1 names different: declaration 'codepoint' definition 'c'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:658:75: note: Function 'utf8proc_category' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:499:75: note: Function 'utf8proc_category' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:503:74: style:inconclusive: Function 'utf8proc_category_string' argument 1 names different: declaration 'codepoint' definition 'c'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:664:74: note: Function 'utf8proc_category_string' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:503:74: note: Function 'utf8proc_category_string' argument 1 names different: declaration 'codepoint' definition 'c'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:513:78: style:inconclusive: Function 'utf8proc_decompose_char' argument 1 names different: declaration 'codepoint' definition 'uc'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/common/utf8proc.h:505:20: note: Function 'utf8proc_decompose_char' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:513:78: note: Function 'utf8proc_decompose_char' argument 1 names different: declaration 'codepoint' definition 'uc'. pnetcdf-1.14.0/src/drivers/common/utils.c:28:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_CHAR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/common/utils.c:51:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:48:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:64:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:99:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MODE_DEF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:126:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_attr.c:141:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_dim.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_dim.c:58:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_dim.c:75:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_dim.c:93:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_file.c:85:23: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:75:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:96:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:121:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:144:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:170:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:186:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:193:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:199:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:215:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:229:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:243:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:258:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:273:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:288:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:300:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:312:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/nc4io/nc4io_var.c:114:27: style: Parameter 'offsetp' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:42:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:80:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:193:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:205:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:214:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:231:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_attr.c:284:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:49:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adios_bp_buffer_struct_v1 [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:108:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:465:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adios_bp_buffer_struct_v1 [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:322:24: style: Condition 'verbose>0' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:232:25: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:299:21: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:323:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:323:17: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:323:17: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:474:9: error: Memory leak: b_0 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:474:9: error: Memory leak: b_1 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:480:9: error: Memory leak: b_0 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:480:9: error: Memory leak: b_1 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:491:9: error: Memory leak: b_0 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:491:9: error: Memory leak: b_1 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:497:9: error: Memory leak: b_0 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:497:9: error: Memory leak: b_1 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:504:9: error: Memory leak: b_1 [memleak] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:577:14: error: Common realloc mistake: 'var_dims' nulled but not freed upon failure [memleakOnRealloc] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:619:17: error: Common realloc mistake: 'var_dims' nulled but not freed upon failure [memleakOnRealloc] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:62:30: warning: If memory allocation fails, then there is a possible null pointer dereference: new_path [nullPointerOutOfMemory] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:58:28: note: Assuming allocation function fails pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:58:28: note: Assignment 'new_path=strdup(path)', assigned value is 0 pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:59:18: note: Assuming condition is false pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:62:30: note: Null pointer dereference pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:420:14: style: Variable 'rank' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:410:14: note: rank is assigned pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:420:14: note: rank is overwritten pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:601:21: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:597:17: note: err is assigned pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:601:21: note: err is overwritten pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:654:13: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:601:21: note: err is assigned pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:654:13: note: err is overwritten pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:611:21: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:608:21: note: err is assigned pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:611:21: note: err is overwritten pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:528:13: style: Local variable 'i' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:456:9: note: Shadowed declaration pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:528:13: note: Shadow variable pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:47:52: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:56:41: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:56:53: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:103:17: style: Variable 'rank' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:373:27: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:377:27: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:386:28: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:439:23: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_bp2ncd.c:659:24: style: Variable 'var_dims_count' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_dim.c:37:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_dim.c:63:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_dim.c:79:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_file.c:78:24: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:28:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:42:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:108:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable atts [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:125:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dimids [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:161:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adios_errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:50:42: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:51:30: style: Parameter 'dimids' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:68:42: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_internal.c:126:29: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:23:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:29:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:35:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:42:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:55:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:66:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:76:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ad_var [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:96:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ad_dim [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:116:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:133:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:145:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:129:44: style: Parameter 'list' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:129:56: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:141:44: style: Parameter 'list' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:141:56: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_lists.c:154:44: style: Parameter 'list' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_misc.c:26:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_misc.c:81:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_misc.c:132:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:79:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ad_get_req [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:113:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ad_get_req [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:147:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:163:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:186:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:199:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adios_errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:217:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:266:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:296:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:346:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:486:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_nonblocking.c:297:21: style: Variable 'lp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_sync.c:31:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:67:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:106:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:136:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:157:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:189:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:225:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:233:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:240:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:257:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:274:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:289:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:305:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:321:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:337:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:350:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:363:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTSUPPORT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:171:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:164:9: note: err is assigned pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:171:9: note: err is overwritten pnetcdf-1.14.0/src/drivers/ncadios/ncadios_var.c:90:27: style: Parameter 'fill_valuep' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_dim.c:32:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_dim.c:63:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_file.c:73:24: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:32:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_LOG_MAX_PATH [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:338:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_metadataheader [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:365:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:497:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:93:21: style: Condition 'i>-1' is always true [knownConditionTrueFalse] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:121:14: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: logdir [nullPointerOutOfResources] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:116:21: note: Assuming allocation function fails pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:116:21: note: Assignment 'logdir=opendir(logbasep)', assigned value is 0 pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:121:14: note: Null pointer dereference pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:101:15: style: Unsigned expression 'i' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:34:11: style: Variable 'abspath' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:34:21: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:34:29: style: Variable 'path' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log.c:366:27: style: Variable 'headerp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:25:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_LOG_TYPE_TEXT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:74:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:164:12: style: Variable 'entryp' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:124:12: note: entryp is assigned pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:164:12: note: entryp is overwritten pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:85:27: style: Variable 'headerp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:86:24: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:117:14: style: Variable 'dataread' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:225:22: style: Variable 'dataread' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:357:18: style: Variable 'j' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_flush.c:362:24: style: Variable 'databufferused' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_put.c:22:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_CHAR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_put.c:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_put.c:291:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_log_put.c:278:17: style: Variable 'start' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:27:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:91:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:129:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOMEM [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:147:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:184:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:205:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_metadataptr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:216:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_metadataptr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_mem.c:232:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_misc.c:42:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_PROCESSOR_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:66:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_put_req [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:99:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_put_req [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:132:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:149:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:174:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valid [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:194:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:244:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:265:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:315:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:195:21: style: Variable 'lp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:196:20: style: Variable 'req' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:245:21: style: Variable 'lp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:266:21: style: Variable 'lp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:267:20: style: Variable 'req' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_nonblocking.c:316:21: style: Variable 'lp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:43:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_bb_sharedfile [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:111:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:160:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EFILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:266:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EFILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:332:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EFILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:437:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EFILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:496:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EFILE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:34:47: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:149:35: style: Variable 'wsize' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_sharedfile.c:322:35: style: Variable 'rsize' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_util.c:23:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_VAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_util.c:80:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_LOG_HINT_LOG_OVERWRITE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:66:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:126:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:159:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_REQ_ZERO [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:215:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:251:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:308:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:347:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:374:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:473:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:508:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:586:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:304:58: style: Parameter 'ncdp' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:312:52: style: Parameter 'ncdp' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncbbio/ncbbio_var.c:447:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:58:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:89:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:108:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:122:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:138:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_attr.c:157:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_dim.c:39:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_dim.c:53:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_dim.c:68:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_dim.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_file.c:71:22: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:69:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:83:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:105:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:119:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:141:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:158:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:218:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:241:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:254:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:266:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:289:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:309:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:330:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:352:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:374:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:396:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:415:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncfoo/ncfoo_var.c:434:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/check_start_count_stride.c:78:38: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/filetype.c:92:33: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/header.c:102:9: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/misc.c:1060:9: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/mpincio.c:291:34: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/mpinetcdf.c:669:9: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/string.c:323:6: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/Legacy/util.c:52:13: error: syntax error [syntaxError] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_bput.c:139:28: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_close.c:49:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_INFO_NULL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_close.c:67:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_FILE_NULL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_close.c:98:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_close.c:69:13: error: Uninitialized variable: mpireturn [uninitvar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_create.c:226:34: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_dim.c:171:34: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_enddef.c:761:9: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_file_io.c:129:25: error: syntax error [syntaxError] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_file_misc.c:103:27: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:122:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:310:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:416:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:504:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:623:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:500:47: style:inconclusive: Function 'ncmpio_filetype_create_vars' argument 6 names different: declaration 'offset' definition 'offset_ptr'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:523:56: note: Function 'ncmpio_filetype_create_vars' argument 6 names different: declaration 'offset' definition 'offset_ptr'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:500:47: note: Function 'ncmpio_filetype_create_vars' argument 6 names different: declaration 'offset' definition 'offset_ptr'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:501:47: style:inconclusive: Function 'ncmpio_filetype_create_vars' argument 7 names different: declaration 'filetype' definition 'filetype_ptr'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:524:31: note: Function 'ncmpio_filetype_create_vars' argument 7 names different: declaration 'filetype' definition 'filetype_ptr'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:501:47: note: Function 'ncmpio_filetype_create_vars' argument 7 names different: declaration 'filetype' definition 'filetype_ptr'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:376:13: warning: Uninitialized variable: mpireturn [uninitvar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:371:22: note: Assuming condition is false pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:376:13: note: Uninitialized variable: mpireturn pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:702:9: error: Uninitialized variable: mpireturn [legacyUninitvar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_filetype.c:146:29: style: Variable 'blklens' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_fill.c:789:13: error: syntax error [syntaxError] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:163:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:222:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:266:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:307:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_INT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:89:51: style:inconclusive: Function 'ncmpio_Pearson_hash' argument 2 names different: declaration 'hsize' definition 'hash_size'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:561:47: note: Function 'ncmpio_Pearson_hash' argument 2 names different: declaration 'hsize' definition 'hash_size'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:89:51: note: Function 'ncmpio_Pearson_hash' argument 2 names different: declaration 'hsize' definition 'hash_size'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:136:47: style:inconclusive: Function 'ncmpio_update_name_lookup_table' argument 5 names different: declaration 'newname' definition 'unewname'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:565:66: note: Function 'ncmpio_update_name_lookup_table' argument 5 names different: declaration 'newname' definition 'unewname'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:136:47: note: Function 'ncmpio_update_name_lookup_table' argument 5 names different: declaration 'newname' definition 'unewname'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_hash_func.c:91:19: style: Variable 'T' can be declared as const array [constVariable] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_header_get.c:87:9: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_header_put.c:609:39: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ASSIGN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:181:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_PROCESSOR_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:439:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:529:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:629:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:752:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:827:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1275:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1360:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:111:9: style: Same expression on both sides of '-'. [duplicateExpression] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1270:49: style:inconclusive: Function 'ncmpio_intra_node_aggregation_nreqs' argument 2 names different: declaration 'mode' definition 'reqMode'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:653:50: note: Function 'ncmpio_intra_node_aggregation_nreqs' argument 2 names different: declaration 'mode' definition 'reqMode'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1270:49: note: Function 'ncmpio_intra_node_aggregation_nreqs' argument 2 names different: declaration 'mode' definition 'reqMode'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1351:49: style:inconclusive: Function 'ncmpio_intra_node_aggregation' argument 2 names different: declaration 'mode' definition 'reqMode'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_NC.h:656:44: note: Function 'ncmpio_intra_node_aggregation' argument 2 names different: declaration 'mode' definition 'reqMode'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:1351:49: note: Function 'ncmpio_intra_node_aggregation' argument 2 names different: declaration 'mode' definition 'reqMode'. pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:514:32: style: Parameter 'ncp' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:531:28: style: Variable 'shape' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:631:33: style: Variable 'shape' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_intra_node.c:631:41: style: Variable 'stride' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_open.c:93:22: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_subfile.c:253:33: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_sync.c:104:34: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_util.c:796:17: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ASSIGN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_var.c:480:26: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_RETURN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_vard.c:56:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_vard.c:405:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_REQ_ZERO [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_vard.c:427:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_REQ_ZERO [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/drivers/ncmpio/ncmpio_wait.c:308:31: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ASSIGN_ERROR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/src/utils/hacking/hack_numrecs.c:52:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/hacking/hack_numrecs.c:75:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/utils/hacking/hack_numrecs.c:45:9: style: Unused variable: i [unusedVariable] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:202:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:329:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:206:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:208:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:279:23: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:285:23: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:508:59: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:509:59: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:1066:57: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:1067:57: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:120:30: style: Checking if unsigned expression 'nelems' is less than zero. [unsignedLessThanZero] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:481:23: style: Local variable 'str' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:242:11: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:481:23: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:749:27: style: Local variable 'str' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:242:11: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:749:27: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:1021:31: style: Local variable 'str' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:242:11: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:1021:31: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:164:13: style: Parameter 'progname' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:192:11: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:242:17: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidiff/cdfdiff.c:833:15: style: Variable 'var_name' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:312:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:360:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:316:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:318:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:397:23: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:403:23: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1020:29: style: Comparing expression of type 'unsigned char' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1021:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1020:29: style: Unsigned expression 'b1[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1020:29: style: Unsigned expression 'b2[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1021:29: style: Unsigned expression 'b1[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1021:29: style: Unsigned expression 'b2[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1022:29: style: Unsigned expression 'b1[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1022:29: style: Unsigned expression 'b2[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1024:29: style: Unsigned expression 'b1[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:1024:29: style: Unsigned expression 'b2[pos]' can't be negative so it is unnecessary to test it. [unsignedPositive] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:271:23: style: Parameter 'progname' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:302:11: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidiff/ncmpidiff.c:379:21: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:40:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:75:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:145:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:56:16: style:inconclusive: Function 'set_indent' argument 1 names different: declaration 'indent' definition 'in'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.h:40:30: note: Function 'set_indent' argument 1 names different: declaration 'indent' definition 'in'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:56:16: note: Function 'set_indent' argument 1 names different: declaration 'indent' definition 'in'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:70:18: style:inconclusive: Function 'lput' argument 1 names different: declaration 'string' definition 'cp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.h:46:32: note: Function 'lput' argument 1 names different: declaration 'string' definition 'cp'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:70:18: note: Function 'lput' argument 1 names different: declaration 'string' definition 'cp'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:85:17: style:inconclusive: Function 'set_formats' argument 1 names different: declaration 'flt_digs' definition 'float_digits'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.h:49:31: note: Function 'set_formats' argument 1 names different: declaration 'flt_digs' definition 'float_digits'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:85:17: note: Function 'set_formats' argument 1 names different: declaration 'flt_digs' definition 'float_digits'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:85:35: style:inconclusive: Function 'set_formats' argument 2 names different: declaration 'dbl_digs' definition 'double_digits'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.h:49:45: note: Function 'set_formats' argument 2 names different: declaration 'dbl_digs' definition 'double_digits'. pnetcdf-1.14.0/src/utils/ncmpidump/dumplib.c:85:35: note: Function 'set_formats' argument 2 names different: declaration 'dbl_digs' definition 'double_digits'. pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:324:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:392:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:749:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:852:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:631:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:633:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:120:12: warning: If memory allocation fails, then there is a possible null pointer dereference: new [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:117:26: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:117:11: note: Assignment 'new=(char*)malloc((unsigned int)(strlen(cp)+1))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:120:12: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:121:23: warning: If memory allocation fails, then there is a possible null pointer dereference: new [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:117:26: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:117:11: note: Assignment 'new=(char*)malloc((unsigned int)(strlen(cp)+1))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:121:23: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:465:13: warning: If memory allocation fails, then there is a possible null pointer dereference: dims [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:463:38: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:463:16: note: Assignment 'dims=(struct ncdim*)malloc(ndims*sizeof(struct ncdim))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:465:13: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:537:26: warning: If memory allocation fails, then there is a possible null pointer dereference: vdims [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:535:45: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:535:29: note: Assignment 'vdims=(unsigned long*)malloc(var.ndims*sizeof(unsigned long))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:537:26: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:157:16: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:616:11: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:741:43: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:743:11: style: Variable 'cdf_signature' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidump/ncmpidump.c:744:11: style: Variable 'hdf5_signature' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:87:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_EPSILON [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:118:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_EPSILON [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:577:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_Offset [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:583:2: warning: If memory allocation fails, then there is a possible null pointer dereference: cor [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:577:31: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:577:11: note: Assignment 'cor=(MPI_Offset*)malloc(vrank*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:583:2: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:584:2: warning: If memory allocation fails, then there is a possible null pointer dereference: edg [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:578:31: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:578:11: note: Assignment 'edg=(MPI_Offset*)malloc(vrank*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:584:2: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:656:3: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:659:5: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:662:3: portability:inconclusive: Casting from double * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:665:5: portability:inconclusive: Casting from double * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:668:3: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:671:5: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:674:3: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:677:5: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:680:3: portability: Casting between double * and float * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:683:5: portability: Casting between double * and float * which have an incompatible binary data representation. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:692:3: portability:inconclusive: Casting from double * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:695:5: portability:inconclusive: Casting from double * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:698:3: portability: Casting from double * to unsigned short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:701:5: portability: Casting from double * to unsigned short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:704:3: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:707:5: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:710:3: portability: Casting from double * to signed long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:713:5: portability: Casting from double * to signed long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:716:3: portability: Casting from double * to unsigned long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:719:5: portability: Casting from double * to unsigned long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:85:11: style: Local variable 'float_eps' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:79:14: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:85:11: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:116:12: style: Local variable 'double_eps' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:80:15: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:116:12: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpidump/vardata.c:520:13: style: Parameter 'vdims' can be declared as const array [constParameter] pnetcdf-1.14.0/src/utils/ncmpigen/escapes.c:26:15: style: Variable 't' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:48:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:318:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:641:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:905:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:921:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1340:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1495:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1699:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1723:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2020:8: style: Redundant initialization for 'cp'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2011:20: note: cp is initialized pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2020:8: note: cp is overwritten pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2020:5: style: Variable 'cp' is assigned an expression that holds the same value. [redundantAssignment] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2011:20: note: cp is assigned 'name' here. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2016:27: note: Assuming condition is false pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:2020:5: note: Variable 'cp' is assigned an expression that holds the same value. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1793:11: style:inconclusive: Function 'expe2d' argument 1 names different: declaration 'ptr' definition 'cp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:45:28: note: Function 'expe2d' argument 1 names different: declaration 'ptr' definition 'cp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1793:11: note: Function 'expe2d' argument 1 names different: declaration 'ptr' definition 'cp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1833:10: style:inconclusive: Function 'grow_iarray' argument 1 names different: declaration 'narray' definition 'nar'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:46:31: note: Function 'grow_iarray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1833:10: note: Function 'grow_iarray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1834:12: style:inconclusive: Function 'grow_iarray' argument 2 names different: declaration 'array' definition 'arpp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:46:45: note: Function 'grow_iarray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1834:12: note: Function 'grow_iarray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1859:10: style:inconclusive: Function 'grow_varray' argument 1 names different: declaration 'narray' definition 'nar'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:47:31: note: Function 'grow_varray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1859:10: note: Function 'grow_varray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1860:20: style:inconclusive: Function 'grow_varray' argument 2 names different: declaration 'array' definition 'arpp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:47:53: note: Function 'grow_varray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1860:20: note: Function 'grow_varray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1885:10: style:inconclusive: Function 'grow_darray' argument 1 names different: declaration 'narray' definition 'nar'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:48:31: note: Function 'grow_darray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1885:10: note: Function 'grow_darray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1886:20: style:inconclusive: Function 'grow_darray' argument 2 names different: declaration 'array' definition 'arpp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:48:53: note: Function 'grow_darray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1886:20: note: Function 'grow_darray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1911:10: style:inconclusive: Function 'grow_aarray' argument 1 names different: declaration 'narray' definition 'nar'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:49:31: note: Function 'grow_aarray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1911:10: note: Function 'grow_aarray' argument 1 names different: declaration 'narray' definition 'nar'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1912:20: style:inconclusive: Function 'grow_aarray' argument 2 names different: declaration 'array' definition 'arpp'. [funcArgNamesDifferent] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.h:49:53: note: Function 'grow_aarray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1912:20: note: Function 'grow_aarray' argument 2 names different: declaration 'array' definition 'arpp'. pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1551:13: style: Local variable 'sp' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1414:10: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1551:13: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1585:32: style: Local variable 'rec_len' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncmpigen/ncmpigen.h:24:19: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1585:32: note: Shadow variable pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:161:18: style: Variable 'bytep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:162:12: style: Variable 'shortp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:163:10: style: Variable 'intp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:164:12: style: Variable 'floatp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:165:13: style: Variable 'doublep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:166:20: style: Variable 'ubytep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:167:21: style: Variable 'ushortp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:168:19: style: Variable 'uintp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:169:16: style: Variable 'int64p' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:170:25: style: Variable 'uint64p' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:188:15: style: Variable 'octs' can be declared as const array [constVariable] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:924:17: style: Variable 'cont' can be declared as const array [constVariable] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1127:18: style: Variable 'schp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1128:12: style: Variable 'shortp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1129:10: style: Variable 'intp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1130:12: style: Variable 'floatp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1131:13: style: Variable 'doublep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1217:15: style: Variable 'octs' can be declared as const array [constVariable] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1419:15: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1432:26: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1457:26: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1475:19: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1507:19: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1514:19: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1524:19: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1661:12: style: Parameter 'netcdfname' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncmpigen/genlib.c:1793:11: style: Parameter 'cp' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncmpigen/getfill.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_CHAR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:424:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:555:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:607:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:675:2: warning: If memory allocation fails, then there is a possible null pointer dereference: start [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:13: note: Assignment 'start=(MPI_Offset*)malloc(vars[varnum].ndims*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpigen/load.c:675:2: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:13: note: Assignment 'start=(MPI_Offset*)malloc(vars[varnum].ndims*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: note: Null pointer addition pnetcdf-1.14.0/src/utils/ncmpigen/load.c:37:16: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:67:11: style: Variable 'charvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:68:12: style: Variable 'shortvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:69:10: style: Variable 'intvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:70:12: style: Variable 'floatvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:71:13: style: Variable 'doublevalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:72:20: style: Variable 'ubytevalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:73:21: style: Variable 'ushortvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:74:19: style: Variable 'uintvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:75:16: style: Variable 'int64valp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:76:25: style: Variable 'uint64valp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:403:12: style: Variable 'shortvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:404:10: style: Variable 'intvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:405:12: style: Variable 'floatvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:406:13: style: Variable 'doublevalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:407:20: style: Variable 'ubytevalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:408:21: style: Variable 'ushortvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:409:19: style: Variable 'uintvalp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:410:16: style: Variable 'int64valp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:411:25: style: Variable 'uint64valp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncmpigen/main.c:115:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] ./ncmpigen.y:1189:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valnum [valueFlowBailoutIncompleteVar] ./ncmpigen.y:1211:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable natts [valueFlowBailoutIncompleteVar] ./ncmpigen.y:164:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dims [valueFlowBailoutIncompleteVar] y.tab.c:693:1: style: Label 'yyerrlab' is not used. There is #if in function body so the label might be used in code that is removed by the preprocessor. [unusedLabelConfiguration] lex.ncmpi.c:911:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] lex.ncmpi.c:1526:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.ncmpi.c:1710:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.ncmpi.c:1857:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] lex.ncmpi.c:2095:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] lex.ncmpi.c:1492:27: warning: Possible null pointer dereference: b [nullPointer] lex.ncmpi.c:1489:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0 lex.ncmpi.c:1492:27: note: Null pointer dereference lex.ncmpi.c:1494:9: warning: Possible null pointer dereference: b [nullPointer] lex.ncmpi.c:1489:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0 lex.ncmpi.c:1494:9: note: Null pointer dereference lex.ncmpi.c:1861:2: warning: Possible null pointer dereference: b [nullPointer] lex.ncmpi.c:1750:20: note: Calling function 'ncmpi_init_buffer', 1st argument '(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL' value is 0 lex.ncmpi.c:1861:2: note: Null pointer dereference lex.ncmpi.c:1862:2: warning: Possible null pointer dereference: b [nullPointer] lex.ncmpi.c:1750:20: note: Calling function 'ncmpi_init_buffer', 1st argument '(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL' value is 0 lex.ncmpi.c:1862:2: note: Null pointer dereference lex.ncmpi.c:1526:3: style: Redundant initialization for 'c'. The initialized value is overwritten before it is read. [redundantInitialization] lex.ncmpi.c:1526:3: note: c is initialized lex.ncmpi.c:1526:3: note: c is overwritten lex.ncmpi.c:1602:59: style:inconclusive: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent] lex.ncmpi.c:365:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. lex.ncmpi.c:1602:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. lex.ncmpi.c:1625:49: style:inconclusive: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent] lex.ncmpi.c:772:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. lex.ncmpi.c:1625:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. lex.ncmpi.c:2046:51: style:inconclusive: Function 'ncmpi_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent] lex.ncmpi.c:320:50: note: Function 'ncmpi_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. lex.ncmpi.c:2046:51: note: Function 'ncmpi_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. lex.ncmpi.c:2059:51: style:inconclusive: Function 'ncmpi_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent] lex.ncmpi.c:321:49: note: Function 'ncmpi_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. lex.ncmpi.c:2059:51: note: Function 'ncmpi_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. lex.ncmpi.c:2059:65: style:inconclusive: Function 'ncmpi_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent] lex.ncmpi.c:321:59: note: Function 'ncmpi_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. lex.ncmpi.c:2059:65: note: Function 'ncmpi_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. lex.ncmpi.c:2191:27: style:inconclusive: Function 'ncmpiset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent] lex.ncmpi.c:738:26: note: Function 'ncmpiset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. lex.ncmpi.c:2191:27: note: Function 'ncmpiset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. lex.ncmpi.c:1439:17: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.ncmpi.c:1640:18: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.ncmpi.c:2059:51: style: Parameter 'yybytes' can be declared as pointer to const [constParameterPointer] lex.ncmpi.c:2093:43: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] ./ncmpigen.l:137:9: style: Variable 's' can be declared as pointer to const [constVariablePointer] ./ncmpigen.l:138:9: style: Variable 't' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:486:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:821:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:883:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:994:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1038:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1113:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1252:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1387:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1422:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1615:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1664:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1818:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1893:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1910:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1822:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1824:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1319:15: style: Condition 'attrp==NULL' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1955:5: warning: If memory allocation fails, then there is a possible null pointer dereference: ncp [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1954:23: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1954:11: note: Assignment 'ncp=(struct NC*)calloc(1,sizeof(struct NC))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1955:5: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2118:43: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2098:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2098:20: note: Assignment 'line=(char*)malloc(lineLen)', assigned value is 0 pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2118:43: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2207:43: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2190:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2190:20: note: Assignment 'line=(char*)malloc(lineLen)', assigned value is 0 pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2207:43: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2073:13: style: Local variable 'j' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1902:12: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2073:13: note: Shadow variable pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2165:13: style: Local variable 'j' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1902:12: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:2165:13: note: Shadow variable pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:452:13: style: Variable 'first_var' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1657:11: style: Variable 'magic' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1807:11: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1845:13: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1879:13: style: Parameter 'cmd' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1881:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1901:11: style: Variable 'filename' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1901:22: style: Variable 'env_str' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:845:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:889:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1359:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2410:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2492:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2559:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2574:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:856:13: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:941:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1413:34: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1416:18: note: Assuming that condition 'name!=NULL' is not redundant pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1413:34: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1647:34: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1653:18: note: Assuming that condition 'name!=NULL' is not redundant pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1647:34: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2404:16: style: Local variable 'i' shadows outer variable [shadowVariable] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2264:9: note: Shadowed declaration pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2404:16: note: Shadow variable pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:751:13: style: Variable 'first_var' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:839:52: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1072:70: style: Parameter 'ncap' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1929:33: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1950:21: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:1975:21: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2014:33: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2036:21: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2060:21: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2210:17: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2240:17: style: Variable 'varp' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2483:23: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2549:13: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:2551:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/src/utils/ncvalidator/ncvalidator.c:182:16: style: struct member 'bufferinfo::fd' is never used. [unusedStructMember] pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:45:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTNC [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:58:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:74:30: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:71:38: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:71:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:74:30: note: Null pointer dereference pnetcdf-1.14.0/src/utils/ncvalidator/tst_open.c:43:15: style: Parameter 'err_str' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/pnetcdf_version/pnetcdf_version.c:34:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/pnetcdf_version/pnetcdf_version.c:54:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/src/utils/pnetcdf_version/pnetcdf_version.c:26:25: style: Parameter 'argv0' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/src/utils/pnetcdf_version/pnetcdf_version.c:27:11: style: Variable 'help' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/C/Legacy/sfc_pres_temp_rd.c:82:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOWRITE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/C/Legacy/sfc_pres_temp_wr.c:97:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/C/Legacy/simple_xy_rd.c:46:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOWRITE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/C/Legacy/simple_xy_wr.c:64:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:92:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:194:73: warning: If memory allocation fails, then there is a possible null pointer dereference: pres_in [nullPointerOutOfMemory] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:180:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:180:15: note: Assignment 'pres_in=(float**)malloc(count[1]*2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:194:73: note: Null pointer dereference pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:22: note: Assignment 'pres_in[0]=(float*)malloc(count[1]*2*6*12*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: note: Null pointer addition pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:121:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:105:9: note: err is assigned pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:121:9: note: err is overwritten pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:121:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:111:13: note: err is assigned pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:121:9: note: err is overwritten pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:129:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:123:9: note: err is initialized pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:129:9: note: err is overwritten pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:223:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:154:9: note: err is initialized pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:223:9: note: err is overwritten pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:234:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:223:9: note: err is assigned pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:234:9: note: err is overwritten pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:196:9: style: Local variable 'err' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:87:9: note: Shadowed declaration pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:196:9: note: Shadow variable pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:200:9: style: Local variable 'i' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:84:29: note: Shadowed declaration pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:200:9: note: Shadow variable pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:196:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/C/pres_temp_4D_wr.c:205:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/CXX/nctst.cpp:80:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncmpiChar [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:117:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable read [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:269:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable replace [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:365:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:396:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:411:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:424:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:448:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:461:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:479:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:514:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/nctst.cpp:86:16: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: value_in [nullPointerOutOfMemory] pnetcdf-1.14.0/test/CXX/nctst.cpp:84:34: note: Assuming allocation function fails pnetcdf-1.14.0/test/CXX/nctst.cpp:84:21: note: Assignment 'value_in=(char*)std::malloc(strlen(value)+1)', assigned value is 0 pnetcdf-1.14.0/test/CXX/nctst.cpp:86:16: note: Null pointer dereference pnetcdf-1.14.0/test/CXX/nctst.cpp:320:16: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/CXX/nctst.cpp:319:35: note: Assuming allocation function fails pnetcdf-1.14.0/test/CXX/nctst.cpp:319:21: note: Assignment 'str=(char*)std::calloc(TIMESTRINGLEN,1)', assigned value is 0 pnetcdf-1.14.0/test/CXX/nctst.cpp:320:16: note: Null pointer dereference pnetcdf-1.14.0/test/CXX/nctst.cpp:84:21: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/test/CXX/nctst.cpp:319:21: style: C-style pointer casting [cstyleCast] pnetcdf-1.14.0/test/CXX/test_classic.cpp:20:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/CXX/test_classic.cpp:30:12: style: Condition 'verbose' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/test/CXX/test_classic.cpp:17:31: note: Assignment 'verbose=0', assigned value is 0 pnetcdf-1.14.0/test/CXX/test_classic.cpp:21:13: note: Assuming condition is false pnetcdf-1.14.0/test/CXX/test_classic.cpp:30:12: note: Condition 'verbose' is always false pnetcdf-1.14.0/test/CXX/test_classic.cpp:58:14: style: Condition 'verbose' is always false [knownConditionTrueFalse] pnetcdf-1.14.0/test/CXX/test_classic.cpp:17:31: note: Assignment 'verbose=0', assigned value is 0 pnetcdf-1.14.0/test/CXX/test_classic.cpp:21:13: note: Assuming condition is false pnetcdf-1.14.0/test/CXX/test_classic.cpp:58:14: note: Condition 'verbose' is always false pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:201:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:201:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:203:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:203:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:206:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:206:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:201:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:201:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:203:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:203:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:206:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:206:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_double/test_write.c:77:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double/test_write.c:210:28: style: Variable 'nerrs' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/Legacy/test_double/test_write_indep.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double/test_write_indep.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:199:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:199:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:201:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:201:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:204:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:204:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:201:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:201:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:203:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:203:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:206:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:206:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_double_int/test_write.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_write.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_write_indep.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_double_int/test_write_indep.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:51:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_ORDER_C [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:108:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_DISTRIBUTE_CYCLIC [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:155:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:352:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:346:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:352:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:393:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:382:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:393:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:399:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:393:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:399:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:186:5: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:186:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:187:9: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:187:9: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:199:17: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:199:17: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:202:19: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:202:19: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:337:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tmpbuf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:334:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:333:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:337:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:229:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:334:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:333:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:163:12: style: Variable 'nc_etype' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:161:3: note: nc_etype is assigned pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:163:12: note: nc_etype is overwritten pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:95:48: style: Parameter 'array_of_sizes' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:51:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_ORDER_C [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:189:5: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:189:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:190:9: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:190:9: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:202:17: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:202:17: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:205:19: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:205:19: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:349:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tmpbuf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:346:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:345:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:349:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:236:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:346:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:345:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:168:12: style: Variable 'nc_etype' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:166:3: note: nc_etype is assigned pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:168:12: note: nc_etype is overwritten pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:95:13: style: Parameter 'total_sizes' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:51:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_ORDER_C [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:159:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:366:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:360:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:366:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:405:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:394:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:405:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:411:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:405:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:411:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:442:12: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:431:12: note: First condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:442:12: note: Second condition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:190:5: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:190:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:191:9: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:191:9: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:203:17: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:203:17: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:206:19: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_sizes [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:206:19: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:351:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tmpbuf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:348:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:347:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:351:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:237:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:348:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:347:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:167:12: style: Variable 'nc_etype' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:165:3: note: nc_etype is assigned pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:167:12: note: nc_etype is overwritten pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:95:13: style: Parameter 'total_sizes' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:72:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:201:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:201:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:203:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:203:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:206:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:194:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:206:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:199:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:199:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:201:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:201:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:204:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:192:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:204:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_float/test_write.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_float/test_write.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_float/test_write_indep.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_float/test_write_indep.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:205:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:205:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:207:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:207:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:210:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:198:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:210:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:112:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:110:10: note: status is assigned pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:112:10: note: status is overwritten pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:204:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:204:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:206:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:206:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:210:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:197:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:210:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:112:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:110:10: note: status is assigned pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:112:10: note: status is overwritten pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:206:5: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:206:5: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:208:69: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:208:69: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:211:67: warning: If memory allocation fails, then there is a possible null pointer dereference: vardims [nullPointerOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:199:13: note: Assignment 'vardims=(int**)malloc(nvars*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:211:67: note: Null pointer dereference pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: note: Null pointer addition pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:112:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:110:10: note: status is assigned pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:112:10: note: status is overwritten pnetcdf-1.14.0/test/Legacy/test_int/test_write.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_write.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_write64.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_write64.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_write_indep.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/Legacy/test_int/test_write_indep.c:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/att.c:35:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/att.c:51:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/att.c:47:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/att.c:47:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/att.c:51:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/att.c:63:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/att.c:58:9: note: err is initialized pnetcdf-1.14.0/test/adios/att.c:63:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:70:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:63:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:70:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:77:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:70:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:77:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:84:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:77:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:84:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:92:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:84:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:92:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:100:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/att.c:94:9: note: err is initialized pnetcdf-1.14.0/test/adios/att.c:100:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:107:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:100:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:107:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:113:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:107:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:113:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:120:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/att.c:113:9: note: err is assigned pnetcdf-1.14.0/test/adios/att.c:120:9: note: err is overwritten pnetcdf-1.14.0/test/adios/att.c:55:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/att.c:92:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/att.c:120:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/header.c:110:60: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/adios/indep.c:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/indep.c:62:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/indep.c:58:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/indep.c:58:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/indep.c:62:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/indep.c:82:13: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/indep.c:77:13: note: err is assigned pnetcdf-1.14.0/test/adios/indep.c:82:13: note: err is overwritten pnetcdf-1.14.0/test/adios/indep.c:80:9: style: Local variable 'imap' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/adios/indep.c:43:36: note: Shadowed declaration pnetcdf-1.14.0/test/adios/indep.c:80:9: note: Shadow variable pnetcdf-1.14.0/test/adios/indep.c:43:40: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/indep.c:66:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/indep.c:69:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/indep.c:82:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivar.c:48:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/ivar.c:64:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/ivar.c:60:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/ivar.c:60:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/ivar.c:64:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/ivar.c:84:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/ivar.c:72:9: note: err is initialized pnetcdf-1.14.0/test/adios/ivar.c:84:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:96:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivar.c:84:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivar.c:96:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:114:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivar.c:96:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivar.c:114:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:139:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivar.c:114:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivar.c:139:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:154:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/ivar.c:141:9: note: err is initialized pnetcdf-1.14.0/test/adios/ivar.c:154:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:172:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/ivar.c:157:9: note: err is initialized pnetcdf-1.14.0/test/adios/ivar.c:172:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:176:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivar.c:172:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivar.c:176:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:195:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/ivar.c:179:9: note: err is initialized pnetcdf-1.14.0/test/adios/ivar.c:195:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivar.c:68:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivar.c:139:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivar.c:154:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivar.c:176:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivar.c:195:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivarm.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/ivarm.c:61:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/ivarm.c:57:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/ivarm.c:57:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/ivarm.c:61:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/ivarm.c:72:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivarm.c:65:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivarm.c:72:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivarm.c:77:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivarm.c:72:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivarm.c:77:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivarm.c:43:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/ivarm.c:43:40: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/ivarm.c:77:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivarm.c:80:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivarm.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivars.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/ivars.c:61:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/ivars.c:57:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/ivars.c:57:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/ivars.c:61:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/ivars.c:74:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/ivars.c:65:9: note: err is assigned pnetcdf-1.14.0/test/adios/ivars.c:74:9: note: err is overwritten pnetcdf-1.14.0/test/adios/ivars.c:41:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/ivars.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivars.c:77:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/ivars.c:77:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/open.c:38:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/open.c:54:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/open.c:50:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/open.c:50:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/open.c:54:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/open.c:58:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/open.c:61:16: style: Variable 'ncmpi_close' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/var.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/var.c:61:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/var.c:57:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/var.c:57:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/var.c:61:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/var.c:80:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/adios/var.c:68:9: note: err is initialized pnetcdf-1.14.0/test/adios/var.c:80:9: note: err is overwritten pnetcdf-1.14.0/test/adios/var.c:92:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/var.c:80:9: note: err is assigned pnetcdf-1.14.0/test/adios/var.c:92:9: note: err is overwritten pnetcdf-1.14.0/test/adios/var.c:110:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/var.c:92:9: note: err is assigned pnetcdf-1.14.0/test/adios/var.c:110:9: note: err is overwritten pnetcdf-1.14.0/test/adios/var.c:132:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/var.c:110:9: note: err is assigned pnetcdf-1.14.0/test/adios/var.c:132:9: note: err is overwritten pnetcdf-1.14.0/test/adios/var.c:144:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/var.c:132:9: note: err is assigned pnetcdf-1.14.0/test/adios/var.c:144:9: note: err is overwritten pnetcdf-1.14.0/test/adios/var.c:65:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/var.c:144:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/varm.c:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/varm.c:62:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/varm.c:58:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/varm.c:58:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/varm.c:62:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/varm.c:73:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/varm.c:66:9: note: err is assigned pnetcdf-1.14.0/test/adios/varm.c:73:9: note: err is overwritten pnetcdf-1.14.0/test/adios/varm.c:78:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/varm.c:73:9: note: err is assigned pnetcdf-1.14.0/test/adios/varm.c:78:9: note: err is overwritten pnetcdf-1.14.0/test/adios/varm.c:43:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/varm.c:43:40: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/varm.c:78:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/adios/vars.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/adios/vars.c:61:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/adios/vars.c:57:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/adios/vars.c:57:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/adios/vars.c:61:33: note: Null pointer dereference pnetcdf-1.14.0/test/adios/vars.c:74:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/adios/vars.c:65:9: note: err is assigned pnetcdf-1.14.0/test/adios/vars.c:74:9: note: err is overwritten pnetcdf-1.14.0/test/adios/vars.c:41:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/adios/vars.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_bsize.c:34:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/burst_buffer/bb_bsize.c:62:41: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/burst_buffer/bb_bsize.c:60:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/burst_buffer/bb_bsize.c:60:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/burst_buffer/bb_bsize.c:62:41: note: Null pointer dereference pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:37:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_MAX_INFO_VAL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:55:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:53:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:53:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:55:33: note: Null pointer dereference pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:99:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:65:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:99:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:108:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:101:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:108:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:64:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_hints.c:99:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_many_reqs.c:90:85: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:33:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:28:21: error: Array 'start[1]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:75:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:77:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:79:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:81:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:88:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:90:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:95:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:51:41: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:49:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:49:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:51:41: note: Null pointer dereference pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:76:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:70:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:76:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:78:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:76:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:78:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:80:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:78:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:80:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:82:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:80:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:82:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:85:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:84:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:85:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:89:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:86:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:89:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:91:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:89:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:91:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:93:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:91:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:93:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:96:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:94:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:96:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:98:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:96:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:98:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:100:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:98:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:100:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:102:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:101:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:102:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:112:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:106:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:112:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:28:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:60:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:63:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:64:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:67:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:82:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:83:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:85:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:93:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:100:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:102:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:103:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:108:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:22:14: style: Unused variable: tmp [unusedVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:25:9: style: Unused variable: buffer [unusedVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:64:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:67:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:83:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:103:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/highdim.c:64:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/burst_buffer/highdim.c:95:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/burst_buffer/highdim.c:93:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/burst_buffer/highdim.c:93:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/burst_buffer/highdim.c:95:33: note: Null pointer dereference pnetcdf-1.14.0/test/burst_buffer/varn.c:35:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/burst_buffer/varn.c:53:41: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/burst_buffer/varn.c:51:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/burst_buffer/varn.c:51:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/burst_buffer/varn.c:53:41: note: Null pointer dereference pnetcdf-1.14.0/test/burst_buffer/varn.c:85:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/varn.c:72:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/varn.c:85:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/varn.c:95:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/varn.c:86:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/varn.c:95:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/varn.c:108:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/varn.c:96:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/varn.c:108:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/varn.c:118:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/burst_buffer/varn.c:109:9: note: err is initialized pnetcdf-1.14.0/test/burst_buffer/varn.c:118:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/varn.c:124:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/burst_buffer/varn.c:118:9: note: err is assigned pnetcdf-1.14.0/test/burst_buffer/varn.c:124:9: note: err is overwritten pnetcdf-1.14.0/test/burst_buffer/varn.c:62:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:65:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:66:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:69:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:85:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:95:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:108:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:120:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:65:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:66:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/burst_buffer/varn.c:69:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/cdf_type.c:93:28: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:67:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_INFO_NULL [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:93:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:91:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:91:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:93:33: note: Null pointer dereference pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:104:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:102:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:104:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:130:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:125:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:130:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:151:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:147:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:151:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:171:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:164:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:171:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:174:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:172:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:174:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:210:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:206:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:210:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:218:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:215:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:218:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:229:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:223:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:229:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:239:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:235:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:239:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:251:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:245:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:251:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:264:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:258:9: note: err is initialized pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:264:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:101:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:104:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:105:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:106:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:107:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:110:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:111:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:112:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:113:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:114:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:115:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:119:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:120:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:121:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:122:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:123:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:130:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:131:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:132:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:133:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:134:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:135:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:136:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:137:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:142:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:143:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:144:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:145:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:146:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:151:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:152:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:153:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:154:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:155:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:156:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:159:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:160:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:161:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:162:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:163:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:171:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:174:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:175:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:176:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:177:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:180:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:181:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:182:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:183:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:184:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:185:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:189:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:190:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:191:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:192:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:193:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:194:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:195:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:196:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:201:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:202:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:203:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:204:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:205:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:210:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:211:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:212:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:213:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:214:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:218:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:219:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:220:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:221:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:222:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:229:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:230:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:231:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:232:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:233:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:234:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:239:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:240:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:241:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:242:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:243:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:244:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:251:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:252:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:253:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:254:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:255:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:256:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:257:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:260:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:105:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:106:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:107:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:110:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:111:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:112:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:114:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:115:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:120:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:121:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:122:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:123:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:132:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:133:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:134:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:135:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:136:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:137:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:142:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:143:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:144:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:145:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:146:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:152:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:153:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:154:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:155:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:159:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:161:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:162:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:163:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:175:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:176:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:177:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:180:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:181:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:182:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:184:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:185:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:189:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:190:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:191:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:192:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:193:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:194:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:195:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:196:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:201:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:202:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:203:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:204:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:205:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:211:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:212:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:213:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:214:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:219:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:220:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:221:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:222:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:230:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:232:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:233:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:234:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:240:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:241:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:242:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:243:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:244:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:252:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:253:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:254:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:255:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:256:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:257:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/cdf_format/test_inq_format.c:116:9: error: syntax error [syntaxError] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:68:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:83:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:79:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:79:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:83:33: note: Null pointer dereference pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:100:13: note: err is assigned pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:116:13: note: err is assigned pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:132:13: note: err is assigned pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:148:13: note: err is assigned pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:159:9: note: err is overwritten pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:59:11: style: Variable 'bad_xtype' can be declared as const array [constVariable] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:60:11: style: Variable 'bad_ndims' can be declared as const array [constVariable] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:61:11: style: Variable 'bad_dimid' can be declared as const array [constVariable] pnetcdf-1.14.0/test/cdf_format/tst_corrupt.c:62:11: style: Variable 'bad_nattrs' can be declared as const array [constVariable] pnetcdf-1.14.0/test/cdf_format/tst_open_cdf5.c:59:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/cdf_format/tst_open_cdf5.c:74:30: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/cdf_format/tst_open_cdf5.c:70:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/cdf_format/tst_open_cdf5.c:70:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/cdf_format/tst_open_cdf5.c:74:30: note: Null pointer dereference pnetcdf-1.14.0/test/common/testutils.c:30:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/common/testutils.c:214:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/common/testutils.c:227:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/common/testutils.c:228:40: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/common/testutils.c:235:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/common/testutils.c:236:25: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/common/testutils.c:204:27: warning: If memory allocation fails, then there is a possible null pointer dereference: hint [nullPointerOutOfMemory] pnetcdf-1.14.0/test/common/testutils.c:199:29: note: Assuming allocation function fails pnetcdf-1.14.0/test/common/testutils.c:199:29: note: Assignment 'env_str_cpy=strdup(env_str)', assigned value is 0 pnetcdf-1.14.0/test/common/testutils.c:200:21: note: Assignment 'next_hint=env_str_cpy', assigned value is 0 pnetcdf-1.14.0/test/common/testutils.c:203:18: note: hint is assigned 'next_hint' here. pnetcdf-1.14.0/test/common/testutils.c:204:27: note: Null pointer dereference pnetcdf-1.14.0/test/common/testutils.c:179:20: style: Parameter 'hint_key' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/common/testutils.c:181:11: style: Variable 'warn_str' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/common/testutils.c:182:11: style: Variable 'env_str' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/common/testutils.c:196:48: style: Variable 'key' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/common/testutils.c:196:54: style: Variable 'val' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/fandc/csnap.c:265:74: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/fandc/pnctest.c:26:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/fandc/pnctest.c:39:13: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/fandc/pnctest.c:43:7: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/fandc/pnctest.c:37:7: note: err is initialized pnetcdf-1.14.0/test/fandc/pnctest.c:43:7: note: err is overwritten pnetcdf-1.14.0/test/fandc/pnctest.c:52:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/fandc/pnctest.c:47:7: note: err is initialized pnetcdf-1.14.0/test/fandc/pnctest.c:52:9: note: err is overwritten pnetcdf-1.14.0/test/fandc/pnctest.c:32:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:35:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:36:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:43:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:45:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:49:17: style: Variable 'MPI_Comm_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:16:7: style: Unused variable: dim_id [unusedVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:35:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:36:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/fandc/pnctest.c:45:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/header/Legacy/test_check_header.c:178:7: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/header/Legacy/test_check_header1.c:160:3: error: syntax error [syntaxError] pnetcdf-1.14.0/test/header/header_consistency.c:80:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/high_dim_var.c:72:79: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/large_attr.c:75:35: error: syntax error [syntaxError] pnetcdf-1.14.0/test/largefile/large_coalesce.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/largefile/large_coalesce.c:35:21: error: Array 'start[1]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:174:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:180:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:188:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:197:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:210:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:225:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:230:10: error: Array 'start[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds] pnetcdf-1.14.0/test/largefile/large_coalesce.c:203:13: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/largefile/large_coalesce.c:216:13: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/largefile/large_coalesce.c:245:13: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/largefile/large_coalesce.c:253:13: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/largefile/large_coalesce.c:56:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/largefile/large_coalesce.c:54:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/largefile/large_coalesce.c:54:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/largefile/large_coalesce.c:56:33: note: Null pointer dereference pnetcdf-1.14.0/test/largefile/large_coalesce.c:153:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:148:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:153:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:176:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/large_coalesce.c:164:9: note: err is initialized pnetcdf-1.14.0/test/largefile/large_coalesce.c:176:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:182:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:176:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:182:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:190:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:182:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:190:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:199:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/large_coalesce.c:193:9: note: err is initialized pnetcdf-1.14.0/test/largefile/large_coalesce.c:199:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:212:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:199:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:212:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:227:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:212:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:227:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:232:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:227:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:232:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:237:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_coalesce.c:232:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_coalesce.c:237:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:259:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/large_coalesce.c:240:9: note: err is initialized pnetcdf-1.14.0/test/largefile/large_coalesce.c:259:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_coalesce.c:35:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/largefile/large_coalesce.c:150:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:153:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:156:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:160:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:190:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:237:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:259:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:262:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:263:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:265:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:262:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_coalesce.c:263:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_dims_vars_attrs.c:71:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/large_files.c:48:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_SELF [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/largefile/large_files.c:157:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/largefile/large_header.c:33:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/largefile/large_header.c:49:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/largefile/large_header.c:47:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/largefile/large_header.c:47:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/largefile/large_header.c:49:33: note: Null pointer dereference pnetcdf-1.14.0/test/largefile/large_header.c:70:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/large_header.c:65:9: note: err is initialized pnetcdf-1.14.0/test/largefile/large_header.c:70:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_header.c:76:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_header.c:70:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_header.c:76:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_header.c:93:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/large_header.c:88:9: note: err is initialized pnetcdf-1.14.0/test/largefile/large_header.c:93:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_header.c:102:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/large_header.c:93:9: note: err is assigned pnetcdf-1.14.0/test/largefile/large_header.c:102:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/large_header.c:84:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_header.c:102:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_header.c:30:16: style: Unused variable: extent [unusedVariable] pnetcdf-1.14.0/test/largefile/large_header.c:30:24: style: Unused variable: start [unusedVariable] pnetcdf-1.14.0/test/largefile/large_header.c:59:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_header.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/large_header.c:118:1: style: Unused variable: err_out [unusedVariable] pnetcdf-1.14.0/test/largefile/large_reqs.c:185:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/large_var.c:312:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:93:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:107:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:105:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:105:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:107:33: note: Null pointer dereference pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:127:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:120:9: note: err is initialized pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:127:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:131:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:127:9: note: err is assigned pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:131:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:135:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:131:9: note: err is assigned pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:135:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:142:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:135:9: note: err is assigned pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:142:9: note: err is overwritten pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:111:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:113:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:114:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:117:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:118:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:119:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:142:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:145:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:146:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:161:18: style: Variable 'MPI_Allreduce' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:114:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:117:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:118:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:145:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:146:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/largefile/tst_hash_large_ndims.c:89:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/tst_hash_large_ngattrs.c:89:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/largefile/tst_hash_large_nvars.c:98:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/mpi/threads_open.c:55:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_SUCCESS [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/mpi/threads_open.c:78:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/mpi/threads_open.c:104:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_THREAD_MULTIPLE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/mpi/threads_open.c:74:11: style: Variable 'filename' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/mpi/threads_open.c:55:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:57:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:61:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:64:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:67:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:79:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:105:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:108:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/mpi/threads_open.c:110:5: style: Unused variable: errorclass [unusedVariable] pnetcdf-1.14.0/test/nc4/compressed.c:23:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/compressed.c:36:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/compressed.c:34:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/compressed.c:34:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/compressed.c:36:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/compressed.c:55:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/compressed.c:47:9: note: err is initialized pnetcdf-1.14.0/test/nc4/compressed.c:55:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/compressed.c:20:11: style: Variable 'dir_name' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/nc4/compressed.c:44:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/compressed.c:51:16: style: Variable 'ncmpi_close' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/noclobber.c:25:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/noclobber.c:40:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/noclobber.c:38:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/noclobber.c:38:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/noclobber.c:40:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/noclobber.c:57:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/noclobber.c:53:9: note: err is initialized pnetcdf-1.14.0/test/nc4/noclobber.c:57:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/noclobber.c:62:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/noclobber.c:57:9: note: err is assigned pnetcdf-1.14.0/test/nc4/noclobber.c:62:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/noclobber.c:51:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:42:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/notsupport.c:63:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/notsupport.c:61:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/notsupport.c:61:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/notsupport.c:63:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/notsupport.c:137:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/notsupport.c:133:9: note: err is assigned pnetcdf-1.14.0/test/nc4/notsupport.c:137:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/notsupport.c:69:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:72:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:75:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:76:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:82:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:72:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:75:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:76:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/notsupport.c:82:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/pres_temp_4D.c:168:8: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nc4/rd_compressed.c:59:27: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nc4/simple_xy.c:62:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/simple_xy.c:104:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/nc4/simple_xy.c:79:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/simple_xy.c:75:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/simple_xy.c:75:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/simple_xy.c:79:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/simple_xy.c:132:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/simple_xy.c:125:9: note: err is initialized pnetcdf-1.14.0/test/nc4/simple_xy.c:132:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/simple_xy.c:137:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/simple_xy.c:132:9: note: err is assigned pnetcdf-1.14.0/test/nc4/simple_xy.c:137:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/simple_xy.c:144:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/simple_xy.c:137:9: note: err is assigned pnetcdf-1.14.0/test/nc4/simple_xy.c:144:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/simple_xy.c:155:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/simple_xy.c:144:9: note: err is assigned pnetcdf-1.14.0/test/nc4/simple_xy.c:155:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/simple_xy.c:159:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/simple_xy.c:155:9: note: err is assigned pnetcdf-1.14.0/test/nc4/simple_xy.c:159:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/simple_xy.c:104:5: style: Local variable 'dimids' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:54:9: note: Shadowed declaration pnetcdf-1.14.0/test/nc4/simple_xy.c:104:5: note: Shadow variable pnetcdf-1.14.0/test/nc4/simple_xy.c:122:5: style: Local variable 'err' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:52:38: note: Shadowed declaration pnetcdf-1.14.0/test/nc4/simple_xy.c:122:5: note: Shadow variable pnetcdf-1.14.0/test/nc4/simple_xy.c:105:17: error: Uninitialized variable: y_dimid [legacyUninitvar] pnetcdf-1.14.0/test/nc4/simple_xy.c:104:15: style: Variable 'dimids' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:108:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:114:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:118:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:122:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/simple_xy.c:122:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:31:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:52:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:50:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:50:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:52:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:74:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:65:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:74:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:89:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:82:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:89:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:96:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:89:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:96:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:103:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:96:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:103:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:107:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:103:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:107:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:59:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:61:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:62:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:63:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:77:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:80:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:77:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:29:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:68:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:75:13: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:83:13: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:50:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:48:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:48:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:50:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:80:13: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:73:13: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:80:13: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:93:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:89:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:93:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:73:9: style: Local variable 'err' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:27:23: note: Shadowed declaration pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:73:9: note: Shadow variable pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:81:9: style: Local variable 'err' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:27:23: note: Shadowed declaration pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:81:9: note: Shadow variable pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:56:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:59:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:60:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:63:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:65:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:72:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:80:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:81:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:89:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:93:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:59:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:60:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:81:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:29:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:67:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:72:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:109:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:49:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:47:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:47:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:49:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:70:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:64:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:70:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:73:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:70:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:73:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:82:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:75:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:82:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:89:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:82:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:89:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:96:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:89:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:96:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:103:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:96:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:103:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:112:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:106:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:112:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:120:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:112:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:120:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:127:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:120:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:127:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:131:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:127:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:131:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:55:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:58:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:61:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:62:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:73:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:103:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:58:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:30:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:42:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:41:23: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_zero_req.c:41:11: note: Assignment 'buf=(int*)malloc(2*4*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_zero_req.c:42:35: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_zero_req.c:90:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:41:23: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_zero_req.c:41:11: note: Assignment 'buf=(int*)malloc(2*4*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_zero_req.c:90:35: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_zero_req.c:152:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:150:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc4/tst_zero_req.c:150:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc4/tst_zero_req.c:152:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc4/tst_zero_req.c:63:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:52:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_zero_req.c:63:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:66:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:63:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_zero_req.c:66:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:76:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:68:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_zero_req.c:76:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:87:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:78:9: note: err is initialized pnetcdf-1.14.0/test/nc4/tst_zero_req.c:87:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:92:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:87:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_zero_req.c:92:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:112:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:92:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_zero_req.c:112:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:127:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:112:9: note: err is assigned pnetcdf-1.14.0/test/nc4/tst_zero_req.c:127:9: note: err is overwritten pnetcdf-1.14.0/test/nc4/tst_zero_req.c:28:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:28:31: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:49:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:50:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:66:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:76:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:127:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:128:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:49:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc4/tst_zero_req.c:50:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc_test/error.c:34:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/error.c:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/error.c:72:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/nc_test.c:145:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/nc_test.c:228:21: style: The comparison 'nfailsTotal > 0' is always false. [knownConditionTrueFalse] pnetcdf-1.14.0/test/nc_test/nc_test.c:138:23: note: 'nfailsTotal' is assigned value '0' here. pnetcdf-1.14.0/test/nc_test/nc_test.c:228:21: note: The comparison 'nfailsTotal > 0' is always false. pnetcdf-1.14.0/test/nc_test/t_nc.c:120:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:132:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:206:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:251:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:343:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:622:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/t_nc.c:139:13: style: The if condition is the same as the previous if condition [duplicateCondition] pnetcdf-1.14.0/test/nc_test/t_nc.c:136:12: note: First condition pnetcdf-1.14.0/test/nc_test/t_nc.c:139:13: note: Second condition pnetcdf-1.14.0/test/nc_test/t_nc.c:637:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nc_test/t_nc.c:635:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nc_test/t_nc.c:635:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nc_test/t_nc.c:637:33: note: Null pointer dereference pnetcdf-1.14.0/test/nc_test/t_nc.c:259:19: style: Variable 'mm' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/nc_test/tst_atts.c:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_UNLIMITED [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts.c:2094:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts.c:2209:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:105:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:138:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MIN_BYTE [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:766:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:428:19: style: Local variable 'schar_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:138:17: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:428:19: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:429:13: style: Local variable 'short_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:140:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:429:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:431:11: style: Local variable 'int_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:141:9: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:431:11: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:432:13: style: Local variable 'float_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:142:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:432:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:433:14: style: Local variable 'double_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:143:12: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:433:14: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:468:19: style: Local variable 'schar_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:138:17: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:468:19: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:469:13: style: Local variable 'short_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:140:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:469:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:470:11: style: Local variable 'int_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:141:9: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:470:11: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:471:13: style: Local variable 'float_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:142:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:471:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:472:14: style: Local variable 'double_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:143:12: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:472:14: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:513:11: style: Local variable 'int_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:141:26: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:513:11: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:699:19: style: Local variable 'schar_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:138:17: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:699:19: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:699:38: style: Local variable 'schar_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:138:36: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:699:38: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:700:13: style: Local variable 'short_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:140:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:700:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:700:32: style: Local variable 'short_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:140:30: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:700:32: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:701:11: style: Local variable 'int_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:141:9: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:701:11: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:701:28: style: Local variable 'int_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:141:26: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:701:28: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:702:13: style: Local variable 'float_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:142:11: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:702:13: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:702:32: style: Local variable 'float_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:142:30: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:702:32: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:703:14: style: Local variable 'double_in' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:143:12: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:703:14: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_atts3.c:703:34: style: Local variable 'double_out' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/nc_test/tst_atts3.c:143:32: note: Shadowed declaration pnetcdf-1.14.0/test/nc_test/tst_atts3.c:703:34: note: Shadow variable pnetcdf-1.14.0/test/nc_test/tst_misc.c:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_misc.c:100:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nc_test/tst_misc.c:96:8: note: err is initialized pnetcdf-1.14.0/test/nc_test/tst_misc.c:100:9: note: err is overwritten pnetcdf-1.14.0/test/nc_test/tst_misc.c:94:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nc_test/tst_names.c:230:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_names.c:302:14: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nc_test/tst_names.c:301:9: note: res is assigned pnetcdf-1.14.0/test/nc_test/tst_names.c:302:14: note: res is overwritten pnetcdf-1.14.0/test/nc_test/tst_names.c:221:8: style: Variable 'cmode' can be declared as const array [constVariable] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:29:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:106:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:356:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:386:94: error: Memory leak: filename [memleak] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:387:92: error: Memory leak: filename [memleak] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:389:47: error: Memory leak: filename [memleak] pnetcdf-1.14.0/test/nc_test/tst_nofill.c:390:47: error: Memory leak: filename [memleak] pnetcdf-1.14.0/test/nc_test/tst_norm.c:109:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_norm.c:175:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:53:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:101:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:150:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:189:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:232:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:273:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:327:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:387:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:420:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nc_test/tst_small.c:36:48: style: Variable 'source' can be declared as const array [constVariable] pnetcdf-1.14.0/test/nc_test/tst_small.c:417:9: style: Variable 'cmode' can be declared as const array [constVariable] pnetcdf-1.14.0/test/nc_test/util.c:738:9: error: There is an unknown macro here somewhere. Configuration is required. If IF is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nf90_test/fortlib.c:52:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf90_test/fortlib.c:66:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf90_test/fortlib.c:119:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf90_test/fortlib.c:227:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf90_test/fortlib.c:239:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf90_test/fortlib.c:99:55: style: Parameter 'amount' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/nf90_test/fortlib.c:116:47: style: Parameter 'doit' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/nf_test/fortlib.c:52:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf_test/fortlib.c:66:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf_test/fortlib.c:119:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf_test/fortlib.c:227:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf_test/fortlib.c:239:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nf_test/fortlib.c:99:55: style: Parameter 'amount' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/nf_test/fortlib.c:116:47: style: Parameter 'doit' can be declared as pointer to const [constParameterPointer] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:131:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:146:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:144:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:144:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:146:33: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:185:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:161:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:185:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:193:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:187:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:193:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:199:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:194:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:199:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:206:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:199:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:206:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:225:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:206:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:225:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:234:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:227:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:234:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:240:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:235:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:240:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:247:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:240:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:247:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:256:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:247:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:256:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:260:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:256:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:260:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:127:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:152:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:156:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:157:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:160:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:185:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:193:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:225:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:234:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:157:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/i_varn_indef.c:95:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nonblocking/i_varn_int64.c:149:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nonblocking/interleaved.c:97:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nonblocking/interleaved.c:115:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/interleaved.c:113:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/interleaved.c:113:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/interleaved.c:115:33: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/interleaved.c:163:27: warning: If memory allocation fails, then there is a possible null pointer dereference: buf0 [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/interleaved.c:162:25: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/interleaved.c:162:12: note: Assignment 'buf0=(int*)malloc(len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/interleaved.c:163:27: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/interleaved.c:172:27: warning: If memory allocation fails, then there is a possible null pointer dereference: buf1 [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/interleaved.c:171:25: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/interleaved.c:171:12: note: Assignment 'buf1=(int*)malloc(len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/interleaved.c:172:27: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/interleaved.c:181:27: warning: If memory allocation fails, then there is a possible null pointer dereference: buf2 [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/interleaved.c:180:25: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/interleaved.c:180:12: note: Assignment 'buf2=(int*)malloc(len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/interleaved.c:181:27: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/interleaved.c:203:41: warning: If memory allocation fails, then there is a possible null pointer dereference: buf0 [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/interleaved.c:202:25: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/interleaved.c:202:12: note: Assignment 'buf0=(int*)malloc(len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/interleaved.c:203:41: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/interleaved.c:132:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:127:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:132:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:150:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:143:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:150:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:164:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:155:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:164:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:173:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:164:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:173:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:182:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:173:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:182:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:190:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:185:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:190:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:204:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:195:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:204:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:213:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:204:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:213:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:220:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:213:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:220:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:226:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:220:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:226:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:240:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:229:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:240:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:244:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:240:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:244:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:252:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/interleaved.c:248:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/interleaved.c:252:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:291:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:252:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:291:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:317:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:291:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:317:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:323:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/interleaved.c:317:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/interleaved.c:323:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/interleaved.c:93:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/nonblocking/interleaved.c:129:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:132:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:133:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:136:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:137:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:140:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:150:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:182:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:190:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:226:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:241:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:244:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:247:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:319:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:89:43: style: Unused variable: expected [unusedVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:90:58: style: Unused variable: buf [unusedVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:133:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:136:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:137:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:140:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/interleaved.c:247:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/large_num_reqs.c:92:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nonblocking/mcoll_perf.c:296:5: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nonblocking/req_all.c:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nonblocking/req_all.c:93:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/req_all.c:91:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/req_all.c:91:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/req_all.c:93:33: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/req_all.c:112:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/req_all.c:99:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/req_all.c:112:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/req_all.c:130:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/req_all.c:122:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/req_all.c:130:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/req_all.c:150:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/req_all.c:133:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/req_all.c:150:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/req_all.c:155:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/nonblocking/req_all.c:150:9: note: err is assigned pnetcdf-1.14.0/test/nonblocking/req_all.c:155:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/req_all.c:75:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/nonblocking/req_all.c:112:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:113:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:116:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:119:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:130:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:131:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:74:17: style: Unused variable: global_ny [unusedVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:116:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/req_all.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/test_bput.c:132:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:38:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:53:32: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:51:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:51:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:53:32: note: Null pointer dereference pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:71:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:64:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:71:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:88:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:74:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:88:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:104:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:92:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:104:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:109:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:105:9: note: err is initialized pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:109:9: note: err is overwritten pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:57:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:61:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:62:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:63:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:71:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:73:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:88:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:91:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:104:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:73:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:91:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/subfile/test_subfile.c:224:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/add_var.c:94:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/alignment_test.c:80:76: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/buftype_free.c:112:13: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/check_striping.c:66:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/check_type.c:171:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/collective_error.c:145:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/file_create_open.c:60:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/flexible.c:60:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/flexible.c:75:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:73:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:73:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:75:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible.c:157:47: warning: If memory allocation fails, then there is a possible null pointer dereference: schar_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:156:52: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:156:30: note: Assignment 'schar_buf=(char*)malloc(2*5)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:157:47: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible.c:257:24: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: ncbuf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:243:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:243:13: note: Assignment 'ncbuf=(int*)malloc((count[0]+4)*(count[1]+4)*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:257:24: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible.c:164:67: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:156:52: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:156:30: note: Assignment 'schar_buf=(char*)malloc(2*5)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:164:67: note: Null pointer addition pnetcdf-1.14.0/test/testcases/flexible.c:121:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible.c:103:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible.c:121:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:142:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:130:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:142:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:160:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:142:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:160:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:176:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:164:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:176:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:191:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:176:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:191:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:209:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible.c:199:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible.c:209:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:227:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:209:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:227:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:254:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:227:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:254:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:267:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:254:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:267:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:281:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:267:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:281:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:297:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible.c:283:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible.c:297:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:314:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible.c:299:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible.c:314:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:318:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible.c:314:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible.c:318:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible.c:79:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:83:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:84:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:85:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:86:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:87:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:88:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:89:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:98:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:99:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:100:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:101:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:102:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:191:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:193:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:196:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:281:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:282:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:297:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:298:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:83:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:84:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:85:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:86:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:87:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:89:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:98:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:99:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:100:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:101:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:102:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:193:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:196:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:282:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible.c:298:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/flexible2.c:136:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/testcases/flexible2.c:115:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:113:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:113:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:115:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:148:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:147:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:147:14: note: Assignment 'buf_zy=(int*)malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:148:34: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:158:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:147:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:147:14: note: Assignment 'buf_zy=(int*)malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:158:13: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:164:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:147:27: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:147:14: note: Assignment 'buf_zy=(int*)malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:164:34: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:207:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:206:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:206:14: note: Assignment 'buf_yx=(double*)malloc(buffer_len*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:207:34: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:220:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:206:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:206:14: note: Assignment 'buf_yx=(double*)malloc(buffer_len*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:220:13: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:226:34: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible2.c:206:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible2.c:206:14: note: Assignment 'buf_yx=(double*)malloc(buffer_len*sizeof(double))', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible2.c:226:34: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible2.c:153:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible2.c:133:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible2.c:153:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:166:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible2.c:153:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible2.c:166:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:213:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible2.c:166:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible2.c:213:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:229:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible2.c:216:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible2.c:229:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:258:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible2.c:232:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible2.c:258:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:262:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible2.c:258:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible2.c:262:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible2.c:94:23: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/flexible2.c:121:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:125:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:126:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:127:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:130:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:132:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:213:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:215:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:229:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:231:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:125:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:126:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:127:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:130:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:132:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:215:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible2.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:154:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:187:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:169:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:167:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible_large_count.c:167:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible_large_count.c:169:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible_large_count.c:210:13: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:184:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:210:13: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:229:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:221:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:229:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:247:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:232:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:247:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:247:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:242:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:247:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:252:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:248:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:252:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:260:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:252:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:260:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:278:13: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:263:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:278:13: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:297:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:289:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:297:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:315:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:300:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:315:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:315:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:310:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:315:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:320:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:316:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:320:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:328:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:320:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:328:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:339:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:331:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:339:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:359:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:339:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:359:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:359:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:352:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:359:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:364:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:359:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:364:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:372:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:364:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:372:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:390:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:375:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:390:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:390:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:385:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:390:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:395:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:391:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:395:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:403:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:395:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:403:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:428:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:406:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:428:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:428:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:421:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:428:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:433:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:428:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:433:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:441:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:433:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:441:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:459:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:444:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:459:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:459:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:454:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:459:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:464:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:460:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:464:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:472:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:464:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:472:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:482:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:475:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_large_count.c:482:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:486:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:482:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_large_count.c:486:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_large_count.c:495:1: style: Label 'err_out' is not used. [unusedLabel] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:147:29: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:175:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:179:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:180:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:183:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:231:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:247:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:260:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:262:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:299:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:315:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:328:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:330:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:372:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:374:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:390:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:403:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:405:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:441:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:443:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:459:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:472:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:474:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:179:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:180:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:262:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:299:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:330:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:374:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:405:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:443:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_large_count.c:474:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:158:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/flexible_var.c:191:26: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/testcases/flexible_var.c:173:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible_var.c:171:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible_var.c:171:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible_var.c:173:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible_var.c:214:13: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:188:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:214:13: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:233:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:225:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:233:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:251:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:236:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:251:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:251:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:246:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:251:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:256:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:252:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:256:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:264:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:256:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:264:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:282:13: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:267:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:282:13: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:301:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:293:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:301:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:319:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:304:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:319:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:319:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:314:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:319:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:324:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:320:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:324:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:332:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:324:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:332:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:343:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:335:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:343:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:363:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:343:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:363:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:363:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:356:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:363:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:368:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:363:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:368:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:376:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:368:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:376:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:394:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:379:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:394:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:394:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:389:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:394:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:399:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:395:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:399:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:407:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:399:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:407:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:432:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:410:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:432:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:432:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:425:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:432:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:437:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:432:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:437:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:445:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:437:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:445:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:463:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:448:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:463:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:463:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:458:13: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:463:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:468:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:464:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:468:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:476:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:468:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:476:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:486:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_var.c:479:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_var.c:486:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:490:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_var.c:486:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_var.c:490:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_var.c:499:1: style: Label 'err_out' is not used. [unusedLabel] pnetcdf-1.14.0/test/testcases/flexible_var.c:151:23: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/flexible_var.c:179:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:183:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:184:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:187:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:235:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:251:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:264:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:266:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:303:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:319:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:332:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:334:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:376:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:378:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:394:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:407:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:409:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:445:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:447:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:463:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:476:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:478:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:184:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:187:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:235:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:266:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:303:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:334:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:378:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:409:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:447:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_var.c:478:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:128:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/flexible_varm.c:143:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible_varm.c:141:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible_varm.c:141:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible_varm.c:143:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/flexible_varm.c:179:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_varm.c:158:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_varm.c:179:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:189:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_varm.c:179:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_varm.c:189:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:203:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_varm.c:193:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_varm.c:203:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:215:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_varm.c:203:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_varm.c:215:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:226:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/flexible_varm.c:219:9: note: err is initialized pnetcdf-1.14.0/test/testcases/flexible_varm.c:226:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:230:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/flexible_varm.c:226:9: note: err is assigned pnetcdf-1.14.0/test/testcases/flexible_varm.c:230:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/flexible_varm.c:124:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/flexible_varm.c:149:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:153:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:154:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:157:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:189:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:192:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:215:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:218:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:153:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:154:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:157:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:192:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/flexible_varm.c:218:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/inq_num_vars.c:120:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/inq_recsize.c:83:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/ivarn.c:207:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:37:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:52:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:50:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:50:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:52:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:64:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:61:9: note: err is initialized pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:64:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:67:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:64:9: note: err is assigned pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:67:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:72:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:68:9: note: err is initialized pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:72:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:56:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:58:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:59:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:67:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:58:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:59:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/last_large_var.c:117:28: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/mix_collectives.c:97:71: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/modes.c:177:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/nc_null_args.c:43:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CLOBBER [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/ncmpi_vars_null_stride.c:80:61: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/noclobber.c:39:5: error: There is an unknown macro here somewhere. Configuration is required. If EXP_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/nonblocking.c:56:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/nonblocking.c:71:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/nonblocking.c:69:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/nonblocking.c:69:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/nonblocking.c:71:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/nonblocking.c:86:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/nonblocking.c:82:9: note: err is assigned pnetcdf-1.14.0/test/testcases/nonblocking.c:86:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:98:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/nonblocking.c:89:9: note: err is initialized pnetcdf-1.14.0/test/testcases/nonblocking.c:98:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:101:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/nonblocking.c:98:9: note: err is assigned pnetcdf-1.14.0/test/testcases/nonblocking.c:101:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:104:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/nonblocking.c:101:9: note: err is assigned pnetcdf-1.14.0/test/testcases/nonblocking.c:104:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:116:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/nonblocking.c:106:9: note: err is initialized pnetcdf-1.14.0/test/testcases/nonblocking.c:116:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:132:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/nonblocking.c:124:9: note: err is initialized pnetcdf-1.14.0/test/testcases/nonblocking.c:132:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:149:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/nonblocking.c:134:9: note: err is initialized pnetcdf-1.14.0/test/testcases/nonblocking.c:149:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/nonblocking.c:83:18: style: Variable 'MPI_Info_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:86:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:87:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:88:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:104:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:105:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:116:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:118:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:121:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:132:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:50:59: style: Unused variable: st [unusedVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:87:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:105:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:118:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/nonblocking.c:121:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/one_record.c:54:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/one_record.c:52:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/one_record.c:52:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/one_record.c:54:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/one_record.c:84:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/one_record.c:71:9: note: err is initialized pnetcdf-1.14.0/test/testcases/one_record.c:84:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/one_record.c:84:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/one_record.c:79:13: note: err is assigned pnetcdf-1.14.0/test/testcases/one_record.c:84:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/one_record.c:101:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/one_record.c:91:9: note: err is initialized pnetcdf-1.14.0/test/testcases/one_record.c:101:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/one_record.c:105:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/one_record.c:101:9: note: err is assigned pnetcdf-1.14.0/test/testcases/one_record.c:105:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/one_record.c:81:9: style: Local variable 'start' shadows outer variable [shadowVariable] pnetcdf-1.14.0/test/testcases/one_record.c:36:16: note: Shadowed declaration pnetcdf-1.14.0/test/testcases/one_record.c:81:9: note: Shadow variable pnetcdf-1.14.0/test/testcases/one_record.c:37:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/one_record.c:62:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:64:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:65:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:70:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:81:17: style: Variable 'start[0]' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:84:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:86:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:88:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:64:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:65:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:70:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:86:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/one_record.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/profile.c:51:38: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/record.c:90:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/redef1.c:138:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/scalar.c:84:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/test_erange.c:191:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/test_fillvalue.c:68:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/test_get_varn.c:37:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/test_get_varn.c:79:11: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] pnetcdf-1.14.0/test/testcases/test_get_varn.c:111:18: style: Condition 'num_reqs>0' is always true [knownConditionTrueFalse] pnetcdf-1.14.0/test/testcases/test_get_varn.c:99:16: note: Assignment 'num_reqs=2', assigned value is 2 pnetcdf-1.14.0/test/testcases/test_get_varn.c:111:18: note: Condition 'num_reqs>0' is always true pnetcdf-1.14.0/test/testcases/test_get_varn.c:118:18: style: Condition 'num_reqs>1' is always true [knownConditionTrueFalse] pnetcdf-1.14.0/test/testcases/test_get_varn.c:99:16: note: Assignment 'num_reqs=2', assigned value is 2 pnetcdf-1.14.0/test/testcases/test_get_varn.c:118:18: note: Condition 'num_reqs>1' is always true pnetcdf-1.14.0/test/testcases/test_get_varn.c:52:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:50:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:50:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:52:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:103:5: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:17: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:103:5: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:104:5: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:17: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:104:5: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:9: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:17: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:21: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:17: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:17: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:21: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:17: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_get_varn.c:88:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_get_varn.c:77:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_get_varn.c:88:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_get_varn.c:94:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_get_varn.c:89:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_get_varn.c:94:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_get_varn.c:139:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_get_varn.c:94:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_get_varn.c:139:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_get_varn.c:165:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_get_varn.c:143:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_get_varn.c:165:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_get_varn.c:72:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:73:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:75:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:76:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:88:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:90:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:139:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:28:22: style: Unused variable: num_reqs [unusedVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:73:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:74:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:75:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_get_varn.c:76:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:92:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/test_vard.c:166:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/test_vard.c:181:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:179:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:179:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:181:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:188:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:188:5: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:189:26: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:189:26: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:189:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:189:35: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:193:21: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:193:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:194:21: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:194:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:197:14: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:197:14: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:256:9: warning: If memory allocation fails, then there is a possible null pointer dereference: array_of_displacements [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:251:56: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:251:38: note: Assignment 'array_of_displacements=(MPI_Aint*)malloc(count[0]*sizeof(MPI_Aint))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:256:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:343:5: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:343:5: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:344:26: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:344:26: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:344:39: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:344:39: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:346:9: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:346:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:350:21: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:350:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:351:21: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:351:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:354:18: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:354:18: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:396:5: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:396:5: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:397:26: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:397:26: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:397:39: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:397:39: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:399:9: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:399:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:403:21: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:403:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:404:21: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:404:21: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:407:18: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:407:18: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:466:59: warning: If memory allocation fails, then there is a possible null pointer dereference: schar_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:465:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:465:17: note: Assignment 'schar_buf=(char*)malloc(array_of_sizes[0]*array_of_sizes[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:466:59: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:473:59: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: schar_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:465:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:465:17: note: Assignment 'schar_buf=(char*)malloc(array_of_sizes[0]*array_of_sizes[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:473:59: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard.c:109:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:100:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:109:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:118:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:109:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:118:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:127:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:118:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:127:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:136:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:127:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:136:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:253:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:247:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:253:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:266:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:253:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:266:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:279:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:277:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:279:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:297:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:279:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:297:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:317:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:305:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:317:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:323:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:321:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:323:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:326:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:324:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:326:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:355:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard.c:336:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard.c:355:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:366:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:360:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:366:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:377:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:366:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:377:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:383:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:377:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:383:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:408:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:383:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:408:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:419:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:413:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:419:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:430:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:419:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:430:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:436:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:430:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:436:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:469:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:436:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:469:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:474:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:469:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:474:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:501:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:474:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:501:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:505:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard.c:501:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard.c:505:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard.c:136:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:230:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:234:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:235:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:236:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:237:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:238:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:239:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:240:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:241:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:244:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:245:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:246:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:266:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:267:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:270:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:271:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:274:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:278:18: style: Variable 'MPI_Type_size' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:297:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:299:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:302:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:317:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:320:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:323:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:326:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:327:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:329:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:332:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:335:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:157:32: style: Unused variable: expected_put_size [unusedVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:234:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:235:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:236:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:237:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:238:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:239:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:240:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:241:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:244:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:245:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:246:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:267:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:270:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:271:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:274:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:299:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:302:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:320:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:327:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:329:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:332:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard.c:335:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_multiple.c:169:78: error: There is an unknown macro here somewhere. Configuration is required. If EXP_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:54:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:69:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:67:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard_rec.c:67:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard_rec.c:69:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/test_vard_rec.c:87:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:81:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard_rec.c:87:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:98:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:88:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard_rec.c:98:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:104:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:98:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:104:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:117:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:104:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:117:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:123:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:117:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:123:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:128:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:123:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:128:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:149:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:134:9: note: err is initialized pnetcdf-1.14.0/test/testcases/test_vard_rec.c:149:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:165:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:149:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:165:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:169:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:165:9: note: err is assigned pnetcdf-1.14.0/test/testcases/test_vard_rec.c:169:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/test_vard_rec.c:48:53: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:78:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:79:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:80:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:87:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:101:18: style: Variable 'MPI_Type_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:120:18: style: Variable 'MPI_Type_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:128:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:131:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:152:18: style: Variable 'MPI_Type_free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:78:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:79:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_vard_rec.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/test_varm.c:237:30: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:71:29: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:44:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:44:11: note: Assignment 'buf=(int*)malloc(8*5*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:71:29: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:81:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:44:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:44:11: note: Assignment 'buf=(int*)malloc(8*5*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:81:13: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:201:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:199:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:199:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:201:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:59:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:58:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:59:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:78:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:62:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:78:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:87:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:78:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:87:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:96:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:87:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:96:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:135:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:101:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:135:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:144:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:136:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:144:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:164:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:144:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:164:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:177:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:164:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:177:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:38:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:48:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:51:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:52:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:55:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:56:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:59:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:60:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:96:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:99:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:135:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:177:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:178:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:37:43: style: Unused variable: expect [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:51:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:52:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:55:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:56:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:60:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:99:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_del_attr.c:77:78: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:60:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:75:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:73:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:73:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:75:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:82:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:80:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:82:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:84:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:82:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:84:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:86:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:84:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:86:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:87:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:86:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:87:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:97:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:92:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:97:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:102:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:100:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:102:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:104:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:102:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:104:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:106:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:104:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:106:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:107:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:106:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:107:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:117:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:112:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:117:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:122:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:120:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:122:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:124:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:122:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:124:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:125:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:124:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:125:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:135:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:130:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:135:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:139:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:135:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:139:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:87:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:90:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:91:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:97:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:107:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:110:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:111:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:117:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:125:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:128:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:129:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:57:16: style: Unused variable: dimsize [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:90:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:91:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:110:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:111:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:128:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:129:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:29:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:87:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:102:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:100:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_free_comm.c:100:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_free_comm.c:102:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_free_comm.c:67:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:56:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_free_comm.c:67:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_free_comm.c:72:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:67:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_free_comm.c:72:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_free_comm.c:61:17: style: Variable 'MPI_Comm_dup' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_free_comm.c:72:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_info.c:146:53: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:38:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:53:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:51:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:51:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:53:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:62:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:58:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:62:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:68:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:63:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:68:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:71:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:68:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:71:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:74:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:71:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:74:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:80:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:75:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:80:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:62:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:74:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:76:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_max_var_dims.c:34:20: style: Unused variable: dimid [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_pthread.c:289:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTHREADS [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_pthread.c:303:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_pthread.c:301:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_pthread.c:301:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_pthread.c:303:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_pthread.c:393:19: style: The comparison 'nerrs > 0' is always false. [knownConditionTrueFalse] pnetcdf-1.14.0/test/testcases/tst_pthread.c:288:24: note: 'nerrs' is assigned value '0' here. pnetcdf-1.14.0/test/testcases/tst_pthread.c:393:19: note: The comparison 'nerrs > 0' is always false. pnetcdf-1.14.0/test/testcases/tst_pthread.c:391:1: style: Label 'err_out' is not used. [unusedLabel] pnetcdf-1.14.0/test/testcases/tst_pthread.c:288:10: style: Unused variable: i [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_pthread.c:288:13: style: Unused variable: err [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_pthread.c:288:33: style: Unused variable: providedT [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:60:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHECK_ERROUT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_redefine.c:88:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHECK_ERROUT [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_redefine.c:112:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_redefine.c:479:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_redefine.c:59:41: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:57:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:57:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:59:41: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:62:9: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:57:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:57:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:62:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:87:41: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:85:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:85:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:87:41: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:90:9: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:85:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:85:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:90:9: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:138:27: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:138:27: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:140:27: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:140:27: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:142:29: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:142:29: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:144:29: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:136:11: note: Assignment 'buf=(int*)malloc(sizeof(int)*count[0]*count[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:144:29: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:498:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_redefine.c:496:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_redefine.c:496:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_redefine.c:498:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_redefine.c:65:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:60:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:65:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:93:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:88:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:93:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:139:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:131:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:139:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:141:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:139:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:141:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:143:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:141:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:143:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:145:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:143:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:145:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:175:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:163:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:175:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:184:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:180:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:184:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:217:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:213:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:217:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:250:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:246:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:250:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:281:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:275:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:281:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:297:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:293:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:297:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:332:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:328:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:332:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:353:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:333:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:353:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:396:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:392:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:396:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:422:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:416:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:422:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:435:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:428:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:435:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:441:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:435:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:441:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:443:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] pnetcdf-1.14.0/test/testcases/tst_redefine.c:441:9: note: err is assigned pnetcdf-1.14.0/test/testcases/tst_redefine.c:443:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:451:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_redefine.c:446:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_redefine.c:451:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_redefine.c:107:21: warning: Redundant code: Found unused array access. [constStatement] pnetcdf-1.14.0/test/testcases/tst_redefine.c:65:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:93:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:469:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:470:9: style: Variable 'free' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:108:16: style: Unused variable: old_hsize [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:111:16: style: Unused variable: v_align [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:111:25: style: Unused variable: r_align [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:111:34: style: Unused variable: exp_var_off [unusedVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:123:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:124:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:125:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:126:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:127:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:128:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:155:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:157:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:158:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:159:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:162:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:177:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:283:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:284:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:285:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:286:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:289:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:364:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:425:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:426:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:427:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_redefine.c:445:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_symlink.c:41:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_symlink.c:50:23: warning: If memory allocation fails, then there is a possible null pointer dereference: filename [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_symlink.c:48:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_symlink.c:48:37: note: Assignment 'filename=strdup(argv[1])', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_symlink.c:50:23: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_symlink.c:57:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_symlink.c:55:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_symlink.c:55:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_symlink.c:57:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_symlink.c:135:9: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization] pnetcdf-1.14.0/test/testcases/tst_symlink.c:106:9: note: err is initialized pnetcdf-1.14.0/test/testcases/tst_symlink.c:135:9: note: err is overwritten pnetcdf-1.14.0/test/testcases/tst_symlink.c:36:38: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/testcases/tst_symlink.c:108:16: style: Variable 'MPI_Barrier' is assigned a value that is never used. [unreadVariable] pnetcdf-1.14.0/test/testcases/tst_version.c:25:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] pnetcdf-1.14.0/test/testcases/tst_version.c:36:27: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] pnetcdf-1.14.0/test/testcases/tst_version.c:30:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cmd_str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_version.c:28:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_version.c:28:25: note: Assignment 'cmd_str=(char*)malloc(strlen(argv[0])+256)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_version.c:30:33: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_version.c:35:12: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/tst_version.c:34:25: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/tst_version.c:34:11: note: Assignment 'str=(char*)malloc(strlen(ncmpi_inq_libvers())+1)', assigned value is 0 pnetcdf-1.14.0/test/testcases/tst_version.c:35:12: note: Null pointer dereference pnetcdf-1.14.0/test/testcases/tst_version.c:21:17: style: Variable 'pnetcdf_version_str' can be declared as pointer to const [constVariablePointer] pnetcdf-1.14.0/test/testcases/varn_contig.c:119:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/varn_int.c:140:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] pnetcdf-1.14.0/test/testcases/vectors.c:90:9: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_ERR is a macro then please configure it. [unknownMacro] diff: head pnetcdf-1.14.0/examples/C/mput.c:247:42: warning: If memory allocation fails, then there is a possible null pointer dereference: bufs [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/C/mput.c:245:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/mput.c:245:15: note: Assignment 'bufs=(int**)malloc(num_reqs*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/C/mput.c:247:42: note: Null pointer dereference 2.17.0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: note: Null pointer addition head pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:203:34: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: note: Null pointer addition head pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/C/nonblocking_write.c:200:19: note: Assignment 'sca_buf=(int*)malloc(total_nelems*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/C/nonblocking_write.c:206:34: note: Null pointer addition head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:148:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:148:9: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:152:39: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:152:39: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:154:14: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:154:14: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:161:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:161:13: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:162:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:162:34: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:178:40: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:147:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:178:40: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:232:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:232:9: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:235:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:231:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/block_cyclic.cpp:235:34: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:136:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:136:9: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:140:39: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:140:39: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:141:14: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:141:14: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:148:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:148:13: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:149:34: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:149:34: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:164:40: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:32: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:135:18: note: Assignment 'buf=(int**)std::malloc(myNX*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:164:40: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/column_wise.cpp:171:17: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: sts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/column_wise.cpp:153:29: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/column_wise.cpp:153:16: note: Assignment 'sts=(int*)std::malloc(myNX*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/column_wise.cpp:171:17: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:165:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:164:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:164:18: note: Assignment 'buf_zy=(int*)std::malloc(buffer_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:165:38: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:194:38: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:193:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:193:18: note: Assignment 'buf_yx=(float*)std::malloc(buffer_len*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/flexible_api.cpp:194:38: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/hints.cpp:144:64: style: C-style pointer casting [cstyleCast] head pnetcdf-1.14.0/examples/CXX/hints.cpp:145:64: style: C-style pointer casting [cstyleCast] head pnetcdf-1.14.0/examples/CXX/hints.cpp:146:64: style: C-style pointer casting [cstyleCast] head pnetcdf-1.14.0/examples/CXX/hints.cpp:174:42: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_zy [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/hints.cpp:173:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/hints.cpp:173:18: note: Assignment 'buf_zy=(int*)std::malloc(5*(5*nprocs)*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/hints.cpp:174:42: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/hints.cpp:182:42: warning: If memory allocation fails, then there is a possible null pointer dereference: buf_yx [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/hints.cpp:181:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/hints.cpp:181:18: note: Assignment 'buf_yx=(float*)std::malloc((5*nprocs)*5*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/hints.cpp:182:42: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/nonblocking_write.cpp:152:56: style: C-style pointer casting [cstyleCast] head pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:118:13: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:117:45: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:117:25: note: Assignment 'starts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:118:13: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:197:36: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:196:33: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:196:18: note: Assignment 'buffer=(float*)std::malloc(num_reqs*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_float.cpp:197:36: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:127:13: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:125:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:125:25: note: Assignment 'starts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:127:13: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:128:13: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:126:46: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:126:25: note: Assignment 'counts=(MPI_Offset**)std::malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:128:13: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:196:33: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:195:31: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:195:18: note: Assignment 'buffer=(int*)std::malloc(w_len*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/put_varn_int.cpp:196:33: note: Null pointer dereference head pnetcdf-1.14.0/examples/CXX/transpose.cpp:139:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/examples/CXX/transpose.cpp:135:25: note: Assuming allocation function fails pnetcdf-1.14.0/examples/CXX/transpose.cpp:135:11: note: Assignment 'buf=(int*)std::malloc(bufsize*sizeof(int))', assigned value is 0 pnetcdf-1.14.0/examples/CXX/transpose.cpp:139:9: note: Null pointer dereference head pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:17:16: performance:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). [functionStatic] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:18:9: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:17:16: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). head pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:21:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:21:17: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:21:17: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiByte::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:18:9: performance:inconclusive: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). [functionStatic] pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.cpp:17:16: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). pnetcdf-1.14.0/src/binding/cxx/ncmpiByte.h:18:9: note: Technically the member function 'PnetCDF::NcmpiByte::sizeoff' can be static (but you may consider moving to unnamed namespace). head pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.cpp:19:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:15:10: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiChar.h:15:10: note: Technically the member function 'PnetCDF::NcmpiChar::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:50:25: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:52:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:50:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:25: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:65:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:52:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:50:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:52:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:65:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.cpp:79:25: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiCompoundType.h:65:10: note: Technically the member function 'PnetCDF::NcmpiCompoundType::addMember' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:15:10: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiDouble.h:15:10: note: Technically the member function 'PnetCDF::NcmpiDouble::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:15:10: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiFloat.h:15:10: note: Technically the member function 'PnetCDF::NcmpiFloat::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:45:21: style:inconclusive: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.h:32:10: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:45:21: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.h:32:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.cpp:45:21: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiGroupAtt.h:32:10: note: Technically the member function 'PnetCDF::NcmpiGroupAtt::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.cpp:19:16: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.cpp:19:16: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.cpp:19:16: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiInt64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiInt64::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiShort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiShort::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.cpp:19:18: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.cpp:19:18: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUbyte.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUbyte::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.cpp:19:17: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.cpp:19:17: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUint64.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUint64::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.cpp:19:19: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. 2.17.0 pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:15:10: style:inconclusive: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. [functionConst] pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.cpp:19:19: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. pnetcdf-1.14.0/src/binding/cxx/ncmpiUshort.h:15:10: note: Technically the member function 'PnetCDF::NcmpiUshort::operator==' can be const. head pnetcdf-1.14.0/src/binding/cxx/ncmpiVar.h:291:37: debug: CheckClass::isMemberVar found used member variable 'groupId' with varid 0 [varid0] 2.17.0 pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: warning: Either the condition 'starter_property->comb_index<0x8000' is redundant or the array 'utf8proc_combinations[5410]' is accessed at index 32767, which is out of bounds. [arrayIndexOutOfBoundsCond] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:749:42: note: Assuming that condition 'starter_property->comb_index<0x8000' is not redundant pnetcdf-1.14.0/src/drivers/common/utf8proc.c:752:20: note: sidx is assigned 'starter_property->comb_index' here. pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: note: Array index out of bounds head pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: warning: Either the condition 'starter_property->comb_index<0x8000' is redundant or the array 'utf8proc_combinations[5410]' is accessed at index 32767, which is out of bounds. [arrayIndexOutOfBoundsCond] pnetcdf-1.14.0/src/drivers/common/utf8proc.c:749:42: note: Assuming that condition 'starter_property->comb_index<0x8000' is not redundant pnetcdf-1.14.0/src/drivers/common/utf8proc.c:752:38: note: Assignment 'sidx=starter_property->comb_index', assigned value is 32767 pnetcdf-1.14.0/src/drivers/common/utf8proc.c:753:84: note: Array index out of bounds 2.17.0 pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:13: note: Assignment 'start=(MPI_Offset*)malloc(vars[varnum].ndims*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: note: Null pointer addition head pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:33: note: Assuming allocation function fails pnetcdf-1.14.0/src/utils/ncmpigen/load.c:660:13: note: Assignment 'start=(MPI_Offset*)malloc(vars[varnum].ndims*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/src/utils/ncmpigen/load.c:661:19: note: Null pointer addition head pnetcdf-1.14.0/src/utils/ncoffsets/ncoffsets.c:1319:15: style: Condition 'attrp==NULL' is always false [knownConditionTrueFalse] 2.17.0 pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:22: note: Assignment 'pres_in[0]=(float*)malloc(count[1]*2*6*12*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: note: Null pointer addition head pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:183:22: note: Assignment 'pres_in[0]=(float*)malloc(count[1]*2*6*12*sizeof(float))', assigned value is 0 pnetcdf-1.14.0/test/C/pres_temp_4D_rd.c:184:33: note: Null pointer addition head pnetcdf-1.14.0/test/CXX/nctst.cpp:320:16: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] pnetcdf-1.14.0/test/CXX/nctst.cpp:319:35: note: Assuming allocation function fails pnetcdf-1.14.0/test/CXX/nctst.cpp:319:21: note: Assignment 'str=(char*)std::calloc(TIMESTRINGLEN,1)', assigned value is 0 pnetcdf-1.14.0/test/CXX/nctst.cpp:320:16: note: Null pointer dereference head pnetcdf-1.14.0/test/CXX/nctst.cpp:86:16: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: value_in [nullPointerOutOfMemory] pnetcdf-1.14.0/test/CXX/nctst.cpp:84:34: note: Assuming allocation function fails pnetcdf-1.14.0/test/CXX/nctst.cpp:84:21: note: Assignment 'value_in=(char*)std::malloc(strlen(value)+1)', assigned value is 0 pnetcdf-1.14.0/test/CXX/nctst.cpp:86:16: note: Null pointer dereference 2.17.0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:287:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read.c:288:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double/test_read_indep.c:293:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:285:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*2*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read.c:286:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:292:13: note: Assignment 'shape=(MPI_Offset*)malloc(varndims[i]*3*sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_double_int/test_read_indep.c:293:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:174:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:173:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*5+sizeof(MPI_Offset)*ndims*3)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:175:38: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:229:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:224:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:229:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:238:15: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:334:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:333:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:334:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:333:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_darray.c:335:29: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:179:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:178:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:180:38: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:236:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:231:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:236:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:246:15: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:346:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:345:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:346:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:345:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_nonblocking.c:347:29: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:178:12: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:177:20: note: Assignment 'array_of_sizes=(int*)malloc(sizeof(int)*ndims*4+sizeof(MPI_Offset)*ndims*4)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:179:38: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:237:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:37: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:232:10: note: Assignment 'buf1=(float*)malloc(total_sz*sizeof(float)*2)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:237:7: note: Assuming condition is false pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:246:15: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:348:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:347:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:348:11: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:347:12: note: Assignment 'tmpbuf=(float*)malloc(local_sz*sizeof(float)+packsz)', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_dtype/test_subarray.c:349:29: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:286:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read.c:287:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:289:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_float/test_read_indep.c:290:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read.c:292:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:291:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read64.c:292:19: note: Null pointer addition 2.17.0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: note: Null pointer addition head pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:33: note: Assuming allocation function fails pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:296:13: note: Assignment 'shape=(MPI_Offset*)calloc(varndims[i]*2,sizeof(MPI_Offset))', assigned value is 0 pnetcdf-1.14.0/test/Legacy/test_int/test_read_indep.c:297:19: note: Null pointer addition head pnetcdf-1.14.0/test/adios/ivarm.c:43:40: warning: Redundant code: Found unused array access. [constStatement] head pnetcdf-1.14.0/test/adios/ivarm.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/adios/ivars.c:77:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/adios/varm.c:43:40: warning: Redundant code: Found unused array access. [constStatement] head pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:103:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:64:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:67:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/bb_nonblocking.c:83:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/varn.c:65:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/varn.c:66:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/burst_buffer/varn.c:69:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:105:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:106:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:107:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:110:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:111:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:112:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:114:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:115:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:120:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:121:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:122:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:123:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:132:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:133:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:134:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:135:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:136:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:137:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:142:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:143:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:144:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:145:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:146:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:152:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:153:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:154:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:155:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:159:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:161:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:162:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:163:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:175:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:176:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:177:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:180:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:181:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:182:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:184:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:185:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:189:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:190:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:191:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:192:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:193:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:194:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:195:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:196:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:201:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:202:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:203:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:204:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:205:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:211:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:212:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:213:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:214:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:219:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:220:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:221:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:222:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:230:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:232:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:233:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:234:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:240:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:241:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:242:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:243:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:244:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:252:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:253:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:254:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:255:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:256:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/cdf_format/dim_cdf12.c:257:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/fandc/pnctest.c:35:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/fandc/pnctest.c:36:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/fandc/pnctest.c:45:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/large_coalesce.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/large_coalesce.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/large_coalesce.c:262:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/large_coalesce.c:263:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:114:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:117:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:118:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:145:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/largefile/tst_cdf5_begin.c:146:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/notsupport.c:72:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/notsupport.c:75:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/notsupport.c:76:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/notsupport.c:82:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/simple_xy.c:122:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:77:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_2_rec_dims.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:59:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:60:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_get_put_size.c:81:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:58:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_rec_vars.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_zero_req.c:28:31: warning: Redundant code: Found unused array access. [constStatement] head pnetcdf-1.14.0/test/nc4/tst_zero_req.c:49:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nc4/tst_zero_req.c:50:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:156:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:157:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/flexible_bput.c:160:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/interleaved.c:133:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/interleaved.c:136:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/interleaved.c:137:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/interleaved.c:140:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/interleaved.c:247:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/req_all.c:113:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/req_all.c:116:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/req_all.c:119:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/req_all.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:61:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:62:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:63:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:73:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/nonblocking/wait_after_indep.c:91:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:100:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:101:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:102:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 2.17.0 pnetcdf-1.14.0/test/testcases/flexible.c:164:67: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:156:52: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:156:30: note: Assignment 'schar_buf=(char*)malloc(2*5)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:164:67: note: Null pointer addition head pnetcdf-1.14.0/test/testcases/flexible.c:164:67: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] pnetcdf-1.14.0/test/testcases/flexible.c:156:52: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/flexible.c:156:30: note: Assignment 'schar_buf=(char*)malloc(2*5)', assigned value is 0 pnetcdf-1.14.0/test/testcases/flexible.c:164:67: note: Null pointer addition head pnetcdf-1.14.0/test/testcases/flexible.c:193:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:196:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:282:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:298:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:83:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:84:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:85:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:86:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:87:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:89:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:98:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible.c:99:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:125:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:126:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:127:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:130:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:132:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:215:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible2.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:179:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:180:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:231:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:262:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:299:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:330:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:374:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:405:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:443:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_large_count.c:474:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:183:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:184:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:187:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:235:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:266:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:303:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:334:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:378:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:409:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:447:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_var.c:478:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_varm.c:153:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_varm.c:154:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_varm.c:157:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_varm.c:192:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/flexible_varm.c:218:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:58:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/large_var_cdf5.c:59:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/nonblocking.c:105:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/nonblocking.c:118:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/nonblocking.c:121:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/nonblocking.c:87:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/nonblocking.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/one_record.c:64:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/one_record.c:65:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/one_record.c:70:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/one_record.c:86:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/one_record.c:88:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:21: warning: If memory allocation fails, then there is a possible null pointer dereference: starts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:101:17: note: Assignment 'starts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:106:21: note: Null pointer dereference head pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:21: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:38: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_get_varn.c:102:17: note: Assignment 'counts=(MPI_Offset**)malloc(num_reqs*sizeof(MPI_Offset*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_get_varn.c:107:21: note: Null pointer dereference head pnetcdf-1.14.0/test/testcases/test_get_varn.c:73:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_get_varn.c:74:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_get_varn.c:75:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_get_varn.c:76:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:189:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:187:24: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:187:11: note: Assignment 'buf=(int**)malloc(2*sizeof(int*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:189:35: note: Null pointer dereference head pnetcdf-1.14.0/test/testcases/test_vard.c:234:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:235:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:236:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:237:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:238:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:239:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:240:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:241:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:244:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:245:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:246:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:267:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:270:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:271:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:274:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:299:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:302:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:320:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:327:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:329:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:332:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:335:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard.c:344:39: warning: If memory allocation fails, then there is a possible null pointer dereference: flt_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:342:30: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:342:15: note: Assignment 'flt_buf=(float**)malloc(2*sizeof(float*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:344:39: note: Null pointer dereference head pnetcdf-1.14.0/test/testcases/test_vard.c:397:39: warning: If memory allocation fails, then there is a possible null pointer dereference: dbl_buf [nullPointerOutOfMemory] pnetcdf-1.14.0/test/testcases/test_vard.c:395:31: note: Assuming allocation function fails pnetcdf-1.14.0/test/testcases/test_vard.c:395:15: note: Assignment 'dbl_buf=(double**)malloc(2*sizeof(double*))', assigned value is 0 pnetcdf-1.14.0/test/testcases/test_vard.c:397:39: note: Null pointer dereference head pnetcdf-1.14.0/test/testcases/test_vard_rec.c:131:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard_rec.c:78:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard_rec.c:79:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/test_vard_rec.c:80:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:51:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:52:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:55:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:56:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:60:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_def_var_fill.c:99:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:110:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:111:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:128:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:129:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:90:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] head pnetcdf-1.14.0/test/testcases/tst_dimsizes.c:91:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] DONE