2024-04-17 06:32 ftp://ftp.de.debian.org/debian/pool/main/h/healpy/healpy_1.16.6.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=openmp --library=python --library=libcurl --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 8b518bf (2024-04-17 07:27:46 +0200) count: 2192 1727 elapsed-time: 82.1 845.5 head-timing-info: old-timing-info: head results: healpy-1.16.6/cfitsio/cookbook.c:566:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/cookbook.c:65:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:139:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:140:10: style: Variable 'extname' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:195:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:196:10: style: Variable 'extname' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:249:10: style: Variable 'infilename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:250:10: style: Variable 'outfilename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:298:10: style: Variable 'infilename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:299:10: style: Variable 'outfilename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:380:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:428:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/cookbook.c:492:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/checksum.c:88:18: style: Variable 'exclude' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/checksum.c:90:19: style: Variable 'mask' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/checksum.c:134:28: style: Parameter 'ascii' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/buffers.c:226:18: style: Condition 'nwrite:927:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] :1986:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] :2223:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] eval.l:498:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVARNAME [valueFlowBailoutIncompleteVar] eval.l:538:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] :1503:16: style: Condition 'ffwrap()' is always true [knownConditionTrueFalse] :1503:16: note: Calling function 'ffwrap' returns 1 :1503:16: note: Condition 'ffwrap()' is always true :1838:17: style: Condition 'ffwrap()' is always true [knownConditionTrueFalse] :1838:17: note: Calling function 'ffwrap' returns 1 :1838:17: note: Condition 'ffwrap()' is always true :1621:27: warning: Possible null pointer dereference: b [nullPointer] :1618:24: note: Assignment 'b=(ff_buffer_stack)?(ff_buffer_stack)[ff_buffer_stack_top]:NULL', assigned value is 0 :1621:27: note: Null pointer dereference :1623:9: warning: Possible null pointer dereference: b [nullPointer] :1618:24: note: Assignment 'b=(ff_buffer_stack)?(ff_buffer_stack)[ff_buffer_stack_top]:NULL', assigned value is 0 :1623:9: note: Null pointer dereference :1990:2: warning: Possible null pointer dereference: b [nullPointer] :1879:17: note: Calling function 'ff_init_buffer', 1st argument '(ff_buffer_stack)?(ff_buffer_stack)[ff_buffer_stack_top]:NULL' value is 0 :1990:2: note: Null pointer dereference :1991:2: warning: Possible null pointer dereference: b [nullPointer] :1879:17: note: Calling function 'ff_init_buffer', 1st argument '(ff_buffer_stack)?(ff_buffer_stack)[ff_buffer_stack_top]:NULL' value is 0 :1991:2: note: Null pointer dereference :1614:23: style: Checking if unsigned expression 'num_to_read' is less than zero. [unsignedLessThanZero] :1627:19: style: Checking if unsigned expression 'new_size' is less than zero. [unsignedLessThanZero] :1655:3: style: Checking if unsigned expression 'ff_n_chars=expr_read((char*)(&(ff_buffer_stack)[ff_buffer_stack_top]->ff_ch_buf[number_to_move]),num_to_read)' is less than zero. [unsignedLessThanZero] :1731:59: style:inconclusive: Function 'ff_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'ff_current_state'. [funcArgNamesDifferent] :349:54: note: Function 'ff_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'ff_current_state'. :1731:59: note: Function 'ff_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'ff_current_state'. :1754:49: style:inconclusive: Function 'ffunput' argument 2 names different: declaration 'buf_ptr' definition 'ff_bp'. [funcArgNamesDifferent] :787:38: note: Function 'ffunput' argument 2 names different: declaration 'buf_ptr' definition 'ff_bp'. :1754:49: note: Function 'ffunput' argument 2 names different: declaration 'buf_ptr' definition 'ff_bp'. :2175:48: style:inconclusive: Function 'ff_scan_string' argument 1 names different: declaration 'ff_str' definition 'ffstr'. [funcArgNamesDifferent] :302:47: note: Function 'ff_scan_string' argument 1 names different: declaration 'ff_str' definition 'ffstr'. :2175:48: note: Function 'ff_scan_string' argument 1 names different: declaration 'ff_str' definition 'ffstr'. :2188:48: style:inconclusive: Function 'ff_scan_bytes' argument 1 names different: declaration 'bytes' definition 'ffbytes'. [funcArgNamesDifferent] :303:46: note: Function 'ff_scan_bytes' argument 1 names different: declaration 'bytes' definition 'ffbytes'. :2188:48: note: Function 'ff_scan_bytes' argument 1 names different: declaration 'bytes' definition 'ffbytes'. :2188:68: style:inconclusive: Function 'ff_scan_bytes' argument 2 names different: declaration 'len' definition '_ffbytes_len'. [funcArgNamesDifferent] :303:62: note: Function 'ff_scan_bytes' argument 2 names different: declaration 'len' definition '_ffbytes_len'. :2188:68: note: Function 'ff_scan_bytes' argument 2 names different: declaration 'len' definition '_ffbytes_len'. :2319:24: style:inconclusive: Function 'ffset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent] :753:23: note: Function 'ffset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. :2319:24: note: Function 'ffset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. eval.l:495:44: style:inconclusive: Function 'ffGetVariable' argument 2 names different: declaration 'varVal' definition 'thelval'. [funcArgNamesDifferent] eval.l:66:51: note: Function 'ffGetVariable' argument 2 names different: declaration 'varVal' definition 'thelval'. eval.l:495:44: note: Function 'ffGetVariable' argument 2 names different: declaration 'varVal' definition 'thelval'. :1568:17: style: Variable 'source' can be declared as pointer to const [constVariablePointer] :1769:18: style: Variable 'source' can be declared as pointer to const [constVariablePointer] :2188:48: style: Parameter 'ffbytes' can be declared as pointer to const [constParameterPointer] :2221:43: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] eval.y:371:51: error: There is an unknown macro here somewhere. Configuration is required. If MAX_STRLEN_S is a macro then please configure it. [unknownMacro] healpy-1.16.6/cfitsio/cfortran.h:247:0: error: #error "cfortran.h: Can't find your environment among:\ [preprocessorErrorDirective] healpy-1.16.6/cfitsio/fits_hcompress.c:213:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] healpy-1.16.6/cfitsio/fits_hcompress.c:349:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] healpy-1.16.6/cfitsio/fits_hcompress.c:78:25: warning: Function 'fits_hcompress' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' [funcArgOrderDifferent] healpy-1.16.6/cfitsio/fitsio.h:2049:35: note: Function 'fits_hcompress' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' healpy-1.16.6/cfitsio/fits_hcompress.c:78:25: note: Function 'fits_hcompress' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' healpy-1.16.6/cfitsio/fits_hcompress.c:126:32: warning: Function 'fits_hcompress64' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' [funcArgOrderDifferent] healpy-1.16.6/cfitsio/fitsio.h:2051:42: note: Function 'fits_hcompress64' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' healpy-1.16.6/cfitsio/fits_hcompress.c:126:32: note: Function 'fits_hcompress64' argument order different: declaration 'a, nx, ny, scale, output, nbytes, status' definition 'a, ny, nx, scale, output, nbytes, status' healpy-1.16.6/cfitsio/fits_hcompress.c:599:40: style:inconclusive: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fits_hcompress.c:44:40: note: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'. healpy-1.16.6/cfitsio/fits_hcompress.c:599:40: note: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'. healpy-1.16.6/cfitsio/fits_hcompress.c:760:42: style:inconclusive: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fits_hcompress.c:49:42: note: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'. healpy-1.16.6/cfitsio/fits_hcompress.c:760:42: note: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'. healpy-1.16.6/cfitsio/fits_hcompress.c:971:25: style: Parameter 'buffer' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:999:64: style: Parameter 'nbitplanes' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:1038:71: style: Parameter 'nbitplanes' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:1157:64: style: Parameter 'array' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:1521:23: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:1554:18: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:1760:28: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/fits_hcompress.c:261:9: style: Variable 's00' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:262:9: style: Variable 's10' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:397:9: style: Variable 's00' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:398:9: style: Variable 's10' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:1684:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:1749:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fits_hcompress.c:1806:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1071:16: style:inconclusive: Function 'fficls' argument 2 names different: declaration 'firstcol' definition 'fstcol'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1834:42: note: Function 'fficls' argument 2 names different: declaration 'firstcol' definition 'fstcol'. healpy-1.16.6/cfitsio/editcol.c:1071:16: note: Function 'fficls' argument 2 names different: declaration 'firstcol' definition 'fstcol'. healpy-1.16.6/cfitsio/editcol.c:2399:16: style:inconclusive: Function 'ffdcol' argument 2 names different: declaration 'numcol' definition 'colnum'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1837:42: note: Function 'ffdcol' argument 2 names different: declaration 'numcol' definition 'colnum'. healpy-1.16.6/cfitsio/editcol.c:2399:16: note: Function 'ffdcol' argument 2 names different: declaration 'numcol' definition 'colnum'. healpy-1.16.6/cfitsio/editcol.c:2539:21: style:inconclusive: Function 'ffcins' argument 4 names different: declaration 'nbytes' definition 'ninsert'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:522:71: note: Function 'ffcins' argument 4 names different: declaration 'nbytes' definition 'ninsert'. healpy-1.16.6/cfitsio/editcol.c:2539:21: note: Function 'ffcins' argument 4 names different: declaration 'nbytes' definition 'ninsert'. healpy-1.16.6/cfitsio/editcol.c:2679:21: style:inconclusive: Function 'ffcdel' argument 4 names different: declaration 'nbytes' definition 'ndelete'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:524:71: note: Function 'ffcdel' argument 4 names different: declaration 'nbytes' definition 'ndelete'. healpy-1.16.6/cfitsio/editcol.c:2679:21: note: Function 'ffcdel' argument 4 names different: declaration 'nbytes' definition 'ndelete'. healpy-1.16.6/cfitsio/editcol.c:2779:16: style:inconclusive: Function 'ffkshf' argument 2 names different: declaration 'firstcol' definition 'colmin'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:526:32: note: Function 'ffkshf' argument 2 names different: declaration 'firstcol' definition 'colmin'. healpy-1.16.6/cfitsio/editcol.c:2779:16: note: Function 'ffkshf' argument 2 names different: declaration 'firstcol' definition 'colmin'. healpy-1.16.6/cfitsio/editcol.c:2780:16: style:inconclusive: Function 'ffkshf' argument 3 names different: declaration 'tfields' definition 'colmax'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:526:46: note: Function 'ffkshf' argument 3 names different: declaration 'tfields' definition 'colmax'. healpy-1.16.6/cfitsio/editcol.c:2780:16: note: Function 'ffkshf' argument 3 names different: declaration 'tfields' definition 'colmax'. healpy-1.16.6/cfitsio/editcol.c:2781:16: style:inconclusive: Function 'ffkshf' argument 4 names different: declaration 'nshift' definition 'incre'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:526:59: note: Function 'ffkshf' argument 4 names different: declaration 'nshift' definition 'incre'. healpy-1.16.6/cfitsio/editcol.c:2781:16: note: Function 'ffkshf' argument 4 names different: declaration 'nshift' definition 'incre'. healpy-1.16.6/cfitsio/editcol.c:16:18: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/editcol.c:39:22: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/editcol.c:504:18: style: Parameter 'rownum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/editcol.c:633:22: style: Parameter 'rownum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/editcol.c:1967:11: style: Variable 'lvalues' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/editcol.c:1969:26: style: Variable 'dvalues' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/editcol.c:1970:24: style: Variable 'fvalues' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/editcol.c:2378:18: style: Parameter 'rootname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/editcol.c:2410:23: style: Variable 'nextcol' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/editcol.c:1755:8: warning: Size of pointer 'strarray' used instead of size of its data. [pointerSize] healpy-1.16.6/cfitsio/editcol.c:1967:19: style: Variable 'lvalues' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1967:45: style: Variable 'strarray' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1968:19: style: Variable 'nulstr' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1969:18: style: Variable 'dnull' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1969:34: style: Variable 'dvalues' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1970:17: style: Variable 'fnull' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1970:32: style: Variable 'fvalues' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:2050:23: style: Variable 'typecodes[icol]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:1960:47: style: Unused variable: anynull [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1962:51: style: Unused variable: nrows [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1962:58: style: Unused variable: outrows [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:10: style: Unused variable: inloop [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:18: style: Unused variable: outloop [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:27: style: Unused variable: maxloop [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:36: style: Unused variable: ndone [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:43: style: Unused variable: ntodo [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1963:50: style: Unused variable: npixels [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1964:10: style: Unused variable: firstrow [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1964:20: style: Unused variable: firstelem [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1964:31: style: Unused variable: ii [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:1967:24: style: Unused variable: nullflag [unusedVariable] healpy-1.16.6/cfitsio/editcol.c:2872:15: style: Variable 'tfields' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/editcol.c:2873:19: style: Variable 'colptr' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fitscopy.c:58:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/eval_f.c:2619:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables] healpy-1.16.6/cfitsio/eval_f.c:1575:13: style: Consider using memcpy instead of loop. [useStandardLibrary] healpy-1.16.6/cfitsio/eval_f.c:98:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:98:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:98:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:184:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:184:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:184:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:443:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:443:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:443:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:529:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:529:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:529:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:832:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:832:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:832:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:899:25: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:899:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:899:25: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:972:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:971:45: note: outer condition: gParse.Nodes[i].value.data.ptr healpy-1.16.6/cfitsio/eval_f.c:972:10: note: identical inner condition: gParse.Nodes[i].value.data.ptr healpy-1.16.6/cfitsio/eval_f.c:1872:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:1872:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:1872:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:1877:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:1877:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:1877:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:2066:32: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:2066:14: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:2066:32: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:2101:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:2101:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:2101:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:2615:15: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/eval_f.c:2614:8: note: outer condition: *status healpy-1.16.6/cfitsio/eval_f.c:2615:15: note: identical inner condition: *status healpy-1.16.6/cfitsio/eval_f.c:295:10: error: Memory leak: Info.dataPtr [memleak] healpy-1.16.6/cfitsio/eval_f.c:2647:31: style: Variable 'type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] healpy-1.16.6/cfitsio/eval_f.c:2644:31: note: $symbol is assigned healpy-1.16.6/cfitsio/eval_f.c:2647:31: note: $symbol is overwritten healpy-1.16.6/cfitsio/eval_f.c:81:23: style:inconclusive: Function 'fffrow' argument 1 names different: declaration 'infptr' definition 'fptr'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1873:33: note: Function 'fffrow' argument 1 names different: declaration 'infptr' definition 'fptr'. healpy-1.16.6/cfitsio/eval_f.c:81:23: note: Function 'fffrow' argument 1 names different: declaration 'infptr' definition 'fptr'. healpy-1.16.6/cfitsio/eval_f.c:2433:29: style:inconclusive: Function 'find_keywd' argument 1 names different: declaration 'key' definition 'keyname'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/eval_f.c:71:32: note: Function 'find_keywd' argument 1 names different: declaration 'key' definition 'keyname'. healpy-1.16.6/cfitsio/eval_f.c:2433:29: note: Function 'find_keywd' argument 1 names different: declaration 'key' definition 'keyname'. healpy-1.16.6/cfitsio/eval_f.c:503:27: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/eval_f.c:504:27: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/eval_f.c:526:10: style: Variable 'result' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/eval_f.c:1504:20: style: Parameter 'undef' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/eval_f.c:2157:11: style: Variable 'result' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/eval_f.c:2433:29: style: Parameter 'keyname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/eval_f.c:2604:10: style: Variable 'result' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/eval_f.c:2818:14: style: Variable 'parName' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/eval_f.c:2819:14: style: Variable 'parInfo' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fpack.c:197:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/fits_hdecompress.c:735:13: style: Condition 'dmin(h0-hm))?(hp-h0):(h0-hm))<0)?(((hp-h0)>(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:729:9: note: dmax is assigned '(((((hp-h0)<(h0-hm))?(hp-h0):(h0-hm))>0)?(((hp-h0)<(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:735:13: note: Condition 'dmin(h0-hm))?(hp-h0):(h0-hm))<0)?(((hp-h0)>(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:762:9: note: dmax is assigned '(((((hp-h0)<(h0-hm))?(hp-h0):(h0-hm))>0)?(((hp-h0)<(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:764:13: note: Condition 'dmin(h0-hm))?(hp-h0):(h0-hm))<0)?(((hp-h0)>(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:883:9: note: dmax is assigned '(((((hp-h0)<(h0-hm))?(hp-h0):(h0-hm))>0)?(((hp-h0)<(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:889:13: note: Condition 'dmin(h0-hm))?(hp-h0):(h0-hm))<0)?(((hp-h0)>(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:916:9: note: dmax is assigned '(((((hp-h0)<(h0-hm))?(hp-h0):(h0-hm))>0)?(((hp-h0)<(h0-hm))?(hp-h0):(h0-hm)):0)<<2' here. healpy-1.16.6/cfitsio/fits_hdecompress.c:918:13: note: Condition 'dmin=0' is redundant or there is division by zero at line 798. [zerodivcond] healpy-1.16.6/cfitsio/getcolb.c:796:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolb.c:798:26: note: Division by zero healpy-1.16.6/cfitsio/getcolb.c:805:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 805. [zerodivcond] healpy-1.16.6/cfitsio/getcolb.c:796:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolb.c:805:78: note: Division by zero healpy-1.16.6/cfitsio/getcolb.c:934:19: style:inconclusive: Function 'ffgextn' argument 4 names different: declaration 'array' definition 'buffer'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1548:78: note: Function 'ffgextn' argument 4 names different: declaration 'array' definition 'buffer'. healpy-1.16.6/cfitsio/getcolb.c:934:19: note: Function 'ffgextn' argument 4 names different: declaration 'array' definition 'buffer'. healpy-1.16.6/cfitsio/getcolb.c:1874:20: style:inconclusive: Function 'fffstri1' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:548:33: note: Function 'fffstri1' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolb.c:1874:20: note: Function 'fffstri1' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolb.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:393:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:394:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:395:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:1073:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:1211:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:1348:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:1878:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolb.c:1900:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcold.c:1401:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcold.c:1497:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcold.c:847:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 847. [zerodivcond] healpy-1.16.6/cfitsio/getcold.c:845:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcold.c:847:26: note: Division by zero healpy-1.16.6/cfitsio/getcold.c:854:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 854. [zerodivcond] healpy-1.16.6/cfitsio/getcold.c:845:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcold.c:854:78: note: Division by zero healpy-1.16.6/cfitsio/getcold.c:1562:20: style:inconclusive: Function 'fffstrr8' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:804:33: note: Function 'fffstrr8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcold.c:1562:20: note: Function 'fffstrr8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcold.c:217:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:218:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:219:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:394:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:395:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:396:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:981:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:993:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1065:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1077:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1149:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1161:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1233:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1245:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1366:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1463:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1566:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcold.c:1588:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcole.c:1402:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcole.c:1508:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcole.c:848:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 848. [zerodivcond] healpy-1.16.6/cfitsio/getcole.c:846:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcole.c:848:26: note: Division by zero healpy-1.16.6/cfitsio/getcole.c:855:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 855. [zerodivcond] healpy-1.16.6/cfitsio/getcole.c:846:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcole.c:855:78: note: Division by zero healpy-1.16.6/cfitsio/getcole.c:1564:20: style:inconclusive: Function 'fffstrr4' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:781:33: note: Function 'fffstrr4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcole.c:1564:20: note: Function 'fffstrr4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcole.c:217:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:218:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:219:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:394:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:395:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:396:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:983:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:995:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1067:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1079:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1151:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1163:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1235:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1247:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1368:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1473:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1568:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcole.c:1590:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcoli.c:1527:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoli.c:1693:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoli.c:771:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 771. [zerodivcond] healpy-1.16.6/cfitsio/getcoli.c:769:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcoli.c:771:26: note: Division by zero healpy-1.16.6/cfitsio/getcoli.c:778:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 778. [zerodivcond] healpy-1.16.6/cfitsio/getcoli.c:769:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcoli.c:778:78: note: Division by zero healpy-1.16.6/cfitsio/getcoli.c:1790:20: style:inconclusive: Function 'fffstri2' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:618:33: note: Function 'fffstri2' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoli.c:1790:20: note: Function 'fffstri2' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoli.c:215:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:216:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:217:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:393:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:394:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:395:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:905:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:1126:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:1263:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:1794:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoli.c:1816:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:9431:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/fitscore.c:9464:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/fitscore.c:9512:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/fitscore.c:9652:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/fitscore.c:9728:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/getcolj.c:1511:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolj.c:1677:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolj.c:3420:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolj.c:3586:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolj.c:770:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 770. [zerodivcond] healpy-1.16.6/cfitsio/getcolj.c:768:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolj.c:770:26: note: Division by zero healpy-1.16.6/cfitsio/getcolj.c:777:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 777. [zerodivcond] healpy-1.16.6/cfitsio/getcolj.c:768:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolj.c:777:78: note: Division by zero healpy-1.16.6/cfitsio/getcolj.c:2712:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 2712. [zerodivcond] healpy-1.16.6/cfitsio/getcolj.c:2710:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolj.c:2712:26: note: Division by zero healpy-1.16.6/cfitsio/getcolj.c:2719:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 2719. [zerodivcond] healpy-1.16.6/cfitsio/getcolj.c:2710:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolj.c:2719:78: note: Division by zero healpy-1.16.6/cfitsio/getcolj.c:1774:20: style:inconclusive: Function 'fffstri4' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:665:33: note: Function 'fffstri4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolj.c:1774:20: note: Function 'fffstri4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolj.c:3683:20: style:inconclusive: Function 'fffstri8' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:734:33: note: Function 'fffstri8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolj.c:3683:20: note: Function 'fffstri8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolj.c:215:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:216:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:217:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:392:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:393:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:394:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:913:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:1024:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:1135:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:1247:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:1778:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:1800:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcolj.c:2155:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2156:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2157:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2332:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2333:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2334:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2846:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:2957:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:3068:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:3180:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:3687:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolj.c:3709:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcolk.c:1520:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolk.c:1686:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolk.c:787:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 787. [zerodivcond] healpy-1.16.6/cfitsio/getcolk.c:785:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolk.c:787:26: note: Division by zero healpy-1.16.6/cfitsio/getcolk.c:794:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 794. [zerodivcond] healpy-1.16.6/cfitsio/getcolk.c:785:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolk.c:794:78: note: Division by zero healpy-1.16.6/cfitsio/getcolk.c:1783:20: style:inconclusive: Function 'fffstrint' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:688:33: note: Function 'fffstrint' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolk.c:1783:20: note: Function 'fffstrint' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolk.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:393:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:394:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:395:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:923:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:1034:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:1145:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:1256:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:1787:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolk.c:1809:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcoll.c:222:23: style:inconclusive: Function 'ffgcx' argument 3 names different: declaration 'firstrow' definition 'frow'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1488:58: note: Function 'ffgcx' argument 3 names different: declaration 'firstrow' definition 'frow'. healpy-1.16.6/cfitsio/getcoll.c:222:23: note: Function 'ffgcx' argument 3 names different: declaration 'firstrow' definition 'frow'. healpy-1.16.6/cfitsio/getcoll.c:223:23: style:inconclusive: Function 'ffgcx' argument 4 names different: declaration 'firstbit' definition 'fbit'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1488:77: note: Function 'ffgcx' argument 4 names different: declaration 'firstbit' definition 'fbit'. healpy-1.16.6/cfitsio/getcoll.c:223:23: note: Function 'ffgcx' argument 4 names different: declaration 'firstbit' definition 'fbit'. healpy-1.16.6/cfitsio/getcoll.c:224:23: style:inconclusive: Function 'ffgcx' argument 5 names different: declaration 'nbits' definition 'nbit'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1489:22: note: Function 'ffgcx' argument 5 names different: declaration 'nbits' definition 'nbit'. healpy-1.16.6/cfitsio/getcoll.c:224:23: note: Function 'ffgcx' argument 5 names different: declaration 'nbits' definition 'nbit'. healpy-1.16.6/cfitsio/getcoll.c:354:19: style:inconclusive: Function 'ffgcxui' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1491:18: note: Function 'ffgcxui' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. healpy-1.16.6/cfitsio/getcoll.c:354:19: note: Function 'ffgcxui' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. healpy-1.16.6/cfitsio/getcoll.c:355:19: style:inconclusive: Function 'ffgcxui' argument 6 names different: declaration 'nbits' definition 'input_nbits'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1491:32: note: Function 'ffgcxui' argument 6 names different: declaration 'nbits' definition 'input_nbits'. healpy-1.16.6/cfitsio/getcoll.c:355:19: note: Function 'ffgcxui' argument 6 names different: declaration 'nbits' definition 'input_nbits'. healpy-1.16.6/cfitsio/getcoll.c:491:19: style:inconclusive: Function 'ffgcxuk' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1493:18: note: Function 'ffgcxuk' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. healpy-1.16.6/cfitsio/getcoll.c:491:19: note: Function 'ffgcxuk' argument 5 names different: declaration 'firstbit' definition 'input_first_bit'. healpy-1.16.6/cfitsio/getcoll.c:492:19: style:inconclusive: Function 'ffgcxuk' argument 6 names different: declaration 'nbits' definition 'input_nbits'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1493:32: note: Function 'ffgcxuk' argument 6 names different: declaration 'nbits' definition 'input_nbits'. healpy-1.16.6/cfitsio/getcoll.c:492:19: note: Function 'ffgcxuk' argument 6 names different: declaration 'nbits' definition 'input_nbits'. healpy-1.16.6/cfitsio/getcoll.c:239:26: style: Variable 'onbit' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/getcolsb.c:1609:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolsb.c:1776:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolsb.c:792:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 792. [zerodivcond] healpy-1.16.6/cfitsio/getcolsb.c:790:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolsb.c:792:26: note: Division by zero healpy-1.16.6/cfitsio/getcolsb.c:799:68: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 799. [zerodivcond] healpy-1.16.6/cfitsio/getcolsb.c:790:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcolsb.c:799:68: note: Division by zero healpy-1.16.6/cfitsio/getcolsb.c:1873:20: style:inconclusive: Function 'fffstrs1' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:571:33: note: Function 'fffstrs1' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolsb.c:1873:20: note: Function 'fffstrs1' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolsb.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:393:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:394:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:395:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:1070:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:1208:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:1345:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:1877:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolsb.c:1899:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcolui.c:1532:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolui.c:1698:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcolui.c:1795:20: style:inconclusive: Function 'fffstru2' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:595:33: note: Function 'fffstru2' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolui.c:1795:20: note: Function 'fffstru2' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcolui.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:381:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:382:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:383:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:873:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:1132:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:1269:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:1799:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcolui.c:1821:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcoluk.c:1540:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluk.c:1706:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluk.c:1803:20: style:inconclusive: Function 'fffstruint' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:711:33: note: Function 'fffstruint' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluk.c:1803:20: note: Function 'fffstruint' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluk.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:382:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:383:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:384:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:892:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:1003:22: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:1278:25: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:1807:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluk.c:1829:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcoluj.c:2885:26: style: Comparing expression of type 'unsigned char' against value 0. Condition is always false. [compareValueOutOfTypeRangeError] healpy-1.16.6/cfitsio/getcoluj.c:2931:38: style: Comparing expression of type 'unsigned char' against value 0. Condition is always false. [compareValueOutOfTypeRangeError] healpy-1.16.6/cfitsio/getcoluj.c:1532:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluj.c:1698:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluj.c:3460:16: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluj.c:3626:16: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcoluj.c:2885:24: style: Checking if unsigned expression 'input[ii]' is less than zero. [unsignedLessThanZero] healpy-1.16.6/cfitsio/getcoluj.c:2931:36: style: Checking if unsigned expression 'input[ii]' is less than zero. [unsignedLessThanZero] healpy-1.16.6/cfitsio/getcoluj.c:2716:26: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 2716. [zerodivcond] healpy-1.16.6/cfitsio/getcoluj.c:2714:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcoluj.c:2716:26: note: Division by zero healpy-1.16.6/cfitsio/getcoluj.c:2723:78: warning: Either the condition 'elemincre>=0' is redundant or there is division by zero at line 2723. [zerodivcond] healpy-1.16.6/cfitsio/getcoluj.c:2714:23: note: Assuming that condition 'elemincre>=0' is not redundant healpy-1.16.6/cfitsio/getcoluj.c:2723:78: note: Division by zero healpy-1.16.6/cfitsio/getcoluj.c:1795:20: style:inconclusive: Function 'fffstru4' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:642:33: note: Function 'fffstru4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluj.c:1795:20: note: Function 'fffstru4' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluj.c:3723:20: style:inconclusive: Function 'fffstru8' argument 6 names different: declaration 'power' definition 'implipower'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:757:33: note: Function 'fffstru8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluj.c:3723:20: note: Function 'fffstru8' argument 6 names different: declaration 'power' definition 'implipower'. healpy-1.16.6/cfitsio/getcoluj.c:216:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:217:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:218:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:382:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:383:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:384:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:883:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:994:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:1270:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:1799:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:1821:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcoluj.c:2176:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2177:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2178:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2353:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2354:19: style: Parameter 'blc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2355:19: style: Parameter 'trc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2849:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:2975:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:3096:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:3224:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:3727:20: style: Parameter 'snull' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getcoluj.c:3749:11: style: Variable 'cstring' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getcols.c:921:17: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/getcols.c:787:20: style: Parameter 'nulval' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:226:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/grparser.c:534:22: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/grparser.c:380:13: style: Variable 'cl->name' is reassigned a value before the old one has been used. [redundantAssignment] healpy-1.16.6/cfitsio/grparser.c:350:13: note: cl->name is assigned healpy-1.16.6/cfitsio/grparser.c:380:13: note: cl->name is overwritten healpy-1.16.6/cfitsio/grparser.c:109:26: style: Parameter 'extname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:148:26: style: Parameter 'extname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:517:28: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:518:14: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/grparser.c:518:24: style: Variable 'envar' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/grparser.c:733:37: style: Parameter 'ngp_tok' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:737:17: style: Variable 'nm' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/grparser.c:741:17: style: Variable 'nmni' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/grparser.c:873:52: style: Parameter 'newtok' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/grparser.c:519:10: style: Unused variable: saveptr [unusedVariable] healpy-1.16.6/cfitsio/getkey.c:3182:24: warning: Opposite inner 'return' condition leads to a dead code block. [oppositeInnerCondition] healpy-1.16.6/cfitsio/getkey.c:3181:22: note: outer condition: *status==209 healpy-1.16.6/cfitsio/getkey.c:3182:24: note: opposite inner condition: *status==213 healpy-1.16.6/cfitsio/getkey.c:3187:24: warning: Opposite inner 'return' condition leads to a dead code block. [oppositeInnerCondition] healpy-1.16.6/cfitsio/getkey.c:3186:22: note: outer condition: *status==209 healpy-1.16.6/cfitsio/getkey.c:3187:24: note: opposite inner condition: *status==213 healpy-1.16.6/cfitsio/getkey.c:1049:16: error: Common realloc mistake: 'tempstring' nulled but not freed upon failure [memleakOnRealloc] healpy-1.16.6/cfitsio/getkey.c:145:15: style:inconclusive: Function 'ffmrky' argument 2 names different: declaration 'nrec' definition 'nmove'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:940:42: note: Function 'ffmrky' argument 2 names different: declaration 'nrec' definition 'nmove'. healpy-1.16.6/cfitsio/getkey.c:145:15: note: Function 'ffmrky' argument 2 names different: declaration 'nrec' definition 'nmove'. healpy-1.16.6/cfitsio/getkey.c:477:25: style:inconclusive: Function 'ffgcrd' argument 2 names different: declaration 'keyname' definition 'name'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:946:50: note: Function 'ffgcrd' argument 2 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:477:25: note: Function 'ffgcrd' argument 2 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:1363:21: style:inconclusive: Function 'ffgkyt' argument 4 names different: declaration 'dvalue' definition 'fraction'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:971:81: note: Function 'ffgkyt' argument 4 names different: declaration 'dvalue' definition 'fraction'. healpy-1.16.6/cfitsio/getkey.c:1363:21: note: Function 'ffgkyt' argument 4 names different: declaration 'dvalue' definition 'fraction'. healpy-1.16.6/cfitsio/getkey.c:1405:21: style:inconclusive: Function 'ffgkyn' argument 4 names different: declaration 'keyval' definition 'value'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:949:69: note: Function 'ffgkyn' argument 4 names different: declaration 'keyval' definition 'value'. healpy-1.16.6/cfitsio/getkey.c:1405:21: note: Function 'ffgkyn' argument 4 names different: declaration 'keyval' definition 'value'. healpy-1.16.6/cfitsio/getkey.c:2238:18: style:inconclusive: Function 'ffghtb' argument 10 names different: declaration 'extname' definition 'extnm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1010:18: note: Function 'ffghtb' argument 10 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2238:18: note: Function 'ffghtb' argument 10 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2381:18: style:inconclusive: Function 'ffghtbll' argument 10 names different: declaration 'extname' definition 'extnm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1014:18: note: Function 'ffghtbll' argument 10 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2381:18: note: Function 'ffghtbll' argument 10 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2522:18: style:inconclusive: Function 'ffghbn' argument 8 names different: declaration 'extname' definition 'extnm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1018:60: note: Function 'ffghbn' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2522:18: note: Function 'ffghbn' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2645:18: style:inconclusive: Function 'ffghbnll' argument 8 names different: declaration 'extname' definition 'extnm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1022:60: note: Function 'ffghbnll' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:2645:18: note: Function 'ffghbnll' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/getkey.c:3157:18: style:inconclusive: Function 'ffgttb' argument 5 names different: declaration 'tfield' definition 'tfields'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:386:17: note: Function 'ffgttb' argument 5 names different: declaration 'tfield' definition 'tfields'. healpy-1.16.6/cfitsio/getkey.c:3157:18: note: Function 'ffgttb' argument 5 names different: declaration 'tfield' definition 'tfields'. healpy-1.16.6/cfitsio/getkey.c:3214:18: style:inconclusive: Function 'ffgtkn' argument 3 names different: declaration 'keyname' definition 'name'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:379:46: note: Function 'ffgtkn' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:3214:18: note: Function 'ffgtkn' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:3268:18: style:inconclusive: Function 'ffgtknjj' argument 3 names different: declaration 'keyname' definition 'name'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:380:48: note: Function 'ffgtknjj' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:3268:18: note: Function 'ffgtknjj' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:3322:18: style:inconclusive: Function 'fftkyn' argument 3 names different: declaration 'keyname' definition 'name'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:381:46: note: Function 'fftkyn' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:3322:18: note: Function 'fftkyn' argument 3 names different: declaration 'keyname' definition 'name'. healpy-1.16.6/cfitsio/getkey.c:495:25: style: Variable 'gotstar' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:694:18: style: Variable 'ptr2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1375:11: style: Variable 'loc' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1465:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1544:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1625:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1706:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1787:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1868:51: style: Variable 'equalssign' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:1983:18: style: Parameter 'tdimstr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:1996:17: style: Variable 'lastloc' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:2073:18: style: Parameter 'tdimstr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:2086:17: style: Variable 'lastloc' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/getkey.c:3214:18: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:3268:18: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:3322:18: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:3323:18: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/getkey.c:2051:18: warning: Uninitialized variable: lastloc [uninitvar] healpy-1.16.6/cfitsio/getkey.c:2031:12: note: Assuming condition is false healpy-1.16.6/cfitsio/getkey.c:2051:18: note: Uninitialized variable: lastloc healpy-1.16.6/cfitsio/getkey.c:290:12: style: Unused variable: doubleval [unusedVariable] healpy-1.16.6/cfitsio/imcompress.c:1331:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/imcompress.c:2798:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/imcompress.c:2926:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/histo.c:422:19: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/histo.c:421:13: note: outer condition: *status healpy-1.16.6/cfitsio/histo.c:422:19: note: identical inner condition: *status healpy-1.16.6/cfitsio/histo.c:474:15: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/histo.c:473:9: note: outer condition: *status healpy-1.16.6/cfitsio/histo.c:474:15: note: identical inner condition: *status healpy-1.16.6/cfitsio/histo.c:504:15: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/histo.c:503:9: note: outer condition: *status healpy-1.16.6/cfitsio/histo.c:504:15: note: identical inner condition: *status healpy-1.16.6/cfitsio/histo.c:985:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/histo.c:982:24: note: outer condition: *colname[ii]=='\0' healpy-1.16.6/cfitsio/histo.c:985:27: note: identical inner condition: *colname[ii]=='\0' healpy-1.16.6/cfitsio/histo.c:1634:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/histo.c:1631:24: note: outer condition: *colname[ii]=='\0' healpy-1.16.6/cfitsio/histo.c:1634:27: note: identical inner condition: *colname[ii]=='\0' healpy-1.16.6/cfitsio/histo.c:1935:15: style: Variable 'dvalue' is reassigned a value before the old one has been used. [redundantAssignment] healpy-1.16.6/cfitsio/histo.c:1933:15: note: dvalue is assigned healpy-1.16.6/cfitsio/histo.c:1935:15: note: dvalue is overwritten healpy-1.16.6/cfitsio/histo.c:33:25: style:inconclusive: Function 'ffbins' argument 3 names different: declaration 'haxis' definition 'histaxis'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:758:58: note: Function 'ffbins' argument 3 names different: declaration 'haxis' definition 'histaxis'. healpy-1.16.6/cfitsio/histo.c:33:25: note: Function 'ffbins' argument 3 names different: declaration 'haxis' definition 'histaxis'. healpy-1.16.6/cfitsio/histo.c:41:28: style:inconclusive: Function 'ffbins' argument 11 names different: declaration 'weight' definition 'wt'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:762:60: note: Function 'ffbins' argument 11 names different: declaration 'weight' definition 'wt'. healpy-1.16.6/cfitsio/histo.c:41:28: note: Function 'ffbins' argument 11 names different: declaration 'weight' definition 'wt'. healpy-1.16.6/cfitsio/histo.c:358:19: style:inconclusive: Function 'ffbinr' argument 1 names different: declaration 'binspec' definition 'ptr'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:764:29: note: Function 'ffbinr' argument 1 names different: declaration 'binspec' definition 'ptr'. healpy-1.16.6/cfitsio/histo.c:358:19: note: Function 'ffbinr' argument 1 names different: declaration 'binspec' definition 'ptr'. healpy-1.16.6/cfitsio/histo.c:542:18: style:inconclusive: Function 'ffhist2' argument 15 names different: declaration 'rowselect' definition 'selectrow'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1914:29: note: Function 'ffhist2' argument 15 names different: declaration 'rowselect' definition 'selectrow'. healpy-1.16.6/cfitsio/histo.c:542:18: note: Function 'ffhist2' argument 15 names different: declaration 'rowselect' definition 'selectrow'. healpy-1.16.6/cfitsio/histo.c:827:18: style:inconclusive: Function 'ffhist' argument 15 names different: declaration 'rowselect' definition 'selectrow'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1907:29: note: Function 'ffhist' argument 15 names different: declaration 'rowselect' definition 'selectrow'. healpy-1.16.6/cfitsio/histo.c:827:18: note: Function 'ffhist' argument 15 names different: declaration 'rowselect' definition 'selectrow'. healpy-1.16.6/cfitsio/histo.c:2314:36: style:inconclusive: Function 'ffwritehisto' argument 2 names different: declaration 'offset' definition 'pixoffset'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:417:36: note: Function 'ffwritehisto' argument 2 names different: declaration 'offset' definition 'pixoffset'. healpy-1.16.6/cfitsio/histo.c:2314:36: note: Function 'ffwritehisto' argument 2 names different: declaration 'offset' definition 'pixoffset'. healpy-1.16.6/cfitsio/histo.c:529:18: style: Parameter 'outfile' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:673:18: style: Parameter 'outfile' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:814:18: style: Parameter 'outfile' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:1876:12: style: Parameter 'colnum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:1946:14: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:1947:14: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:1972:15: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:1973:15: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2082:12: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2083:12: style: Parameter 'amax' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2084:12: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2123:11: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2124:10: style: Parameter 'colnum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2125:13: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2126:13: style: Parameter 'amax' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2127:13: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/histo.c:2385:20: style: Variable 'col1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/histo.c:2385:27: style: Variable 'col2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/histo.c:2385:34: style: Variable 'col3' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/histo.c:2385:41: style: Variable 'col4' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/histo.c:2386:20: style: Variable 'wtcol' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/histo.c:656:26: error: Uninitialized variable: wtcolnum [legacyUninitvar] healpy-1.16.6/cfitsio/histo.c:803:26: error: Uninitialized variable: wtcolnum [legacyUninitvar] healpy-1.16.6/cfitsio/histo.c:2108:13: style: Variable 'weightd' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/histo.c:2215:20: style: Variable 'tmax[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/histo.c:2220:20: style: Variable 'tmax[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcopy.c:92:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/imcopy.c:9:33: style: Variable 'ii' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/group.c:6302:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] healpy-1.16.6/cfitsio/group.c:6305:28: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] healpy-1.16.6/cfitsio/group.c:6100:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/group.c:6112:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/group.c:6067:22: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/group.c:6067:6: note: outer condition: *status healpy-1.16.6/cfitsio/group.c:6067:22: note: identical inner condition: *status healpy-1.16.6/cfitsio/group.c:4113:14: style: Condition '*status!=0' is always false [knownConditionTrueFalse] healpy-1.16.6/cfitsio/group.c:4105:14: note: Assuming that condition '*status!=0' is not redundant healpy-1.16.6/cfitsio/group.c:4113:14: note: Condition '*status!=0' is always false healpy-1.16.6/cfitsio/group.c:4762:23: style: Condition '*status!=0' is always true [knownConditionTrueFalse] healpy-1.16.6/cfitsio/group.c:978:15: style:inconclusive: Function 'ffgtop' argument 2 names different: declaration 'group' definition 'grpid'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1990:42: note: Function 'ffgtop' argument 2 names different: declaration 'group' definition 'grpid'. healpy-1.16.6/cfitsio/group.c:978:15: note: Function 'ffgtop' argument 2 names different: declaration 'group' definition 'grpid'. healpy-1.16.6/cfitsio/group.c:2006:15: style:inconclusive: Function 'ffgmng' argument 2 names different: declaration 'nmembers' definition 'ngroups'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1993:45: note: Function 'ffgmng' argument 2 names different: declaration 'nmembers' definition 'ngroups'. healpy-1.16.6/cfitsio/group.c:2006:15: note: Function 'ffgmng' argument 2 names different: declaration 'nmembers' definition 'ngroups'. healpy-1.16.6/cfitsio/group.c:2976:22: style:inconclusive: Function 'ffgmrm' argument 1 names different: declaration 'fptr' definition 'gfptr'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1999:32: note: Function 'ffgmrm' argument 1 names different: declaration 'fptr' definition 'gfptr'. healpy-1.16.6/cfitsio/group.c:2976:22: note: Function 'ffgmrm' argument 1 names different: declaration 'fptr' definition 'gfptr'. healpy-1.16.6/cfitsio/group.c:135:14: style: Parameter 'grpname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:168:9: style: Variable 'extname' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3655:9: style: Variable 'xtension' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3656:9: style: Variable 'xtenTform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3658:9: style: Variable 'name' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3659:9: style: Variable 'nameTform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3661:9: style: Variable 'version' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3662:9: style: Variable 'verTform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3664:9: style: Variable 'position' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3665:9: style: Variable 'posTform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3667:9: style: Variable 'URI' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3668:9: style: Variable 'URITform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3670:9: style: Variable 'location' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:3672:9: style: Variable 'locTform' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:4060:11: style: Parameter 'xtension' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:4061:11: style: Parameter 'extname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:4907:17: style: Parameter 'newFileName' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:5011:25: style: Parameter 'inpath' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:6352:31: style: Parameter 'refURL' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:6353:17: style: Parameter 'relURL' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:6554:9: style: Variable 'hex' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/group.c:6698:32: style: Parameter 'url' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/group.c:6706:9: style: Variable 'tmpStr1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/group.c:6706:19: style: Variable 'tmpStr2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/group.c:6708:8: style: Variable 'reserved' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/group.c:5426:14: style: Variable 'absolute' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/group.c:5428:14: style: Variable 'absolute' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/group.c:6065:9: style: Unused variable: saveptr [unusedVariable] healpy-1.16.6/cfitsio/iter_a.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] healpy-1.16.6/cfitsio/iter_a.c:29:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/iter_a.c:21:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_a.c:69:18: style: Variable 'counts' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iter_a.c:70:19: style: Variable 'interval' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iter_a.c:20:17: style: Unused variable: nkeys [unusedVariable] healpy-1.16.6/cfitsio/iter_a.c:20:24: style: Unused variable: keypos [unusedVariable] healpy-1.16.6/cfitsio/iter_a.c:20:32: style: Unused variable: hdutype [unusedVariable] healpy-1.16.6/cfitsio/iter_a.c:20:41: style: Unused variable: ii [unusedVariable] healpy-1.16.6/cfitsio/iter_a.c:20:45: style: Unused variable: jj [unusedVariable] healpy-1.16.6/cfitsio/iter_b.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] healpy-1.16.6/cfitsio/iter_b.c:45:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/iter_b.c:79:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/iter_b.c:79:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/iter_b.c:20:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_c.c:25:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] healpy-1.16.6/cfitsio/iter_c.c:60:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/iter_c.c:28:17: style: Local variable 'xsize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:20:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:28:17: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:28:24: style: Local variable 'ysize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:21:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:28:24: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:129:17: style: Local variable 'xsize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:20:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:129:17: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:129:24: style: Local variable 'ysize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:21:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:129:24: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:129:31: style: Local variable 'xbinsize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:22:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:129:31: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:129:41: style: Local variable 'ybinsize' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/iter_c.c:23:6: note: Shadowed declaration healpy-1.16.6/cfitsio/iter_c.c:129:41: note: Shadow variable healpy-1.16.6/cfitsio/iter_c.c:34:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_c.c:82:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_c.c:131:18: style: Variable 'xcol' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iter_c.c:131:25: style: Variable 'ycol' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iter_image.c:11:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] healpy-1.16.6/cfitsio/iter_image.c:46:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/iter_image.c:90:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/iter_image.c:90:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/iter_image.c:20:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_image.c:19:17: style: Unused variable: nkeys [unusedVariable] healpy-1.16.6/cfitsio/iter_image.c:19:24: style: Unused variable: keypos [unusedVariable] healpy-1.16.6/cfitsio/iter_image.c:19:32: style: Unused variable: hdutype [unusedVariable] healpy-1.16.6/cfitsio/iter_image.c:19:41: style: Unused variable: ii [unusedVariable] healpy-1.16.6/cfitsio/iter_image.c:19:45: style: Unused variable: jj [unusedVariable] healpy-1.16.6/cfitsio/iter_image.c:62:20: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/iter_var.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] healpy-1.16.6/cfitsio/iter_var.c:29:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/iter_var.c:94:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/iter_var.c:21:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/iter_var.c:68:27: style: Variable 'counts' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iter_var.c:20:17: style: Unused variable: nkeys [unusedVariable] healpy-1.16.6/cfitsio/iter_var.c:20:24: style: Unused variable: keypos [unusedVariable] healpy-1.16.6/cfitsio/iter_var.c:20:32: style: Unused variable: hdutype [unusedVariable] healpy-1.16.6/cfitsio/iter_var.c:20:41: style: Unused variable: ii [unusedVariable] healpy-1.16.6/cfitsio/iter_var.c:20:45: style: Unused variable: jj [unusedVariable] healpy-1.16.6/cfitsio/iter_var.c:64:20: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/iraffits.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] healpy-1.16.6/cfitsio/iraffits.c:1526:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/iraffits.c:1292:9: style: Condition '*ctest' is always true [knownConditionTrueFalse] healpy-1.16.6/cfitsio/iraffits.c:1290:13: note: Assignment 'itest=1', assigned value is 1 healpy-1.16.6/cfitsio/iraffits.c:1292:9: note: Condition '*ctest' is always true healpy-1.16.6/cfitsio/iraffits.c:291:9: error: Resource leak: fd [resourceLeak] healpy-1.16.6/cfitsio/iraffits.c:299:9: error: Resource leak: fd [resourceLeak] healpy-1.16.6/cfitsio/iraffits.c:306:9: error: Resource leak: fd [resourceLeak] healpy-1.16.6/cfitsio/iraffits.c:317:2: error: Resource leak: fd [resourceLeak] healpy-1.16.6/cfitsio/iraffits.c:2066:14: warning: Either the condition 'v1==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] healpy-1.16.6/cfitsio/iraffits.c:2069:13: note: Assuming that condition 'v1==NULL' is not redundant healpy-1.16.6/cfitsio/iraffits.c:2066:14: note: Null pointer addition healpy-1.16.6/cfitsio/iraffits.c:1319:6: style:inconclusive: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/iraffits.c:139:54: note: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'. healpy-1.16.6/cfitsio/iraffits.c:1319:6: note: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'. healpy-1.16.6/cfitsio/iraffits.c:1365:7: style:inconclusive: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/iraffits.c:140:64: note: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'. healpy-1.16.6/cfitsio/iraffits.c:1365:7: note: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'. healpy-1.16.6/cfitsio/iraffits.c:1398:7: style:inconclusive: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/iraffits.c:141:41: note: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'. healpy-1.16.6/cfitsio/iraffits.c:1398:7: note: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'. healpy-1.16.6/cfitsio/iraffits.c:1894:7: style:inconclusive: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/iraffits.c:150:53: note: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'. healpy-1.16.6/cfitsio/iraffits.c:1894:7: note: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'. healpy-1.16.6/cfitsio/iraffits.c:345:11: style: Variable 'bang' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:530:7: style: Parameter 'teststring' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:563:41: style: Variable 'chead' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:566:19: style: Variable 'fhead1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:907:34: style: Variable 'bang' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:954:7: style: Parameter 'pixname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1023:7: style: Parameter 'irafheader' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1050:19: style: Variable 'cheader' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1100:19: style: Variable 'cheader' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1123:7: style: Parameter 'irafstring' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1204:25: style: Variable 'slast' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1226:19: style: Variable 'slast' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1255:19: style: Variable 'slast' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1287:11: style: Variable 'ctest' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1321:7: style: Variable 'value' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1367:8: style: Variable 'value' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1398:7: style: Parameter 'keyword0' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1410:8: style: Variable 'vpos' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1410:15: style: Variable 'cpar' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1562:28: style: Variable 'headlast' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1658:28: style: Variable 'headlast' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1738:7: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1742:14: style: Variable 's1e' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1860:7: style: Parameter 'cval' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1894:7: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:1901:30: style: Variable 'q1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1901:35: style: Variable 'q2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1901:40: style: Variable 'c1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:2036:9: style: Parameter 'comment' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/iraffits.c:2041:40: style: Variable 'q1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/iraffits.c:1487:9: style: Variable 'c1' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/iraffits.c:1412:15: style: Unused variable: saveptr [unusedVariable] healpy-1.16.6/cfitsio/iraffits.c:1905:11: style: Variable 'blank[i]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/modkey.c:668:25: style:inconclusive: Function 'ffmkls' argument 4 names different: declaration 'comm' definition 'incomm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1058:90: note: Function 'ffmkls' argument 4 names different: declaration 'comm' definition 'incomm'. healpy-1.16.6/cfitsio/modkey.c:668:25: note: Function 'ffmkls' argument 4 names different: declaration 'comm' definition 'incomm'. healpy-1.16.6/cfitsio/modkey.c:975:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1020:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1065:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1110:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1419:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1456:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1493:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/modkey.c:1531:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:717:19: style:inconclusive: Function 'ffpextn' argument 4 names different: declaration 'array' definition 'buffer'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1549:78: note: Function 'ffpextn' argument 4 names different: declaration 'array' definition 'buffer'. healpy-1.16.6/cfitsio/putcolb.c:717:19: note: Function 'ffpextn' argument 4 names different: declaration 'array' definition 'buffer'. healpy-1.16.6/cfitsio/putcolb.c:746:28: style:inconclusive: Function 'ffi1fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:808:28: note: Function 'ffi1fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:746:28: note: Function 'ffi1fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:750:28: style:inconclusive: Function 'ffi1fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:809:28: note: Function 'ffi1fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:750:28: note: Function 'ffi1fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:787:28: style:inconclusive: Function 'ffi1fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:833:28: note: Function 'ffi1fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:787:28: note: Function 'ffi1fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:791:20: style:inconclusive: Function 'ffi1fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:834:20: note: Function 'ffi1fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:791:20: note: Function 'ffi1fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:834:28: style:inconclusive: Function 'ffi1fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:858:28: note: Function 'ffi1fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:834:28: note: Function 'ffi1fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:838:23: style:inconclusive: Function 'ffi1fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:859:23: note: Function 'ffi1fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:838:23: note: Function 'ffi1fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:881:28: style:inconclusive: Function 'ffi1fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:889:28: note: Function 'ffi1fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:881:28: note: Function 'ffi1fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:885:23: style:inconclusive: Function 'ffi1fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:890:23: note: Function 'ffi1fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:885:23: note: Function 'ffi1fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:941:28: style:inconclusive: Function 'ffi1fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:908:28: note: Function 'ffi1fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:941:28: note: Function 'ffi1fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:945:20: style:inconclusive: Function 'ffi1fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:909:20: note: Function 'ffi1fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:945:20: note: Function 'ffi1fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:967:28: style:inconclusive: Function 'ffi1fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:933:28: note: Function 'ffi1fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:967:28: note: Function 'ffi1fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolb.c:971:21: style:inconclusive: Function 'ffi1fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:934:21: note: Function 'ffi1fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:971:21: note: Function 'ffi1fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolb.c:189:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:746:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:787:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:834:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:881:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:941:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:946:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:967:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:972:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:993:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolb.c:997:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:731:21: style:inconclusive: Function 'ffr8fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:830:21: note: Function 'ffr8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:731:21: note: Function 'ffr8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:735:28: style:inconclusive: Function 'ffr8fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:831:28: note: Function 'ffr8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:735:28: note: Function 'ffr8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:786:21: style:inconclusive: Function 'ffr8fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:855:21: note: Function 'ffr8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:786:21: note: Function 'ffr8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:790:20: style:inconclusive: Function 'ffr8fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:856:20: note: Function 'ffr8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:790:20: note: Function 'ffr8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:846:21: style:inconclusive: Function 'ffr8fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:880:21: note: Function 'ffr8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:846:21: note: Function 'ffr8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:850:23: style:inconclusive: Function 'ffr8fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:881:23: note: Function 'ffr8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:850:23: note: Function 'ffr8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:906:21: style:inconclusive: Function 'ffr8fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:895:21: note: Function 'ffr8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:906:21: note: Function 'ffr8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:910:23: style:inconclusive: Function 'ffr8fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:896:23: note: Function 'ffr8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:910:23: note: Function 'ffr8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:986:21: style:inconclusive: Function 'ffr8fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:930:21: note: Function 'ffr8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:986:21: note: Function 'ffr8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:990:20: style:inconclusive: Function 'ffr8fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:931:20: note: Function 'ffr8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:990:20: note: Function 'ffr8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:1012:21: style:inconclusive: Function 'ffr8fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:955:21: note: Function 'ffr8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:1012:21: note: Function 'ffr8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcold.c:1016:21: style:inconclusive: Function 'ffr8fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:956:21: note: Function 'ffr8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:1016:21: note: Function 'ffr8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcold.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:731:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:786:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:846:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:906:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:986:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:991:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:1012:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:1017:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:1037:22: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcold.c:1041:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:745:20: style:inconclusive: Function 'ffr4fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:828:20: note: Function 'ffr4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:745:20: note: Function 'ffr4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:749:28: style:inconclusive: Function 'ffr4fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:829:28: note: Function 'ffr4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:749:28: note: Function 'ffr4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:800:20: style:inconclusive: Function 'ffr4fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:853:20: note: Function 'ffr4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:800:20: note: Function 'ffr4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:804:20: style:inconclusive: Function 'ffr4fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:854:20: note: Function 'ffr4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:804:20: note: Function 'ffr4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:860:20: style:inconclusive: Function 'ffr4fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:878:20: note: Function 'ffr4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:860:20: note: Function 'ffr4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:864:23: style:inconclusive: Function 'ffr4fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:879:23: note: Function 'ffr4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:864:23: note: Function 'ffr4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:920:20: style:inconclusive: Function 'ffr4fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:893:20: note: Function 'ffr4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:920:20: note: Function 'ffr4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:924:23: style:inconclusive: Function 'ffr4fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:894:23: note: Function 'ffr4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:924:23: note: Function 'ffr4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:1000:20: style:inconclusive: Function 'ffr4fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:928:20: note: Function 'ffr4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:1000:20: note: Function 'ffr4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:1004:20: style:inconclusive: Function 'ffr4fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:929:20: note: Function 'ffr4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:1004:20: note: Function 'ffr4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:1025:20: style:inconclusive: Function 'ffr4fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:953:20: note: Function 'ffr4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:1025:20: note: Function 'ffr4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcole.c:1029:21: style:inconclusive: Function 'ffr4fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:954:21: note: Function 'ffr4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:1029:21: note: Function 'ffr4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcole.c:201:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:745:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:800:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:860:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:920:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1000:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1005:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1025:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1030:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1051:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcole.c:1055:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:694:20: style:inconclusive: Function 'ffi2fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:814:20: note: Function 'ffi2fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:694:20: note: Function 'ffi2fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:698:28: style:inconclusive: Function 'ffi2fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:815:28: note: Function 'ffi2fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:698:28: note: Function 'ffi2fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:749:20: style:inconclusive: Function 'ffi2fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:839:20: note: Function 'ffi2fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:749:20: note: Function 'ffi2fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:753:20: style:inconclusive: Function 'ffi2fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:840:20: note: Function 'ffi2fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:753:20: note: Function 'ffi2fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:795:20: style:inconclusive: Function 'ffi2fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:864:20: note: Function 'ffi2fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:795:20: note: Function 'ffi2fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:799:23: style:inconclusive: Function 'ffi2fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:865:23: note: Function 'ffi2fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:799:23: note: Function 'ffi2fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:842:20: style:inconclusive: Function 'ffi2fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:887:20: note: Function 'ffi2fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:842:20: note: Function 'ffi2fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:846:23: style:inconclusive: Function 'ffi2fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:888:23: note: Function 'ffi2fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:846:23: note: Function 'ffi2fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:904:20: style:inconclusive: Function 'ffi2fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:914:20: note: Function 'ffi2fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:904:20: note: Function 'ffi2fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:908:20: style:inconclusive: Function 'ffi2fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:915:20: note: Function 'ffi2fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:908:20: note: Function 'ffi2fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:930:20: style:inconclusive: Function 'ffi2fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:939:20: note: Function 'ffi2fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:930:20: note: Function 'ffi2fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoli.c:934:21: style:inconclusive: Function 'ffi2fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:940:21: note: Function 'ffi2fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:934:21: note: Function 'ffi2fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoli.c:188:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:694:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:749:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:795:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:842:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:904:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:909:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:930:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:935:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:956:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoli.c:960:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:693:19: style:inconclusive: Function 'ffi4fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:818:19: note: Function 'ffi4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:693:19: note: Function 'ffi4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:697:28: style:inconclusive: Function 'ffi4fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:819:28: note: Function 'ffi4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:697:28: note: Function 'ffi4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:748:19: style:inconclusive: Function 'ffi4fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:843:19: note: Function 'ffi4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:748:19: note: Function 'ffi4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:752:20: style:inconclusive: Function 'ffi4fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:844:20: note: Function 'ffi4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:752:20: note: Function 'ffi4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:808:19: style:inconclusive: Function 'ffi4fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:870:19: note: Function 'ffi4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:808:19: note: Function 'ffi4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:812:23: style:inconclusive: Function 'ffi4fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:871:23: note: Function 'ffi4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:812:23: note: Function 'ffi4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:855:19: style:inconclusive: Function 'ffi4fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:883:19: note: Function 'ffi4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:855:19: note: Function 'ffi4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:859:23: style:inconclusive: Function 'ffi4fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:884:23: note: Function 'ffi4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:859:23: note: Function 'ffi4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:917:19: style:inconclusive: Function 'ffi4fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:918:19: note: Function 'ffi4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:917:19: note: Function 'ffi4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:921:20: style:inconclusive: Function 'ffi4fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:919:20: note: Function 'ffi4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:921:20: note: Function 'ffi4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:943:19: style:inconclusive: Function 'ffi4fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:943:19: note: Function 'ffi4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:943:19: note: Function 'ffi4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:947:21: style:inconclusive: Function 'ffi4fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:944:21: note: Function 'ffi4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:947:21: note: Function 'ffi4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1693:23: style:inconclusive: Function 'ffi8fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:822:23: note: Function 'ffi8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1693:23: note: Function 'ffi8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1697:28: style:inconclusive: Function 'ffi8fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:823:28: note: Function 'ffi8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1697:28: note: Function 'ffi8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1748:23: style:inconclusive: Function 'ffi8fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:847:23: note: Function 'ffi8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1748:23: note: Function 'ffi8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1752:20: style:inconclusive: Function 'ffi8fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:848:20: note: Function 'ffi8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1752:20: note: Function 'ffi8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1808:23: style:inconclusive: Function 'ffi8fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:872:23: note: Function 'ffi8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1808:23: note: Function 'ffi8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1812:23: style:inconclusive: Function 'ffi8fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:873:23: note: Function 'ffi8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1812:23: note: Function 'ffi8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1868:23: style:inconclusive: Function 'ffi8fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:885:23: note: Function 'ffi8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1868:23: note: Function 'ffi8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1872:23: style:inconclusive: Function 'ffi8fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:886:23: note: Function 'ffi8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1872:23: note: Function 'ffi8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1930:23: style:inconclusive: Function 'ffi8fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:922:23: note: Function 'ffi8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1930:23: note: Function 'ffi8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1934:20: style:inconclusive: Function 'ffi8fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:923:20: note: Function 'ffi8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1934:20: note: Function 'ffi8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1956:23: style:inconclusive: Function 'ffi8fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:947:23: note: Function 'ffi8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1956:23: note: Function 'ffi8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolj.c:1960:21: style:inconclusive: Function 'ffi8fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:948:21: note: Function 'ffi8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:1960:21: note: Function 'ffi8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolj.c:188:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:693:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:748:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:808:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:855:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:917:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:922:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:943:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:948:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:969:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:973:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1189:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1190:19: style: Parameter 'fpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1191:19: style: Parameter 'lpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1693:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1748:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1808:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1868:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1930:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1935:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1956:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1961:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1982:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolj.c:1986:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:578:19: style:inconclusive: Function 'ffpss' argument 3 names different: declaration 'fpixel' definition 'blc'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1670:18: note: Function 'ffpss' argument 3 names different: declaration 'fpixel' definition 'blc'. healpy-1.16.6/cfitsio/putcol.c:578:19: note: Function 'ffpss' argument 3 names different: declaration 'fpixel' definition 'blc'. healpy-1.16.6/cfitsio/putcol.c:579:19: style:inconclusive: Function 'ffpss' argument 4 names different: declaration 'lpixel' definition 'trc'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1670:32: note: Function 'ffpss' argument 4 names different: declaration 'lpixel' definition 'trc'. healpy-1.16.6/cfitsio/putcol.c:579:19: note: Function 'ffpss' argument 4 names different: declaration 'lpixel' definition 'trc'. healpy-1.16.6/cfitsio/putcol.c:1065:16: style:inconclusive: Function 'ffiter' argument 1 names different: declaration 'ncols' definition 'n_cols'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1744:26: note: Function 'ffiter' argument 1 names different: declaration 'ncols' definition 'n_cols'. healpy-1.16.6/cfitsio/putcol.c:1065:16: note: Function 'ffiter' argument 1 names different: declaration 'ncols' definition 'n_cols'. healpy-1.16.6/cfitsio/putcol.c:1066:25: style:inconclusive: Function 'ffiter' argument 2 names different: declaration 'data' definition 'cols'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1744:47: note: Function 'ffiter' argument 2 names different: declaration 'data' definition 'cols'. healpy-1.16.6/cfitsio/putcol.c:1066:25: note: Function 'ffiter' argument 2 names different: declaration 'data' definition 'cols'. healpy-1.16.6/cfitsio/putcol.c:1068:17: style:inconclusive: Function 'ffiter' argument 4 names different: declaration 'nPerLoop' definition 'n_per_loop'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1744:71: note: Function 'ffiter' argument 4 names different: declaration 'nPerLoop' definition 'n_per_loop'. healpy-1.16.6/cfitsio/putcol.c:1068:17: note: Function 'ffiter' argument 4 names different: declaration 'nPerLoop' definition 'n_per_loop'. healpy-1.16.6/cfitsio/putcol.c:16:20: style: Parameter 'firstpix' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:106:24: style: Parameter 'firstpix' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:893:18: style: Parameter 'colname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:936:18: style: Parameter 'colname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:977:44: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:985:43: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:993:39: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1001:41: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1009:39: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1017:41: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1025:39: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1033:39: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1041:40: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1049:41: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1057:41: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcol.c:1699:11: warning: Size of pointer 'stringptr' used instead of size of its data. [pointerSize] healpy-1.16.6/cfitsio/putcoll.c:18:19: style: Parameter 'array' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoll.c:210:19: style: Parameter 'larray' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoll.c:226:26: style: Variable 'onbit' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/putcoll.c:227:26: style: Variable 'offbit' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/putcoll.c:167:20: style: Variable 'fstelm' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcoll.c:187:14: style: Variable 'fstelm' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcoll.c:257:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcolk.c:709:19: style:inconclusive: Function 'ffintfi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:826:19: note: Function 'ffintfi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:709:19: note: Function 'ffintfi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:713:28: style:inconclusive: Function 'ffintfi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:827:28: note: Function 'ffintfi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:713:28: note: Function 'ffintfi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:764:19: style:inconclusive: Function 'ffintfi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:851:19: note: Function 'ffintfi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:764:19: note: Function 'ffintfi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:768:20: style:inconclusive: Function 'ffintfi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:852:20: note: Function 'ffintfi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:768:20: note: Function 'ffintfi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:824:19: style:inconclusive: Function 'ffintfi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:876:19: note: Function 'ffintfi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:824:19: note: Function 'ffintfi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:828:23: style:inconclusive: Function 'ffintfi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:877:23: note: Function 'ffintfi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:828:23: note: Function 'ffintfi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:870:19: style:inconclusive: Function 'ffintfi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:897:19: note: Function 'ffintfi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:870:19: note: Function 'ffintfi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:874:23: style:inconclusive: Function 'ffintfi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:898:23: note: Function 'ffintfi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:874:23: note: Function 'ffintfi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:933:19: style:inconclusive: Function 'ffintfr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:926:19: note: Function 'ffintfr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:933:19: note: Function 'ffintfr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:937:20: style:inconclusive: Function 'ffintfr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:927:20: note: Function 'ffintfr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:937:20: note: Function 'ffintfr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:959:19: style:inconclusive: Function 'ffintfr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:951:19: note: Function 'ffintfr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:959:19: note: Function 'ffintfr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolk.c:963:21: style:inconclusive: Function 'ffintfr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:952:21: note: Function 'ffintfr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:963:21: note: Function 'ffintfr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolk.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:709:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:764:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:824:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:870:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:933:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:938:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:959:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:964:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:985:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolk.c:989:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcols.c:139:16: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/putcols.c:213:20: style: Parameter 'nulvalue' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:675:26: style:inconclusive: Function 'ffs1fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:810:26: note: Function 'ffs1fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:675:26: note: Function 'ffs1fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:679:28: style:inconclusive: Function 'ffs1fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:811:28: note: Function 'ffs1fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:679:28: note: Function 'ffs1fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:733:26: style:inconclusive: Function 'ffs1fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:835:26: note: Function 'ffs1fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:733:26: note: Function 'ffs1fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:737:20: style:inconclusive: Function 'ffs1fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:836:20: note: Function 'ffs1fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:737:20: note: Function 'ffs1fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:780:26: style:inconclusive: Function 'ffs1fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:860:26: note: Function 'ffs1fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:780:26: note: Function 'ffs1fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:784:23: style:inconclusive: Function 'ffs1fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:861:23: note: Function 'ffs1fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:784:23: note: Function 'ffs1fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:827:26: style:inconclusive: Function 'ffs1fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:891:26: note: Function 'ffs1fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:827:26: note: Function 'ffs1fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:831:23: style:inconclusive: Function 'ffs1fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:892:23: note: Function 'ffs1fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:831:23: note: Function 'ffs1fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:889:26: style:inconclusive: Function 'ffs1fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:910:26: note: Function 'ffs1fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:889:26: note: Function 'ffs1fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:893:20: style:inconclusive: Function 'ffs1fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:911:20: note: Function 'ffs1fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:893:20: note: Function 'ffs1fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:915:26: style:inconclusive: Function 'ffs1fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:935:26: note: Function 'ffs1fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:915:26: note: Function 'ffs1fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolsb.c:919:21: style:inconclusive: Function 'ffs1fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:936:21: note: Function 'ffs1fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:919:21: note: Function 'ffs1fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolsb.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:733:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:780:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:827:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:889:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:894:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:915:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:920:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:941:27: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolsb.c:945:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolu.c:602:23: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/putcolu.c:602:7: note: outer condition: *status healpy-1.16.6/cfitsio/putcolu.c:602:23: note: identical inner condition: *status healpy-1.16.6/cfitsio/putcolu.c:82:23: style:inconclusive: Function 'ffpclu' argument 5 names different: declaration 'nelem' definition 'nelempar'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1781:21: note: Function 'ffpclu' argument 5 names different: declaration 'nelem' definition 'nelempar'. healpy-1.16.6/cfitsio/putcolu.c:82:23: note: Function 'ffpclu' argument 5 names different: declaration 'nelem' definition 'nelempar'. healpy-1.16.6/cfitsio/putcolu.c:589:16: style: Variable 'typecode' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcolu.c:590:19: style: Variable 'repeat' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcolu.c:590:30: style: Variable 'width' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcolui.c:663:29: style:inconclusive: Function 'ffu2fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:812:29: note: Function 'ffu2fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:663:29: note: Function 'ffu2fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:667:28: style:inconclusive: Function 'ffu2fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:813:28: note: Function 'ffu2fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:667:28: note: Function 'ffu2fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:713:29: style:inconclusive: Function 'ffu2fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:837:29: note: Function 'ffu2fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:713:29: note: Function 'ffu2fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:717:20: style:inconclusive: Function 'ffu2fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:838:20: note: Function 'ffu2fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:717:20: note: Function 'ffu2fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:776:29: style:inconclusive: Function 'ffu2fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:862:29: note: Function 'ffu2fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:776:29: note: Function 'ffu2fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:780:23: style:inconclusive: Function 'ffu2fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:863:23: note: Function 'ffu2fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:780:23: note: Function 'ffu2fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:823:29: style:inconclusive: Function 'ffu2fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:899:29: note: Function 'ffu2fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:823:29: note: Function 'ffu2fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:827:23: style:inconclusive: Function 'ffu2fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:900:23: note: Function 'ffu2fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:827:23: note: Function 'ffu2fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:883:29: style:inconclusive: Function 'ffu2fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:912:29: note: Function 'ffu2fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:883:29: note: Function 'ffu2fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:887:20: style:inconclusive: Function 'ffu2fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:913:20: note: Function 'ffu2fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:887:20: note: Function 'ffu2fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:909:29: style:inconclusive: Function 'ffu2fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:937:29: note: Function 'ffu2fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:909:29: note: Function 'ffu2fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcolui.c:913:21: style:inconclusive: Function 'ffu2fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:938:21: note: Function 'ffu2fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:913:21: note: Function 'ffu2fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcolui.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:663:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:776:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:823:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:883:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:888:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:909:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:914:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:935:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcolui.c:939:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:662:28: style:inconclusive: Function 'ffu4fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:816:28: note: Function 'ffu4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:662:28: note: Function 'ffu4fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:666:28: style:inconclusive: Function 'ffu4fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:817:28: note: Function 'ffu4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:666:28: note: Function 'ffu4fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:712:28: style:inconclusive: Function 'ffu4fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:841:28: note: Function 'ffu4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:712:28: note: Function 'ffu4fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:716:20: style:inconclusive: Function 'ffu4fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:842:20: note: Function 'ffu4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:716:20: note: Function 'ffu4fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:767:28: style:inconclusive: Function 'ffu4fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:866:28: note: Function 'ffu4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:767:28: note: Function 'ffu4fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:771:23: style:inconclusive: Function 'ffu4fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:867:23: note: Function 'ffu4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:771:23: note: Function 'ffu4fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:830:28: style:inconclusive: Function 'ffu4fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:901:28: note: Function 'ffu4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:830:28: note: Function 'ffu4fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:834:23: style:inconclusive: Function 'ffu4fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:902:23: note: Function 'ffu4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:834:23: note: Function 'ffu4fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:890:28: style:inconclusive: Function 'ffu4fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:916:28: note: Function 'ffu4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:890:28: note: Function 'ffu4fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:894:20: style:inconclusive: Function 'ffu4fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:917:20: note: Function 'ffu4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:894:20: note: Function 'ffu4fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:916:28: style:inconclusive: Function 'ffu4fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:941:28: note: Function 'ffu4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:916:28: note: Function 'ffu4fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:920:21: style:inconclusive: Function 'ffu4fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:942:21: note: Function 'ffu4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:920:21: note: Function 'ffu4fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1638:24: style:inconclusive: Function 'ffu8fi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:820:24: note: Function 'ffu8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1638:24: note: Function 'ffu8fi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1642:28: style:inconclusive: Function 'ffu8fi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:821:28: note: Function 'ffu8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1642:28: note: Function 'ffu8fi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1688:24: style:inconclusive: Function 'ffu8fi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:845:24: note: Function 'ffu8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1688:24: note: Function 'ffu8fi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1692:20: style:inconclusive: Function 'ffu8fi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:846:20: note: Function 'ffu8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1692:20: note: Function 'ffu8fi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1743:24: style:inconclusive: Function 'ffu8fi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:868:24: note: Function 'ffu8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1743:24: note: Function 'ffu8fi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1747:23: style:inconclusive: Function 'ffu8fi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:869:23: note: Function 'ffu8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1747:23: note: Function 'ffu8fi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1798:24: style:inconclusive: Function 'ffu8fi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:903:24: note: Function 'ffu8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1798:24: note: Function 'ffu8fi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1802:23: style:inconclusive: Function 'ffu8fi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:904:23: note: Function 'ffu8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1802:23: note: Function 'ffu8fi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1867:24: style:inconclusive: Function 'ffu8fr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:920:24: note: Function 'ffu8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1867:24: note: Function 'ffu8fr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1871:20: style:inconclusive: Function 'ffu8fr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:921:20: note: Function 'ffu8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1871:20: note: Function 'ffu8fr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1893:24: style:inconclusive: Function 'ffu8fr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:945:24: note: Function 'ffu8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1893:24: note: Function 'ffu8fr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluj.c:1897:21: style:inconclusive: Function 'ffu8fr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:946:21: note: Function 'ffu8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:1897:21: note: Function 'ffu8fr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluj.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:662:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:712:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:830:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:890:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:895:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:916:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:921:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:942:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:946:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1164:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1165:19: style: Parameter 'fpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1166:19: style: Parameter 'lpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1638:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1688:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1743:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1798:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1867:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1872:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1893:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1898:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1919:25: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1923:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluj.c:1010:19: style: Unused variable: nullvalue [unusedVariable] healpy-1.16.6/cfitsio/putcoluj.c:1109:19: style: Variable 'fpixel' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcoluj.c:1109:30: style: Unused variable: lpixel [unusedVariable] healpy-1.16.6/cfitsio/imcompress.c:9932:15: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/imcompress.c:9931:8: note: outer condition: *status healpy-1.16.6/cfitsio/imcompress.c:9932:15: note: identical inner condition: *status healpy-1.16.6/cfitsio/imcompress.c:1664:35: portability: Casting between double * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:1674:22: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:1679:22: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:1684:22: portability:inconclusive: Casting from double * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:4091:20: portability: Casting between double * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:4197:20: portability: Casting between double * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6448:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6452:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6501:24: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6505:24: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6539:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6543:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6580:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6584:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6646:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6650:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6740:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6744:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6778:25: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6782:25: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6817:23: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:6821:23: portability: Casting between signed int * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/cfitsio/imcompress.c:807:17: style:inconclusive: Function 'fits_get_dither_seed' argument 2 names different: declaration 'seed' definition 'offset'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:2037:57: note: Function 'fits_get_dither_seed' argument 2 names different: declaration 'seed' definition 'offset'. healpy-1.16.6/cfitsio/imcompress.c:807:17: note: Function 'fits_get_dither_seed' argument 2 names different: declaration 'seed' definition 'offset'. healpy-1.16.6/cfitsio/imcompress.c:955:13: style:inconclusive: Function 'imcomp_init_table' argument 2 names different: declaration 'bitpix' definition 'inbitpix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1026:13: note: Function 'imcomp_init_table' argument 2 names different: declaration 'bitpix' definition 'inbitpix'. healpy-1.16.6/cfitsio/imcompress.c:955:13: note: Function 'imcomp_init_table' argument 2 names different: declaration 'bitpix' definition 'inbitpix'. healpy-1.16.6/cfitsio/imcompress.c:1757:10: style:inconclusive: Function 'imcomp_compress_tile' argument 6 names different: declaration 'nx' definition 'tilenx'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1037:55: note: Function 'imcomp_compress_tile' argument 6 names different: declaration 'nx' definition 'tilenx'. healpy-1.16.6/cfitsio/imcompress.c:1757:10: note: Function 'imcomp_compress_tile' argument 6 names different: declaration 'nx' definition 'tilenx'. healpy-1.16.6/cfitsio/imcompress.c:1758:10: style:inconclusive: Function 'imcomp_compress_tile' argument 7 names different: declaration 'ny' definition 'tileny'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1037:64: note: Function 'imcomp_compress_tile' argument 7 names different: declaration 'ny' definition 'tileny'. healpy-1.16.6/cfitsio/imcompress.c:1758:10: note: Function 'imcomp_compress_tile' argument 7 names different: declaration 'ny' definition 'tileny'. healpy-1.16.6/cfitsio/imcompress.c:1760:11: style:inconclusive: Function 'imcomp_compress_tile' argument 9 names different: declaration 'nullval' definition 'nullflagval'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1038:26: note: Function 'imcomp_compress_tile' argument 9 names different: declaration 'nullval' definition 'nullflagval'. healpy-1.16.6/cfitsio/imcompress.c:1760:11: note: Function 'imcomp_compress_tile' argument 9 names different: declaration 'nullval' definition 'nullflagval'. healpy-1.16.6/cfitsio/imcompress.c:3504:20: style:inconclusive: Function 'fits_write_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1013:35: note: Function 'fits_write_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. healpy-1.16.6/cfitsio/imcompress.c:3504:20: note: Function 'fits_write_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. healpy-1.16.6/cfitsio/imcompress.c:3505:20: style:inconclusive: Function 'fits_write_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1013:49: note: Function 'fits_write_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. healpy-1.16.6/cfitsio/imcompress.c:3505:20: note: Function 'fits_write_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. healpy-1.16.6/cfitsio/imcompress.c:3511:19: style:inconclusive: Function 'fits_write_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1014:48: note: Function 'fits_write_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:3511:19: note: Function 'fits_write_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:3778:24: style:inconclusive: Function 'fits_write_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1017:55: note: Function 'fits_write_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. healpy-1.16.6/cfitsio/imcompress.c:3778:24: note: Function 'fits_write_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. healpy-1.16.6/cfitsio/imcompress.c:3784:19: style:inconclusive: Function 'fits_write_compressed_pixels' argument 7 names different: declaration 'nulval' definition 'nullval'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1018:48: note: Function 'fits_write_compressed_pixels' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:3784:19: note: Function 'fits_write_compressed_pixels' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:4408:24: style:inconclusive: Function 'fits_read_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1059:39: note: Function 'fits_read_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. healpy-1.16.6/cfitsio/imcompress.c:4408:24: note: Function 'fits_read_compressed_img' argument 3 names different: declaration 'fpixel' definition 'infpixel'. healpy-1.16.6/cfitsio/imcompress.c:4409:24: style:inconclusive: Function 'fits_read_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1059:57: note: Function 'fits_read_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. healpy-1.16.6/cfitsio/imcompress.c:4409:24: note: Function 'fits_read_compressed_img' argument 4 names different: declaration 'lpixel' definition 'inlpixel'. healpy-1.16.6/cfitsio/imcompress.c:4410:20: style:inconclusive: Function 'fits_read_compressed_img' argument 5 names different: declaration 'inc' definition 'ininc'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1059:70: note: Function 'fits_read_compressed_img' argument 5 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:4410:20: note: Function 'fits_read_compressed_img' argument 5 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:4414:19: style:inconclusive: Function 'fits_read_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1060:34: note: Function 'fits_read_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:4414:19: note: Function 'fits_read_compressed_img' argument 7 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:4964:24: style:inconclusive: Function 'fits_read_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1063:55: note: Function 'fits_read_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. healpy-1.16.6/cfitsio/imcompress.c:4964:24: note: Function 'fits_read_compressed_pixels' argument 4 names different: declaration 'npixels' definition 'npixel'. healpy-1.16.6/cfitsio/imcompress.c:4968:19: style:inconclusive: Function 'fits_read_compressed_pixels' argument 6 names different: declaration 'nulval' definition 'nullval'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1064:34: note: Function 'fits_read_compressed_pixels' argument 6 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:4968:19: note: Function 'fits_read_compressed_pixels' argument 6 names different: declaration 'nulval' definition 'nullval'. healpy-1.16.6/cfitsio/imcompress.c:5870:15: style:inconclusive: Function 'imcomp_decompress_tile' argument 3 names different: declaration 'tilesize' definition 'tilelen'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1073:25: note: Function 'imcomp_decompress_tile' argument 3 names different: declaration 'tilesize' definition 'tilelen'. healpy-1.16.6/cfitsio/imcompress.c:5870:15: note: Function 'imcomp_decompress_tile' argument 3 names different: declaration 'tilesize' definition 'tilelen'. healpy-1.16.6/cfitsio/imcompress.c:6921:11: style:inconclusive: Function 'imcomp_test_overlap' argument 6 names different: declaration 'inc' definition 'ininc'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1081:44: note: Function 'imcomp_test_overlap' argument 6 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:6921:11: note: Function 'imcomp_test_overlap' argument 6 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:7025:11: style:inconclusive: Function 'imcomp_copy_overlap' argument 10 names different: declaration 'inc' definition 'ininc'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1078:44: note: Function 'imcomp_copy_overlap' argument 10 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:7025:11: note: Function 'imcomp_copy_overlap' argument 10 names different: declaration 'inc' definition 'ininc'. healpy-1.16.6/cfitsio/imcompress.c:9655:45: style:inconclusive: Function 'fits_short_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'shortarray'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/imcompress.c:165:45: note: Function 'fits_short_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'shortarray'. healpy-1.16.6/cfitsio/imcompress.c:9655:45: note: Function 'fits_short_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'shortarray'. healpy-1.16.6/cfitsio/imcompress.c:9718:55: style:inconclusive: Function 'fits_ushort_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ushortarray'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/imcompress.c:166:55: note: Function 'fits_ushort_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ushortarray'. healpy-1.16.6/cfitsio/imcompress.c:9718:55: note: Function 'fits_ushort_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ushortarray'. healpy-1.16.6/cfitsio/imcompress.c:9782:53: style:inconclusive: Function 'fits_ubyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ubytearray'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/imcompress.c:168:53: note: Function 'fits_ubyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ubytearray'. healpy-1.16.6/cfitsio/imcompress.c:9782:53: note: Function 'fits_ubyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'ubytearray'. healpy-1.16.6/cfitsio/imcompress.c:9846:51: style:inconclusive: Function 'fits_sbyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'sbytearray'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/imcompress.c:167:51: note: Function 'fits_sbyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'sbytearray'. healpy-1.16.6/cfitsio/imcompress.c:9846:51: note: Function 'fits_sbyte_to_int_inplace' argument 1 names different: declaration 'intarray' definition 'sbytearray'. healpy-1.16.6/cfitsio/imcompress.c:270:18: style: Parameter 'dims' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:299:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:438:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:454:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:466:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:481:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:556:12: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:576:12: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:750:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:788:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:808:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:822:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:838:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:957:15: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:2266:15: style: Parameter 'outfptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:2380:15: style: Parameter 'outfptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:2573:15: style: Parameter 'outfptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:2646:15: style: Parameter 'outfptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:2751:20: style: Variable 'usbbuff' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:2891:20: style: Variable 'usbbuff' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:3039:11: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3145:11: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3200:13: style: Parameter 'fdata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3274:13: style: Parameter 'fdata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3351:14: style: Parameter 'fdata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3426:14: style: Parameter 'fdata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3504:20: style: Parameter 'infpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3505:20: style: Parameter 'inlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3923:19: style: Parameter 'lastcoord' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:3924:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4408:24: style: Parameter 'infpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4409:24: style: Parameter 'inlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4410:20: style: Parameter 'ininc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4687:24: style: Parameter 'infpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4688:24: style: Parameter 'inlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4689:20: style: Parameter 'ininc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:4712:28: style: Variable 'cnull' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:5123:23: style: Parameter 'lastcoord' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:5125:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6917:11: style: Parameter 'tfpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6918:11: style: Parameter 'tlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6919:11: style: Parameter 'fpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6920:11: style: Parameter 'lpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6921:11: style: Parameter 'ininc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7016:11: style: Parameter 'tile' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7019:11: style: Parameter 'tfpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7020:11: style: Parameter 'tlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7021:11: style: Parameter 'bnullarray' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7023:11: style: Parameter 'fpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7024:11: style: Parameter 'lpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7025:11: style: Parameter 'ininc' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7258:11: style: Parameter 'tfpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7259:11: style: Parameter 'tlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7261:11: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7262:11: style: Parameter 'fpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7263:11: style: Parameter 'lpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7483:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7496:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7565:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7578:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7647:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7660:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7725:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7738:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7807:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7820:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7888:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7901:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7965:36: style: Parameter 'indata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7969:10: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7986:38: style: Parameter 'indata' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:7990:10: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:8073:15: style: Variable 'descriptors' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:8074:10: style: Variable 'pdescriptors' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:8716:62: style: Variable 'descript' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:8716:73: style: Variable 'qdescript' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:8719:81: style: Variable 'pdescript' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/imcompress.c:9362:66: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9422:66: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9501:68: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9526:68: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9555:68: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9916:31: style: Parameter 'tlpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:9916:46: style: Parameter 'tfpixel' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/imcompress.c:6863:16: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] healpy-1.16.6/cfitsio/imcompress.c:2068:18: style: Variable 'bzlen' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:3629:21: style: Variable 'tiledim[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4096:13: style: Variable 'imgsize' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4099:17: style: Variable 'imgsize' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4545:21: style: Variable 'tiledim[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4827:21: style: Variable 'tiledim[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4843:23: style: Variable 'inc[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:4849:23: style: Variable 'inc[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:6994:21: style: Variable 'imgfpix[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:6995:21: style: Variable 'imglpix[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/imcompress.c:7009:23: style: Variable 'imgdim[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/putcoluk.c:679:29: style:inconclusive: Function 'ffuintfi1' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:824:29: note: Function 'ffuintfi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:679:29: note: Function 'ffuintfi1' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:683:28: style:inconclusive: Function 'ffuintfi1' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:825:28: note: Function 'ffuintfi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:683:28: note: Function 'ffuintfi1' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:729:29: style:inconclusive: Function 'ffuintfi2' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:849:29: note: Function 'ffuintfi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:729:29: note: Function 'ffuintfi2' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:733:20: style:inconclusive: Function 'ffuintfi2' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:850:20: note: Function 'ffuintfi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:733:20: note: Function 'ffuintfi2' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:784:29: style:inconclusive: Function 'ffuintfi4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:874:29: note: Function 'ffuintfi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:784:29: note: Function 'ffuintfi4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:788:23: style:inconclusive: Function 'ffuintfi4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:875:23: note: Function 'ffuintfi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:788:23: note: Function 'ffuintfi4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:847:29: style:inconclusive: Function 'ffuintfi8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:905:29: note: Function 'ffuintfi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:847:29: note: Function 'ffuintfi8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:851:23: style:inconclusive: Function 'ffuintfi8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:906:23: note: Function 'ffuintfi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:851:23: note: Function 'ffuintfi8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:908:29: style:inconclusive: Function 'ffuintfr4' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:924:29: note: Function 'ffuintfr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:908:29: note: Function 'ffuintfr4' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:912:20: style:inconclusive: Function 'ffuintfr4' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:925:20: note: Function 'ffuintfr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:912:20: note: Function 'ffuintfr4' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:934:29: style:inconclusive: Function 'ffuintfr8' argument 1 names different: declaration 'array' definition 'input'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:949:29: note: Function 'ffuintfr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:934:29: note: Function 'ffuintfr8' argument 1 names different: declaration 'array' definition 'input'. healpy-1.16.6/cfitsio/putcoluk.c:938:21: style:inconclusive: Function 'ffuintfr8' argument 5 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:950:21: note: Function 'ffuintfr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:938:21: note: Function 'ffuintfr8' argument 5 names different: declaration 'buffer' definition 'output'. healpy-1.16.6/cfitsio/putcoluk.c:187:19: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:679:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:729:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:847:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:908:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:913:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:934:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:939:18: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:960:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putcoluk.c:964:19: style: Parameter 'cform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/quantize.c:1609:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/quantize.c:1955:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/quantize.c:2731:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/quantize.c:2946:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/quantize.c:84:56: style:inconclusive: Function 'fits_quantize_float' argument 3 names different: declaration 'nx' definition 'nxpix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1087:56: note: Function 'fits_quantize_float' argument 3 names different: declaration 'nx' definition 'nxpix'. healpy-1.16.6/cfitsio/quantize.c:84:56: note: Function 'fits_quantize_float' argument 3 names different: declaration 'nx' definition 'nxpix'. healpy-1.16.6/cfitsio/quantize.c:84:68: style:inconclusive: Function 'fits_quantize_float' argument 4 names different: declaration 'ny' definition 'nypix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1087:65: note: Function 'fits_quantize_float' argument 4 names different: declaration 'ny' definition 'nypix'. healpy-1.16.6/cfitsio/quantize.c:84:68: note: Function 'fits_quantize_float' argument 4 names different: declaration 'ny' definition 'nypix'. healpy-1.16.6/cfitsio/quantize.c:85:29: style:inconclusive: Function 'fits_quantize_float' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1088:37: note: Function 'fits_quantize_float' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. healpy-1.16.6/cfitsio/quantize.c:85:29: note: Function 'fits_quantize_float' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. healpy-1.16.6/cfitsio/quantize.c:273:58: style:inconclusive: Function 'fits_quantize_double' argument 3 names different: declaration 'nx' definition 'nxpix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1091:58: note: Function 'fits_quantize_double' argument 3 names different: declaration 'nx' definition 'nxpix'. healpy-1.16.6/cfitsio/quantize.c:273:58: note: Function 'fits_quantize_double' argument 3 names different: declaration 'nx' definition 'nxpix'. healpy-1.16.6/cfitsio/quantize.c:273:70: style:inconclusive: Function 'fits_quantize_double' argument 4 names different: declaration 'ny' definition 'nypix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1091:67: note: Function 'fits_quantize_double' argument 4 names different: declaration 'ny' definition 'nypix'. healpy-1.16.6/cfitsio/quantize.c:273:70: note: Function 'fits_quantize_double' argument 4 names different: declaration 'ny' definition 'nypix'. healpy-1.16.6/cfitsio/quantize.c:274:30: style:inconclusive: Function 'fits_quantize_double' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:1092:38: note: Function 'fits_quantize_double' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. healpy-1.16.6/cfitsio/quantize.c:274:30: note: Function 'fits_quantize_double' argument 7 names different: declaration 'quantize_level' definition 'qlevel'. healpy-1.16.6/cfitsio/quantize.c:880:10: style:inconclusive: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:44:12: note: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:880:10: note: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:881:10: style:inconclusive: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:44:24: note: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:881:10: note: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:882:10: style:inconclusive: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:44:36: note: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:882:10: note: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1226:10: style:inconclusive: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:47:12: note: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1226:10: note: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1227:10: style:inconclusive: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:47:24: note: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1227:10: note: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1228:10: style:inconclusive: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:47:36: note: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1228:10: note: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1587:10: style:inconclusive: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:50:12: note: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1587:10: note: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1588:10: style:inconclusive: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:50:24: note: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1588:10: note: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1589:10: style:inconclusive: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:50:36: note: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1589:10: note: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1933:10: style:inconclusive: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:53:12: note: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1933:10: note: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'. healpy-1.16.6/cfitsio/quantize.c:1934:10: style:inconclusive: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:53:24: note: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1934:10: note: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'. healpy-1.16.6/cfitsio/quantize.c:1935:10: style:inconclusive: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/quantize.c:53:36: note: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:1935:10: note: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'. healpy-1.16.6/cfitsio/quantize.c:649:7: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/quantize.c:707:7: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/quantize.c:765:7: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/quantize.c:823:7: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/quantize.c:901:9: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:1247:7: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:1608:9: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:1954:10: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:2296:23: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:2514:21: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:2730:23: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:2945:24: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:3151:23: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:3272:21: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:3393:23: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/quantize.c:3514:24: style: Variable 'rowpix' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/ricecomp.c:171:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/ricecomp.c:399:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/ricecomp.c:627:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/ricecomp.c:933:23: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] healpy-1.16.6/cfitsio/ricecomp.c:1103:23: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] healpy-1.16.6/cfitsio/ricecomp.c:880:18: style: Local variable 'nonzero_count' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/ricecomp.c:38:18: note: Shadowed declaration healpy-1.16.6/cfitsio/ricecomp.c:880:18: note: Shadow variable healpy-1.16.6/cfitsio/ricecomp.c:1049:18: style: Local variable 'nonzero_count' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/ricecomp.c:38:18: note: Shadowed declaration healpy-1.16.6/cfitsio/ricecomp.c:1049:18: note: Shadow variable healpy-1.16.6/cfitsio/ricecomp.c:1216:18: style: Local variable 'nonzero_count' shadows outer variable [shadowVariable] healpy-1.16.6/cfitsio/ricecomp.c:38:18: note: Shadowed declaration healpy-1.16.6/cfitsio/ricecomp.c:1216:18: note: Shadow variable healpy-1.16.6/cfitsio/ricecomp.c:92:20: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/ricecomp.c:312:10: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/ricecomp.c:541:16: style: Parameter 'a' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/ricecomp.c:877:16: style: Variable 'cend' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/ricecomp.c:1046:16: style: Variable 'cend' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/ricecomp.c:1213:16: style: Variable 'cend' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/putkey.c:1114:11: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] healpy-1.16.6/cfitsio/putkey.c:1125:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] healpy-1.16.6/cfitsio/putkey.c:1530:11: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] healpy-1.16.6/cfitsio/putkey.c:1534:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] healpy-1.16.6/cfitsio/putkey.c:80:24: style:inconclusive: Function 'ffcrtb' argument 8 names different: declaration 'extname' definition 'extnm'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1137:52: note: Function 'ffcrtb' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/putkey.c:80:24: note: Function 'ffcrtb' argument 8 names different: declaration 'extname' definition 'extnm'. healpy-1.16.6/cfitsio/putkey.c:903:20: style:inconclusive: Function 'ffpkyt' argument 4 names different: declaration 'frac' definition 'fraction'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:893:79: note: Function 'ffpkyt' argument 4 names different: declaration 'frac' definition 'fraction'. healpy-1.16.6/cfitsio/putkey.c:903:20: note: Function 'ffpkyt' argument 4 names different: declaration 'frac' definition 'fraction'. healpy-1.16.6/cfitsio/putkey.c:2497:24: style:inconclusive: Function 'ffphtb' argument 9 names different: declaration 'extname' definition 'extnmx'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:926:64: note: Function 'ffphtb' argument 9 names different: declaration 'extname' definition 'extnmx'. healpy-1.16.6/cfitsio/putkey.c:2497:24: note: Function 'ffphtb' argument 9 names different: declaration 'extname' definition 'extnmx'. healpy-1.16.6/cfitsio/putkey.c:2612:24: style:inconclusive: Function 'ffphbn' argument 7 names different: declaration 'extname' definition 'extnmx'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:928:51: note: Function 'ffphbn' argument 7 names different: declaration 'extname' definition 'extnmx'. healpy-1.16.6/cfitsio/putkey.c:2612:24: note: Function 'ffphbn' argument 7 names different: declaration 'extname' definition 'extnmx'. healpy-1.16.6/cfitsio/putkey.c:2871:24: style:inconclusive: Function 'ffphext' argument 2 names different: declaration 'xtension' definition 'xtensionx'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:929:52: note: Function 'ffphext' argument 2 names different: declaration 'xtension' definition 'xtensionx'. healpy-1.16.6/cfitsio/putkey.c:2871:24: note: Function 'ffphext' argument 2 names different: declaration 'xtension' definition 'xtensionx'. healpy-1.16.6/cfitsio/putkey.c:738:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:779:21: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:820:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:861:21: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:914:24: style: Variable 'cptr' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/putkey.c:1039:9: style: Variable 'ndays' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/putkey.c:1108:16: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/putkey.c:1161:18: style: Parameter 'datestr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1509:51: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1527:15: style: Variable 'date' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/putkey.c:1607:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1668:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1726:23: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1784:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1843:20: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1902:21: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:1961:21: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/putkey.c:2019:18: style: Parameter 'naxes' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/putkey.c:2259:18: style: Parameter 'naxes' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/putkey.c:2874:17: style: Parameter 'naxes' can be declared as const array [constParameter] healpy-1.16.6/cfitsio/putkey.c:2625:14: style: Unused variable: colptr [unusedVariable] healpy-1.16.6/cfitsio/scalnull.c:38:19: style:inconclusive: Function 'ffpscl' argument 3 names different: declaration 'zeroval' definition 'zero'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1171:59: note: Function 'ffpscl' argument 3 names different: declaration 'zeroval' definition 'zero'. healpy-1.16.6/cfitsio/scalnull.c:38:19: note: Function 'ffpscl' argument 3 names different: declaration 'zeroval' definition 'zero'. healpy-1.16.6/cfitsio/scalnull.c:125:19: style:inconclusive: Function 'fftscl' argument 4 names different: declaration 'zeroval' definition 'zero'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1173:71: note: Function 'fftscl' argument 4 names different: declaration 'zeroval' definition 'zero'. healpy-1.16.6/cfitsio/scalnull.c:125:19: note: Function 'fftscl' argument 4 names different: declaration 'zeroval' definition 'zero'. healpy-1.16.6/cfitsio/scalnull.c:198:18: style: Parameter 'nulstring' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/smem.c:74:15: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'char *'. [invalidPrintfArgType_sint] healpy-1.16.6/cfitsio/smem.c:25:48: style: Variable 'longlistmode' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/speed.c:437:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/speed.c:67:10: style: Variable 'filename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/speed.c:200:10: style: Variable 'extname' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/speed.c:255:10: style: Variable 'extname' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/speed.c:455:20: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/speed.c:488:51: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/speed.c:485:13: warning: Uninitialized variable: *status [uninitvar] healpy-1.16.6/cfitsio/speed.c:83:14: note: Calling function 'marktime', 1st argument '&status' value is healpy-1.16.6/cfitsio/speed.c:485:13: note: Uninitialized variable: *status healpy-1.16.6/cfitsio/speed.c:461:10: style: Variable 'temp' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/speed.c:468:13: style: Variable 'telapse' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/swapproc.c:193:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/swapproc.c:93:21: style:inconclusive: Function 'ffswap2' argument 1 names different: declaration 'values' definition 'svalues'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:347:21: note: Function 'ffswap2' argument 1 names different: declaration 'values' definition 'svalues'. healpy-1.16.6/cfitsio/swapproc.c:93:21: note: Function 'ffswap2' argument 1 names different: declaration 'values' definition 'svalues'. healpy-1.16.6/cfitsio/swapproc.c:94:19: style:inconclusive: Function 'ffswap2' argument 2 names different: declaration 'nvalues' definition 'nvals'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:347:34: note: Function 'ffswap2' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/swapproc.c:94:19: note: Function 'ffswap2' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/swapproc.c:162:24: style:inconclusive: Function 'ffswap4' argument 1 names different: declaration 'values' definition 'ivalues'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:348:24: note: Function 'ffswap4' argument 1 names different: declaration 'values' definition 'ivalues'. healpy-1.16.6/cfitsio/swapproc.c:162:24: note: Function 'ffswap4' argument 1 names different: declaration 'values' definition 'ivalues'. healpy-1.16.6/cfitsio/swapproc.c:163:23: style:inconclusive: Function 'ffswap4' argument 2 names different: declaration 'nvalues' definition 'nvals'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:348:37: note: Function 'ffswap4' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/swapproc.c:163:23: note: Function 'ffswap4' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/swapproc.c:239:22: style:inconclusive: Function 'ffswap8' argument 1 names different: declaration 'values' definition 'dvalues'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:349:22: note: Function 'ffswap8' argument 1 names different: declaration 'values' definition 'dvalues'. healpy-1.16.6/cfitsio/swapproc.c:239:22: note: Function 'ffswap8' argument 1 names different: declaration 'values' definition 'dvalues'. healpy-1.16.6/cfitsio/swapproc.c:240:19: style:inconclusive: Function 'ffswap8' argument 2 names different: declaration 'nvalues' definition 'nvals'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:349:35: note: Function 'ffswap8' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/swapproc.c:240:19: note: Function 'ffswap8' argument 2 names different: declaration 'nvalues' definition 'nvals'. healpy-1.16.6/cfitsio/vmsieee.c:17:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_BIG_ENDIAN [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/vmsieee.c:44:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_BIG_ENDIAN [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/vmsieee.c:72:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_ERR_UNDERFLOW [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/vmsieee.c:106:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_BIG_ENDIAN [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/vmsieee.c:8:61: style: Parameter 'nelem' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/vmsieee.c:12:23: style: Variable 'unanval' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/vmsieee.c:35:63: style: Parameter 'nelem' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/vmsieee.c:39:24: style: Variable 'unanval' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/vmsieee.c:63:61: style: Parameter 'nelem' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/vmsieee.c:67:23: style: Variable 'unanval' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/vmsieee.c:97:63: style: Parameter 'nelem' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/vmsieee.c:101:24: style: Variable 'unanval' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/vmsieee.c:20:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/vmsieee.c:47:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/vmsieee.c:76:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/vmsieee.c:110:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/wcssub.c:33:24: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/wcssub.c:33:8: note: outer condition: *status healpy-1.16.6/cfitsio/wcssub.c:33:24: note: identical inner condition: *status healpy-1.16.6/cfitsio/wcssub.c:778:10: style: Variable 'blanks' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/testprog.c:50:10: style: Variable 'xcoordtype' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/testprog.c:51:10: style: Variable 'ycoordtype' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/testprog.c:82:10: style: Variable 'templt' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/testprog.c:2387:23: style: Variable 'koutarray[ii]' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/windumpexts.c:113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IMAGE_SYM_CLASS_BIT_FIELD [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/windumpexts.c:174:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSTR [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/windumpexts.c:225:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSTR [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/windumpexts.c:365:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/windumpexts.c:429:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_OK [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_OK [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:293:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_OK [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:394:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_DEFAULT_STRATEGY [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:476:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_DEFAULT_STRATEGY [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zcompress.c:98:22: error: Memory leak: filebuff [memleak] healpy-1.16.6/cfitsio/zcompress.c:280:23: error: Memory leak: infilebuff [memleak] healpy-1.16.6/cfitsio/zcompress.c:293:22: error: Memory leak: infilebuff [memleak] healpy-1.16.6/cfitsio/zcompress.c:478:22: error: Memory leak: outfilebuff [memleak] healpy-1.16.6/cfitsio/zuncompress.c:423:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zuncompress.c:547:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/windumpexts.c:425:11: style: Variable 'outfile' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/windumpexts.c:466:8: style: Variable 'dllname' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/zuncompress.c:154:22: style: Checking if unsigned expression 'inptr' is less than zero. [unsignedLessThanZero] healpy-1.16.6/cfitsio/zuncompress.c:151:0: note: Assignment 'insize=0', assigned value is 0 healpy-1.16.6/cfitsio/zuncompress.c:154:22: note: Unsigned less than zero healpy-1.16.6/cfitsio/zuncompress.c:123:20: style:inconclusive: Function 'zuncompress2mem' argument 2 names different: declaration 'diskfile' definition 'indiskfile'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/zuncompress.c:114:20: note: Function 'zuncompress2mem' argument 2 names different: declaration 'diskfile' definition 'indiskfile'. healpy-1.16.6/cfitsio/zuncompress.c:123:20: note: Function 'zuncompress2mem' argument 2 names different: declaration 'diskfile' definition 'indiskfile'. healpy-1.16.6/cfitsio/zuncompress.c:122:27: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/zuncompress.c:447:6: style: Variable 'p' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/zuncompress.c:598:24: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/c_utils/c_utils.c:33:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/c_utils/c_utils.c:38:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/zuncompress.c:396:13: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] healpy-1.16.6/cfitsio/zuncompress.c:290:11: style: union member 'bytes::word' is never used. [unusedStructMember] healpy-1.16.6/cfitsio/zuncompress.c:308:7: style: union member 'bytes::bytes' is never used. [unusedStructMember] healpy-1.16.6/cfitsio/zuncompress.c:305:7: style: struct member 'Anonymous0::dummy' is never used. [unusedStructMember] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/c_utils/memusage.c:55:11: warning:inconclusive: Width 2 given in format string (no. 2) is smaller than destination buffer 'word[1024]'. [invalidScanfFormatWidth_smaller] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_almhelpers.c:34:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_almhelpers.c:53:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_almhelpers.c:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_core.c:102:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inner_loop_default [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:109:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _Complex_I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:141:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:168:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:180:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:197:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_geom_info [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:248:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nph [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:287:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:349:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:390:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_NO_FFT [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:459:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ADD [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:494:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:536:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:603:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:657:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_DP [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:689:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_DP [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:718:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:735:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:749:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:794:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:844:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP_DERIV1 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:920:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP_DERIV1 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:984:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ERROR_NO_MPI [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:92:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:218:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nph [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:399:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cth [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:502:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:240:75: style: Parameter 'sqsum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_ylmgen_c.c:35:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_fsmall [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_ylmgen_c.c:50:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_minscale [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_ylmgen_c.c:171:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:263:33: style: Parameter 'mval' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:654:68: style: Parameter 'ri' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:686:68: style: Parameter 'ri' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:693:24: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:706:64: style: Parameter 'ri' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:728:64: style: Parameter 'ri' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:729:11: style: Parameter 'phase' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:161:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vec3 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:254:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:79:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:98:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:121:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:164:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:181:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:248:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:257:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:265:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:278:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:290:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:299:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:309:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:98:22: debug: CheckClass::isMemberVar found used member variable 'nside_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:121:21: debug: CheckClass::isMemberVar found used member variable 'nside_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:164:26: debug: CheckClass::isMemberVar found used member variable 'nside_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:181:27: debug: CheckClass::isMemberVar found used member variable 'scheme_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:248:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:257:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:265:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:278:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:290:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:299:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:309:23: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: warning: The class 'Alm < xcomplex < double > >' defines member function with name 'Set' also defined in its parent class 'Alm_Base'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:57:10: note: Parent function 'Alm_Base::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: note: Derived function 'Alm < xcomplex < double > >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < double >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < double >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < double >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < double >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:53:5: style: Class 'Alm_Base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:95:5: style: Class 'Alm < xcomplex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:274:8: style: Variable 'ph.Q' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:275:8: style: Variable 'ph.U' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: warning: The class 'Alm' defines member function with name 'Set' also defined in its parent class 'Alm_Base'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:57:10: note: Parent function 'Alm_Base::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: note: Derived function 'Alm::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:95:5: style: Class 'Alm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm2map_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm2map_cxx_module.cc:56:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: warning: The class 'Alm < xcomplex < float > >' defines member function with name 'Set' also defined in its parent class 'Alm_Base'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:57:10: note: Parent function 'Alm_Base::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:100:10: note: Derived function 'Alm < xcomplex < float > >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < float >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < float >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < float >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < float >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm.h:95:5: style: Class 'Alm < xcomplex < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_fitsio.cc:155:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_INT32 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_fitsio.cc:203:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_INT32 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:98:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:119:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:215:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:347:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:280:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fwhm2sigma [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:300:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fwhm2sigma [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:320:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec.h:48:5: warning:inconclusive: Member variable 'PowSpec::num_specs' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:72:19: style:inconclusive: Function 'create_alm_pol' argument 1 names different: declaration 'powspec' definition 'ps'. [funcArgNamesDifferent] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.h:55:19: note: Function 'create_alm_pol' argument 1 names different: declaration 'powspec' definition 'ps'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:72:19: note: Function 'create_alm_pol' argument 1 names different: declaration 'powspec' definition 'ps'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/anafast_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/anafast_cxx_module.cc:57:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/calc_powspec.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/compute_weights.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/compute_weights_module.cc:63:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_FLOAT64 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/compute_weights_module.cc:88:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:161:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:351:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1007:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:53:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twothird [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:166:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:333:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:356:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:518:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:731:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:832:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inv_halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:920:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1027:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1072:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1151:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1215:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1295:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1310:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:1811:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:82:14: style: Variable 'csx' can be declared as const array [constVariable] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:1684:46: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:1949:11: style: Variable 'bk' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:1950:11: style: Variable 'bkf' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:84:10: performance:inconclusive: Technically the member function 'T_Healpix_Base < int >::xyf2loc' can be static (but you may consider moving to unnamed namespace). [functionStatic] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1322:46: note: Technically the member function 'T_Healpix_Base < int >::xyf2loc' can be static (but you may consider moving to unnamed namespace). healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:84:10: note: Technically the member function 'T_Healpix_Base < int >::xyf2loc' can be static (but you may consider moving to unnamed namespace). healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:84:10: performance:inconclusive: Technically the member function 'T_Healpix_Base < int64 >::xyf2loc' can be static (but you may consider moving to unnamed namespace). [functionStatic] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1322:46: note: Technically the member function 'T_Healpix_Base < int64 >::xyf2loc' can be static (but you may consider moving to unnamed namespace). healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:84:10: note: Technically the member function 'T_Healpix_Base < int64 >::xyf2loc' can be static (but you may consider moving to unnamed namespace). healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:39:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:39:17: debug: CheckClass::isMemberVar found used member variable 'nside_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:78:19: debug: CheckClass::isMemberVar found used member variable 'npix_' with varid 0 [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:708:5: style: The scope of the variable 'nl4' can be reduced. [variableScope] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1323:32: style:inconclusive: Function 'xyf2loc' argument 5 names different: declaration 'ph' definition 'phi'. [funcArgNamesDifferent] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:84:67: note: Function 'xyf2loc' argument 5 names different: declaration 'ph' definition 'phi'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1323:32: note: Function 'xyf2loc' argument 5 names different: declaration 'ph' definition 'phi'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:62:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:81:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:112:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:196:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:214:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < int >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < int >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hotspots_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hotspots_cxx_module.cc:89:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:112:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:182:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scientific [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:254:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ln10 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:89:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twopi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:94:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twopi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:828:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:844:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:869:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:984:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:995:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1006:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1011:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1028:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1092:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1100:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1130:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1153:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1180:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1202:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1224:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1232:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1493:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1487:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1468:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1446:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1436:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1418:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1400:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1382:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1351:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1331:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twopi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1322:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1301:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1281:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1261:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:945:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:906:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:774:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:746:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:708:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:675:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:660:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:645:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:622:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:571:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:425:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:160:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/cfitsio/region.c:24:25: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/region.c:24:7: note: outer condition: *status healpy-1.16.6/cfitsio/region.c:24:25: note: identical inner condition: *status healpy-1.16.6/cfitsio/region.c:62:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/region.c:62:8: note: outer condition: *status healpy-1.16.6/cfitsio/region.c:62:26: note: identical inner condition: *status healpy-1.16.6/cfitsio/region.c:1475:26: warning: Identical inner 'return' condition is always true. [identicalInnerCondition] healpy-1.16.6/cfitsio/region.c:1475:8: note: outer condition: *status healpy-1.16.6/cfitsio/region.c:1475:26: note: identical inner condition: *status healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:51:41: style: Parameter 'minv' can be declared as reference to const [constParameterReference] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:51:54: style: Parameter 'maxv' can be declared as reference to const [constParameterReference] healpy-1.16.6/cfitsio/region.c:1022:19: error: Common realloc mistake: 'freedPolyPtrs' nulled but not freed upon failure [memleakOnRealloc] healpy-1.16.6/cfitsio/region.c:1106:46: style:inconclusive: Function 'fits_set_region_components' argument 1 names different: declaration 'Rgn' definition 'aRgn'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/region.h:77:46: note: Function 'fits_set_region_components' argument 1 names different: declaration 'Rgn' definition 'aRgn'. healpy-1.16.6/cfitsio/region.c:1106:46: note: Function 'fits_set_region_components' argument 1 names different: declaration 'Rgn' definition 'aRgn'. healpy-1.16.6/cfitsio/region.c:1193:35: style:inconclusive: Function 'fits_setup_shape' argument 1 names different: declaration 'shape' definition 'newShape'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/region.h:78:35: note: Function 'fits_setup_shape' argument 1 names different: declaration 'shape' definition 'newShape'. healpy-1.16.6/cfitsio/region.c:1193:35: note: Function 'fits_setup_shape' argument 1 names different: declaration 'shape' definition 'newShape'. healpy-1.16.6/cfitsio/region.c:52:14: style: Variable 'pX' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/region.c:1041:32: style: Parameter 'Pts' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/region.c:1461:8: style: Variable 'shapename' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/region.c:1466:7: style: Variable 'shapetype' can be declared as const array [constVariable] healpy-1.16.6/cfitsio/region.c:995:21: style: Variable 'ptsToFree' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/region.c:996:22: style: Variable 'isAlreadyFreed' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/median_filter_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mask_tools.cc:138:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/median_filter_cxx_module.cc:61:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arcmin2rad [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < uint8 >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < uint8 >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < uint8 >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < uint8 >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mask_tools.cc:68:27: error: Out of bounds access in expression 'omask.back()' because 'omask' is empty. [containerOutOfBounds] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mask_tools.cc:63:21: note: Assuming condition is false healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mask_tools.cc:68:27: note: Access out of bounds healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mask_tools.cc:126:11: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_fitsio.cc:58:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_INT16 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc.h:54:24: style:inconclusive: Technically the member function 'Moc < int >::Rs' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc.h:54:24: style:inconclusive: Technically the member function 'Moc < int64 >::Rs' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:166:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:202:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:334:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:348:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:354:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mult_alm.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/mult_alm_module.cc:51:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.h:47:5: warning: Member variable 'MocQueryComponent::radius' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.h:66:5: warning: Member variable 'MocQueryComponent::radius' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.h:47:5: style: Class 'MocQueryComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:137:15: style: Same expression used in consecutive assignments of 'z1' and 'z2'. [duplicateAssignExpression] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:138:15: note: Same expression used in consecutive assignments of 'z1' and 'z2'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:137:15: note: Same expression used in consecutive assignments of 'z1' and 'z2'. healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec.cc:118:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec.cc:142:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fwhm2sigma [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:243:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:252:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec_fitsio.cc:49:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec_fitsio.cc:101:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_FLOAT64 [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/rotalm_cxx.cc:100:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable degr2rad [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/smoothing_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:118:12: style:inconclusive: Technically the member function '::sdw::f_s2dw' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:77:5: style: Class 'needlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:138:5: style: Class 'sdw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:189:5: style: Class 'spline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:218:5: style: Class 'cosine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:95:17: style: The function 'lmin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:49:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:95:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:97:17: style: The function 'lmax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:50:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:97:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:99:33: style: The function 'getBand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:51:33: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:99:33: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:156:17: style: The function 'lmin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:49:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:156:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:158:17: style: The function 'lmax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:50:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:158:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:160:33: style: The function 'getBand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:51:33: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:160:33: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:191:17: style: The function 'lmin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:49:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:191:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:193:17: style: The function 'lmax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:50:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:193:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:195:33: style: The function 'getBand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:51:33: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:195:33: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:227:17: style: The function 'lmin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:49:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:227:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:232:17: style: The function 'lmax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:50:17: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:232:17: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:237:33: style: The function 'getBand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:51:33: note: Virtual function in base class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:237:33: note: Function in derived class healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:262:28: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/syn_alm_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/smoothing_cxx_module.cc:53:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/syn_alm_cxx_module.cc:54:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/udgrade_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/udgrade_cxx_module.cc:95:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/udgrade_harmonic_cxx.cc:8:3: error: There is an unknown macro here somewhere. Configuration is required. If PLANCK_DIAGNOSIS_END is a macro then please configure it. [unknownMacro] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/udgrade_harmonic_cxx_module.cc:50:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:266:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:302:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:322:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:347:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:392:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/announce.cc:36:0: error: #error your C++ compiler is too old. g++ version 4.0 or higher is required. [preprocessorErrorDirective] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < bool >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < bool >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < bool >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < bool >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: warning: The class 'Healpix_Map < vec3 >' defines member function with name 'Set' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:114:10: note: Parent function 'T_Healpix_Base < int >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:76:10: note: Derived function 'Healpix_Map < vec3 >::Set' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: warning: The class 'Healpix_Map < vec3 >' defines member function with name 'SetNside' also defined in its parent class 'T_Healpix_Base < int >'. [duplInheritedMember] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.h:116:10: note: Parent function 'T_Healpix_Base < int >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:83:10: note: Derived function 'Healpix_Map < vec3 >::SetNside' healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/error_handling.cc:45:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/error_handling.cc:56:5: error: Rethrowing current exception with 'throw;', it seems there is no current exception to rethrow. If there is no current exception this calls std::terminate(). More: https://isocpp.org/wiki/faq/exceptions#throw-without-an-object [rethrowNoCurrentException] healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:329:25: performance: Function 'current_alm()' should return member 'x' by const reference. [returnByReference] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:667:25: debug: Failed to instantiate template "safe_cast". The checking continues anyway. [templateInstantiation] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:138:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_DATA_TYPE [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:170:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:189:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:210:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:216:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_DATA_TYPE [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_DATA_TYPE [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:314:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:122:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:148:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:160:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:192:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/vec3.h:138:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/geom_utils.cc:66:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:60:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable align [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:83:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable align [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:167:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:106:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:153:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:192:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:205:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:235:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:240:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:246:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:254:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable beg [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:256:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cur [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:111:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:118:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:157:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:191:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:217:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:267:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/linear_map.h:73:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:445:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:183:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:209:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:211:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:218:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:231:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:239:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:254:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:262:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:267:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:276:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:283:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:292:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:121:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:144:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:46:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:56:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:77:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:89:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_signed [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:48:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFLOAT [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:49:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TDOUBLE [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:55:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_IMG [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:76:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:86:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TLOGICAL [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:189:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ASCII_TBL [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:194:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IMAGE_HDU [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:257:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:264:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:276:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:288:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NO_EXIST [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:307:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READONLY [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:330:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READWRITE [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:343:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:407:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:451:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:458:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:463:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:468:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:473:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:478:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:483:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:488:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:493:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:499:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:512:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:537:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:575:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:616:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:623:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:631:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:644:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:664:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:700:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:722:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:735:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:743:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:756:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:771:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:787:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:800:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:42:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:62:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:75:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:142:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:157:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.h:63:5: style: Class 'paramfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.h:67:5: style: Class 'paramfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/pointing.cc:66:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/pointing.h:52:5: warning:inconclusive: Member variable 'pointing::theta' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/pointing.h:52:5: warning:inconclusive: Member variable 'pointing::phi' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/pointing.h:59:5: style: Class 'pointing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:79:5: warning:inconclusive: Member variable 'Colour8::r' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:79:5: warning:inconclusive: Member variable 'Colour8::g' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:79:5: warning:inconclusive: Member variable 'Colour8::b' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/linear_map.h:41:22: style: The class 'linearMap < RGB_tuple < float > >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/colour.h:42:5: warning:inconclusive: Member variable 'RGB_tuple < float >::r' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/colour.h:42:5: warning:inconclusive: Member variable 'RGB_tuple < float >::g' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/colour.h:42:5: warning:inconclusive: Member variable 'RGB_tuple < float >::b' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:167:11: performance:inconclusive: Technically the member function 'fix_arr::size' can be static (but you may consider moving to unnamed namespace). [functionStatic] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:86:10: style:inconclusive: Technically the member function 'Colour8::operator==' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:88:10: style:inconclusive: Technically the member function 'Colour8::operator!=' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:141:13: style:inconclusive: Technically the member function 'LS_Image::get_pixel' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.h:82:5: style: Class 'Colour8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:97:5: style: Class 'bostream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:144:5: style: Class 'bistream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/rotmatrix.cc:201:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/rotmatrix.h:47:5: warning:inconclusive: Member variable 'rotmatrix::entry' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:47:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:99:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:108:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:135:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:173:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:223:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:252:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:328:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:190:11: style: Checking if unsigned expression 'col' is less than zero. [unsignedLessThanZero] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:573:46: style:inconclusive: Function 'get_key_void' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.h:199:43: note: Function 'get_key_void' argument 1 names different: declaration 'key' definition 'name'. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:573:46: note: Function 'get_key_void' argument 1 names different: declaration 'key' definition 'name'. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/trafos.cc:134:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:180:10: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:181:10: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:95:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:157:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:175:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:184:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:193:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:202:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:217:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:226:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_hotspots_lib.cc:16:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Healpix_undef [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:199:35: style:inconclusive: Function 'tstack_replace' argument 1 names different: declaration 'name' definition 'name2'. [funcArgNamesDifferent] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.h:92:40: note: Function 'tstack_replace' argument 1 names different: declaration 'name' definition 'name2'. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:199:35: note: Function 'tstack_replace' argument 1 names different: declaration 'name' definition 'name2'. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:126:12: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:56:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:161:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:84:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:396:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:114:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:594:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:140:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:733:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:172:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RING [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:979:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:198:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NEST [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:225:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:256:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:293:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:340:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:381:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RING [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyUFunc_None [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:64:27: debug: Scope::checkVariable found variable 'double' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:66:33: debug: Scope::checkVariable found variable 'double' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:309:28: debug: Function::addArguments found argument 'inival' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:321:13: debug: Function::addArguments found argument 'ptr' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:192:29: debug: Function::addArguments found argument 'inival' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:205:14: debug: Function::addArguments found argument 'ptr' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:227:43: debug: Function::addArguments found argument 'inival' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:54:16: debug: Function::addArguments found argument 'd_' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:60:25: debug: Function::addArguments found argument 'val' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:82:46: debug: Function::addArguments found argument 'ptr' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:102:36: debug: Function::addArguments found argument 'val' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:113:60: debug: Function::addArguments found argument 'val' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:119:21: debug: Function::addArguments found argument 'minv' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:119:30: debug: Function::addArguments found argument 'maxv' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:131:29: debug: Function::addArguments found argument 'val' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:140:26: debug: Function::addArguments found argument 'val' with varid 0. [varid0] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:43:29: debug: Function::addArguments found argument 'ptr' with varid 0. [varid0] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:54:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:58:34: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:60:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:62:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:82:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:86:36: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:87:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:88:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:90:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:91:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:112:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:116:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:118:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:138:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:143:21: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:144:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:145:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:146:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:148:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:149:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:150:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:170:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:174:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:176:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:196:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:200:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:202:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:223:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:227:30: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:228:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:229:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:230:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:232:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:233:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:234:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:254:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:257:16: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:260:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:262:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:291:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:295:34: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:298:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:299:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:300:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:301:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:302:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:303:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:304:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:305:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:307:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:308:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:309:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:310:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:311:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:312:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:313:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:314:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:340:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:342:23: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:343:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:344:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:345:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:346:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:347:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:348:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:349:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:350:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:352:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:353:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:354:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:355:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:356:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:357:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:358:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:359:10: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:379:22: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:385:8: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:537:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:538:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:544:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:545:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:551:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:552:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:558:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:559:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:567:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:568:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:574:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:575:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:581:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:582:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:588:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:589:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:597:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:598:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:604:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:605:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:611:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:612:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:618:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:619:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:627:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:628:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:634:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:635:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:641:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:642:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:648:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:649:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:655:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:656:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:662:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:663:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:670:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:671:7: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:58:34: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:87:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:88:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:90:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:91:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:228:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:229:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:230:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:232:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:233:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:234:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:257:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:295:34: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:302:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:303:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:304:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:305:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:311:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:312:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:313:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:314:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:385:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:61:28: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:89:30: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:117:28: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:147:30: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:175:29: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:201:29: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:231:30: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:261:29: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:306:29: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:351:30: style: Variable 'e' can be declared as reference to const [constVariableReference] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:276:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:375:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable minscale [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:193:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inival [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:228:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inival [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:61:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:83:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:103:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:115:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:134:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:143:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:153:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:43:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:252:7: style: The if condition is the same as the previous if condition [duplicateCondition] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:246:6: note: First condition healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:252:7: note: Second condition healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:160:62: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:168:65: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:191:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:192:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:193:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:242:23: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:248:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:254:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:260:28: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:261:9: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:267:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:273:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:284:37: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:291:39: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:298:39: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:335:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:341:15: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:351:32: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:352:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:354:32: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:355:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:357:32: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:358:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:360:32: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:361:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:366:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:367:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:368:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:369:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:395:58: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:405:61: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:428:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:429:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:430:20: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:487:37: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:493:39: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:499:39: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:507:13: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:515:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:524:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:532:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:539:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:545:27: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:593:58: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:633:37: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:642:13: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:648:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:653:15: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:659:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:664:13: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:670:25: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:720:56: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:745:3: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:746:3: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:748:3: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:749:3: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:780:18: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:800:17: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:869:45: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:894:37: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:896:28: style: C-style pointer casting [cstyleCast] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:85:8: style: The scope of the variable 'tmp' can be reduced. [variableScope] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:923:23: style: Argument 'l,0' to function almalms is always 0. It does not matter what value 'l' has. [knownArgument] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:925:52: style: Argument 'l,0' to function almalms is always 0. It does not matter what value 'l' has. [knownArgument] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:926:23: style: Argument 'l,0' to function almalms is always 0. It does not matter what value 'l' has. [knownArgument] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:927:11: style: Argument 'l,0' to function almalms is always 0. It does not matter what value 'l' has. [knownArgument] healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:102:37: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:265:19: warning: Member variable 'wignergen_scalar::cosPow' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:265:19: warning: Member variable 'wignergen_scalar::sinPow' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:265:19: warning: Member variable 'wignergen_scalar::prefactor' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:265:19: warning: Member variable 'wignergen_scalar::preMinus' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:593:19: warning: Member variable 'wigner_estimator::m1' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:593:19: warning: Member variable 'wigner_estimator::m2' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:593:19: warning: Member variable 'wigner_estimator::mbig' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:593:19: warning: Member variable 'wigner_estimator::cosm1m2' is not initialized in the constructor. [uninitMemberVar] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:51:10: style:inconclusive: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line0' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:37:36: note: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line0' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:51:10: note: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line0' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:52:10: style:inconclusive: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:44:36: note: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:52:10: note: Technically the member function 'wigner_d_halfpi_risbo_scalar::do_line' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:71:10: style:inconclusive: Technically the member function 'wigner_d_risbo_scalar::do_line0' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:95:29: note: Technically the member function 'wigner_d_risbo_scalar::do_line0' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:71:10: note: Technically the member function 'wigner_d_risbo_scalar::do_line0' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:72:10: style:inconclusive: Technically the member function 'wigner_d_risbo_scalar::do_line' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:103:29: note: Technically the member function 'wigner_d_risbo_scalar::do_line' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:72:10: note: Technically the member function 'wigner_d_risbo_scalar::do_line' can be const. healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:60:10: style:inconclusive: Technically the member function 'arr_ref < double [ 3 ] >::fill' can be const. [functionConst] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:55:5: style: Class 'wigner_d_halfpi_risbo_scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.h:92:5: style: Class 'wigner_d_halfpi_risbo_openmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:133:9: style: Local variable 'sign' shadows outer function [shadowFunction] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:88:31: note: Shadowed declaration healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:133:9: note: Shadow variable healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:230:9: style: Local variable 'sign' shadows outer function [shadowFunction] healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:88:31: note: Shadowed declaration healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:230:9: note: Shadow variable healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:240:9: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] healpy-1.16.6/cfitsio/fitscore.c:1116:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/fitscore.c:1124:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] healpy-1.16.6/cfitsio/fitscore.c:2682:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] healpy-1.16.6/cfitsio/fitscore.c:3219:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] healpy-1.16.6/cfitsio/fitscore.c:3255:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] healpy-1.16.6/cfitsio/fitscore.c:992:26: style: Condition 'card[ii]==0' is always false [knownConditionTrueFalse] healpy-1.16.6/cfitsio/fitscore.c:1457:23: style: Condition 'cardlen>8' is always true [knownConditionTrueFalse] healpy-1.16.6/cfitsio/fitscore.c:1418:22: note: Assuming that condition 'cardlen<9' is not redundant healpy-1.16.6/cfitsio/fitscore.c:1457:23: note: Condition 'cardlen>8' is always true healpy-1.16.6/cfitsio/fitscore.c:9688:12: portability: Casting from float * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/fitscore.c:9763:12: portability: Casting from double * to signed short * is not portable due to different binary data representations on different platforms. [invalidPointerCast] healpy-1.16.6/cfitsio/fitscore.c:731:19: style:inconclusive: Function 'ffxmsg' argument 2 names different: declaration 'err_message' definition 'errmsg'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:377:31: note: Function 'ffxmsg' argument 2 names different: declaration 'err_message' definition 'errmsg'. healpy-1.16.6/cfitsio/fitscore.c:731:19: note: Function 'ffxmsg' argument 2 names different: declaration 'err_message' definition 'errmsg'. healpy-1.16.6/cfitsio/fitscore.c:1034:19: style:inconclusive: Function 'ffmkky' argument 2 names different: declaration 'keyval' definition 'value'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:834:49: note: Function 'ffmkky' argument 2 names different: declaration 'keyval' definition 'value'. healpy-1.16.6/cfitsio/fitscore.c:1034:19: note: Function 'ffmkky' argument 2 names different: declaration 'keyval' definition 'value'. healpy-1.16.6/cfitsio/fitscore.c:2655:17: style:inconclusive: Function 'ffasfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:841:40: note: Function 'ffasfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:2655:17: note: Function 'ffasfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:2656:18: style:inconclusive: Function 'ffasfm' argument 3 names different: declaration 'width' definition 'twidth'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:841:56: note: Function 'ffasfm' argument 3 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:2656:18: note: Function 'ffasfm' argument 3 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:2657:17: style:inconclusive: Function 'ffasfm' argument 4 names different: declaration 'decim' definition 'decimals'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:841:68: note: Function 'ffasfm' argument 4 names different: declaration 'decim' definition 'decimals'. healpy-1.16.6/cfitsio/fitscore.c:2657:17: note: Function 'ffasfm' argument 4 names different: declaration 'decim' definition 'decimals'. healpy-1.16.6/cfitsio/fitscore.c:2807:17: style:inconclusive: Function 'ffbnfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:842:40: note: Function 'ffbnfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:2807:17: note: Function 'ffbnfm' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:2808:18: style:inconclusive: Function 'ffbnfm' argument 3 names different: declaration 'repeat' definition 'trepeat'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:842:56: note: Function 'ffbnfm' argument 3 names different: declaration 'repeat' definition 'trepeat'. healpy-1.16.6/cfitsio/fitscore.c:2808:18: note: Function 'ffbnfm' argument 3 names different: declaration 'repeat' definition 'trepeat'. healpy-1.16.6/cfitsio/fitscore.c:2809:18: style:inconclusive: Function 'ffbnfm' argument 4 names different: declaration 'width' definition 'twidth'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:842:70: note: Function 'ffbnfm' argument 4 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:2809:18: note: Function 'ffbnfm' argument 4 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:3006:17: style:inconclusive: Function 'ffbnfmll' argument 2 names different: declaration 'datacode' definition 'dtcode'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:843:42: note: Function 'ffbnfmll' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:3006:17: note: Function 'ffbnfmll' argument 2 names different: declaration 'datacode' definition 'dtcode'. healpy-1.16.6/cfitsio/fitscore.c:3007:22: style:inconclusive: Function 'ffbnfmll' argument 3 names different: declaration 'repeat' definition 'trepeat'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:843:62: note: Function 'ffbnfmll' argument 3 names different: declaration 'repeat' definition 'trepeat'. healpy-1.16.6/cfitsio/fitscore.c:3007:22: note: Function 'ffbnfmll' argument 3 names different: declaration 'repeat' definition 'trepeat'. healpy-1.16.6/cfitsio/fitscore.c:3008:18: style:inconclusive: Function 'ffbnfmll' argument 4 names different: declaration 'width' definition 'twidth'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:843:76: note: Function 'ffbnfmll' argument 4 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:3008:18: note: Function 'ffbnfmll' argument 4 names different: declaration 'width' definition 'twidth'. healpy-1.16.6/cfitsio/fitscore.c:6009:22: style:inconclusive: Function 'fftheap' argument 2 names different: declaration 'heapsize' definition 'heapsz'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1541:49: note: Function 'fftheap' argument 2 names different: declaration 'heapsize' definition 'heapsz'. healpy-1.16.6/cfitsio/fitscore.c:6009:22: note: Function 'fftheap' argument 2 names different: declaration 'heapsize' definition 'heapsz'. healpy-1.16.6/cfitsio/fitscore.c:7408:22: style:inconclusive: Function 'ffgipr' argument 1 names different: declaration 'fptr' definition 'infptr'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1117:32: note: Function 'ffgipr' argument 1 names different: declaration 'fptr' definition 'infptr'. healpy-1.16.6/cfitsio/fitscore.c:7408:22: note: Function 'ffgipr' argument 1 names different: declaration 'fptr' definition 'infptr'. healpy-1.16.6/cfitsio/fitscore.c:7410:14: style:inconclusive: Function 'ffgipr' argument 3 names different: declaration 'imgtype' definition 'bitpix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1117:56: note: Function 'ffgipr' argument 3 names different: declaration 'imgtype' definition 'bitpix'. healpy-1.16.6/cfitsio/fitscore.c:7410:14: note: Function 'ffgipr' argument 3 names different: declaration 'imgtype' definition 'bitpix'. healpy-1.16.6/cfitsio/fitscore.c:7437:24: style:inconclusive: Function 'ffgiprll' argument 1 names different: declaration 'fptr' definition 'infptr'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1119:34: note: Function 'ffgiprll' argument 1 names different: declaration 'fptr' definition 'infptr'. healpy-1.16.6/cfitsio/fitscore.c:7437:24: note: Function 'ffgiprll' argument 1 names different: declaration 'fptr' definition 'infptr'. healpy-1.16.6/cfitsio/fitscore.c:7439:14: style:inconclusive: Function 'ffgiprll' argument 3 names different: declaration 'imgtype' definition 'bitpix'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1119:58: note: Function 'ffgiprll' argument 3 names different: declaration 'imgtype' definition 'bitpix'. healpy-1.16.6/cfitsio/fitscore.c:7439:14: note: Function 'ffgiprll' argument 3 names different: declaration 'imgtype' definition 'bitpix'. healpy-1.16.6/cfitsio/fitscore.c:7858:16: style:inconclusive: Function 'ffmnhd' argument 4 names different: declaration 'hduvers' definition 'hduver'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:1130:70: note: Function 'ffmnhd' argument 4 names different: declaration 'hduvers' definition 'hduver'. healpy-1.16.6/cfitsio/fitscore.c:7858:16: note: Function 'ffmnhd' argument 4 names different: declaration 'hduvers' definition 'hduver'. healpy-1.16.6/cfitsio/fitscore.c:8012:16: style:inconclusive: Function 'ffgext' argument 2 names different: declaration 'moveto' definition 'hdunum'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio2.h:430:32: note: Function 'ffgext' argument 2 names different: declaration 'moveto' definition 'hdunum'. healpy-1.16.6/cfitsio/fitscore.c:8012:16: note: Function 'ffgext' argument 2 names different: declaration 'moveto' definition 'hdunum'. healpy-1.16.6/cfitsio/fitscore.c:8190:18: style:inconclusive: Function 'ffgkcl' argument 1 names different: declaration 'card' definition 'tcard'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:828:28: note: Function 'ffgkcl' argument 1 names different: declaration 'card' definition 'tcard'. healpy-1.16.6/cfitsio/fitscore.c:8190:18: note: Function 'ffgkcl' argument 1 names different: declaration 'card' definition 'tcard'. healpy-1.16.6/cfitsio/fitscore.c:8875:17: style:inconclusive: Function 'ffinttyp' argument 2 names different: declaration 'datatype' definition 'dtype'. [funcArgNamesDifferent] healpy-1.16.6/cfitsio/fitsio.h:830:41: note: Function 'ffinttyp' argument 2 names different: declaration 'datatype' definition 'dtype'. healpy-1.16.6/cfitsio/fitscore.c:8875:17: note: Function 'ffinttyp' argument 2 names different: declaration 'datatype' definition 'dtype'. healpy-1.16.6/cfitsio/fitscore.c:197:22: style: Parameter 'fptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:199:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:210:17: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:969:18: style: Parameter 'card' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:1034:19: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:1368:18: style: Parameter 'card' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:2395:13: style: Parameter 'inrec' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:2403:12: style: Parameter 'colnum' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:2654:18: style: Parameter 'tform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:2806:18: style: Parameter 'tform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:3005:20: style: Parameter 'tform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:3207:19: style: Parameter 'tform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:3244:19: style: Parameter 'tform' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:3444:19: style: Parameter 'templt' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:3445:19: style: Parameter 'colname' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:4195:22: style: Parameter 'fptr' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:5254:18: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:7080:10: style: Variable 'blanks' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:8190:18: style: Parameter 'tcard' can be declared as pointer to const [constParameterPointer] healpy-1.16.6/cfitsio/fitscore.c:8249:21: style: Variable 'card1' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:8249:29: style: Variable 'card5' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:9642:12: style: Variable 'sptr' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:9718:12: style: Variable 'sptr' can be declared as pointer to const [constVariablePointer] healpy-1.16.6/cfitsio/fitscore.c:1045:11: style: Unused variable: saveptr [unusedVariable] healpy-1.16.6/cfitsio/fitscore.c:1607:42: style: Variable 'lentok1' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fitscore.c:1607:55: style: Variable 'remainlen' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fitscore.c:6712:20: style: Variable 'lenform' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fitscore.c:9640:23: style: Variable 'lcc' is assigned a value that is never used. [unreadVariable] healpy-1.16.6/cfitsio/fitscore.c:9716:23: style: Variable 'lcc' is assigned a value that is never used. [unreadVariable] diff: head :1986:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head :2223:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head eval.l:498:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVARNAME [valueFlowBailoutIncompleteVar] head eval.l:538:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/cfileio.c:7353:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/cfileio.c:7415:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrfile.c:977:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrfile.c:996:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:1151:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:347:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:408:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:486:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:539:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/drvrmem.c:763:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fits_hdecompress.c:2503:39: style: Parameter 'infile' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/fits_hdecompress.c:2529:40: style: Parameter 'infile' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/fitscore.c:9464:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fitscore.c:9512:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fitscore.c:9652:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fitscore.c:9728:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fpackutil.c:1177:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fpackutil.c:2000:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fpackutil.c:234:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fpackutil.c:639:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/fpackutil.c:949:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/getcolb.c:1073:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolb.c:1211:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolb.c:1348:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcold.c:1065:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcold.c:1149:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcold.c:1233:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcold.c:981:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcole.c:1067:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcole.c:1151:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcole.c:1235:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcole.c:983:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoli.c:1126:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoli.c:1263:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoli.c:905:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:1024:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:1135:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:1247:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:2846:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:2957:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:3068:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:3180:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolj.c:913:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolk.c:1034:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolk.c:1145:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolk.c:1256:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolk.c:923:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolsb.c:1070:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolsb.c:1208:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolsb.c:1345:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolui.c:1132:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolui.c:1269:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcolui.c:873:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:1270:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:2849:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:2975:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:3096:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:3224:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:883:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluj.c:994:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluk.c:1003:22: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluk.c:1278:25: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/getcoluk.c:892:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:1946:14: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:1947:14: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:1973:15: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:2082:12: style: Parameter 'amin' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:2083:12: style: Parameter 'amax' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:2084:12: style: Parameter 'binsize' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:2123:11: style: Parameter 'naxes' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/histo.c:2385:20: style: Variable 'col1' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/histo.c:2385:27: style: Variable 'col2' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/histo.c:2385:34: style: Variable 'col3' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/histo.c:2385:41: style: Variable 'col4' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/histo.c:2386:20: style: Variable 'wtcol' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/imcompress.c:2798:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/imcompress.c:2926:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/imcompress.c:4408:24: style: Parameter 'infpixel' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:4409:24: style: Parameter 'inlpixel' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:4687:24: style: Parameter 'infpixel' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:4688:24: style: Parameter 'inlpixel' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7483:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7565:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7647:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7725:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7807:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:7888:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/imcompress.c:8074:10: style: Variable 'pdescriptors' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/iter_a.c:69:18: style: Variable 'counts' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/iter_a.c:70:19: style: Variable 'interval' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/iter_c.c:131:18: style: Variable 'xcol' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/iter_c.c:131:25: style: Variable 'ycol' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/iter_var.c:68:27: style: Variable 'counts' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/putcolb.c:746:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:787:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:834:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:881:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:941:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:967:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolb.c:993:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcold.c:731:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcold.c:786:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcold.c:846:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcold.c:906:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcold.c:986:21: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcole.c:1025:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcole.c:745:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcole.c:800:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcole.c:860:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcole.c:920:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoli.c:694:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoli.c:795:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoli.c:842:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoli.c:904:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoli.c:930:20: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:1693:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:1748:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:1808:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:1930:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:1956:23: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:693:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:748:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:808:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:855:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:917:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolj.c:943:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolk.c:870:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolk.c:933:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolk.c:959:19: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:733:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:780:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:827:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:889:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:915:26: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolsb.c:941:27: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:663:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:776:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:823:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:883:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:909:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcolui.c:935:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:1638:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:1688:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:1798:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:1867:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:1893:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:662:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:712:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:830:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:890:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluj.c:916:28: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluk.c:847:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluk.c:908:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/putcoluk.c:934:29: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/cfitsio/quantize.c:1955:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/quantize.c:2731:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/quantize.c:2946:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/ricecomp.c:399:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/ricecomp.c:627:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/vmsieee.c:106:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_BIG_ENDIAN [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/vmsieee.c:44:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_BIG_ENDIAN [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/vmsieee.c:72:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVT$M_ERR_UNDERFLOW [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/windumpexts.c:174:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSTR [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/windumpexts.c:225:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSTR [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/windumpexts.c:365:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/windumpexts.c:429:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/zcompress.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_OK [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/zcompress.c:293:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_OK [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/zcompress.c:394:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_DEFAULT_STRATEGY [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/zcompress.c:476:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Z_DEFAULT_STRATEGY [valueFlowBailoutIncompleteVar] head healpy-1.16.6/cfitsio/zuncompress.c:447:6: style: Variable 'p' can be declared as pointer to const [constVariablePointer] head healpy-1.16.6/cfitsio/zuncompress.c:547:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/c_utils/c_utils.c:38:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:141:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:168:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:180:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:197:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_geom_info [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:248:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nph [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:287:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:349:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:390:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_NO_FFT [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:459:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_PACKED [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ADD [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:494:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:536:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:603:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:654:68: style: Parameter 'ri' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:657:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_DP [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:689:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_DP [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:718:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:735:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_USE_WEIGHTS [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:749:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:794:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_MAP2ALM [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:844:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP_DERIV1 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:920:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP_DERIV1 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp.c:984:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ERROR_NO_MPI [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_almhelpers.c:53:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_almhelpers.c:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_alm_info [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:218:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nph [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:399:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cth [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_testsuite.c:502:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHARP_ALM2MAP [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_ylmgen_c.c:171:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/libsharp/sharp_ylmgen_c.c:50:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sharp_minscale [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/common_libraries/libsharp/pocketfft/pocketfft.c:1684:46: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:161:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vec3 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alice3.cc:254:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_fitsio.cc:203:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_INT32 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:119:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:215:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:347:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_healpix_tools.cc:98:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:300:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fwhm2sigma [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/alm_powspec_tools.cc:320:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/compute_weights_module.cc:63:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_FLOAT64 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/compute_weights_module.cc:88:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1007:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1027:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1072:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1151:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1215:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1295:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:1310:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:166:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:333:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:351:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:356:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:518:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:53:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twothird [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:708:5: style: The scope of the variable 'nl4' can be reduced. [variableScope] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:731:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order_max [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:832:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inv_halfpi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_base.cc:920:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:39:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.cc:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:121:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:164:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:181:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:248:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:257:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:265:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:278:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:290:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:299:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:309:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npix_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map.h:98:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nside_ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:112:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:196:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:214:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/healpix_map_fitsio.cc:81:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1006:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1011:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1028:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1092:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1100:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1130:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1153:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1180:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1202:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1224:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1232:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1261:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1281:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1301:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1322:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1331:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twopi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1351:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1382:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1400:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1418:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1436:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1446:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable halfpi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1468:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1487:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:1493:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:160:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:425:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:571:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:622:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:645:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:660:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:675:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:708:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:746:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:774:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:828:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:844:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:869:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:906:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:945:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:94:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twopi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:984:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/hpxtest.cc:995:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:182:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scientific [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/map2tga_module.cc:254:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ln10 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:202:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:334:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:348:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/moc_query.cc:354:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/needlet_tool_module.cc:252:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec.cc:142:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fwhm2sigma [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/powspec_fitsio.cc:101:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLANCK_FLOAT64 [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:302:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:322:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:329:25: performance: Function 'current_alm()' should return member 'x' by const reference. [returnByReference] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:347:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/Healpix_cxx/weight_utils.cc:392:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pi [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:43:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:60:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable align [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/alloc_utils.h:83:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable align [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:103:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:115:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:121:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:134:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:143:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:144:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:153:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:167:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:183:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:193:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inival [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:209:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:211:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:218:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:228:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inival [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:231:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:239:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:254:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:262:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:267:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:276:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:283:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:292:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:445:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:61:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/arr.h:83:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:106:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:153:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:192:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:205:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:235:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:240:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:246:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:254:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable beg [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/bstream.h:256:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cur [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:170:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:189:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:210:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:216:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_DATA_TYPE [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_DATA_TYPE [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/datatypes.h:314:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:189:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ASCII_TBL [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:194:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IMAGE_HDU [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:257:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:264:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:276:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:288:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NO_EXIST [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:307:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READONLY [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:330:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READWRITE [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:343:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:407:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:451:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:458:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:463:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:468:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:473:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:478:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:483:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:488:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:48:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFLOAT [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:493:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:499:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:49:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TDOUBLE [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:512:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:537:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:55:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_IMG [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:575:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:616:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:623:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:631:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:644:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:664:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:700:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:722:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:735:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:743:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:756:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:76:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:771:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:787:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:800:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/fitshandle.cc:86:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TLOGICAL [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/geom_utils.cc:66:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/linear_map.h:73:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:111:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:118:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:157:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:191:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:217:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/ls_image.cc:267:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:122:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:148:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:160:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/math_utils.h:192:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:142:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:157:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:42:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:62:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/paramfile.cc:75:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/pointing.cc:66:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/rotmatrix.cc:201:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:46:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:56:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:77:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/safe_cast.h:89:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_signed [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:108:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:135:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:173:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:223:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:252:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:328:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:47:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/string_utils.cc:99:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/trafos.cc:134:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/vec3.h:138:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:157:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:175:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:184:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:193:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:202:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:217:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/walltimer.cc:226:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:276:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpixsubmodule/src/cxx/cxxsupport/wigner.cc:375:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable minscale [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:114:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:140:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:172:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RING [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:198:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NEST [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:225:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:256:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:293:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:340:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:381:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RING [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyUFunc_None [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_pixel_lib.cc:84:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scheme [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:284:37: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:291:39: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:298:39: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:396:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:487:37: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:493:39: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:499:39: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:594:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:633:37: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:733:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:869:45: style: C-style pointer casting [cstyleCast] head healpy-1.16.6/healpy/src/_healpy_sph_transform_lib.cc:979:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] DONE