2022-06-29 23:21 ftp://ftp.de.debian.org/debian/pool/main/n/nifticlib/nifticlib_3.0.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j10 platform: Linux-5.18.6-1-MANJARO-x86_64-with-glibc2.35 python: 3.10.5 client-version: 1.3.25 compiler: g++ (GCC) 12.1.0 cppcheck: head 2.8 head-info: 06b408e (2022-06-29 13:43:17 +0200) count: 693 693 elapsed-time: 87.7 195.5 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: nifti_clib-3.0.1/cifti/afni_xml_io.c:311:8: style: Condition 'ax' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/cifti/afni_xml_io.c:524:5: warning: Either the condition '!result' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck] nifti_clib-3.0.1/cifti/afni_xml_io.c:525:18: note: Assuming that condition '!result' is not redundant nifti_clib-3.0.1/cifti/afni_xml_io.c:524:5: note: Null pointer dereference nifti_clib-3.0.1/cifti/afni_xml.c:522:71: style:inconclusive: Function 'axml_recur' argument 2 names different: declaration 'root' definition 'ax'. [funcArgNamesDifferent] nifti_clib-3.0.1/cifti/afni_xml.h:90:67: note: Function 'axml_recur' argument 2 names different: declaration 'root' definition 'ax'. nifti_clib-3.0.1/cifti/afni_xml.c:522:71: note: Function 'axml_recur' argument 2 names different: declaration 'root' definition 'ax'. nifti_clib-3.0.1/niftilib/nifti1_test.c:20:38: style: Variable 'argn' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/znzlib/znzlib.c:135:21: style: Variable 'remain' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/znzlib/znzlib.c:136:19: style: Variable 'cbuf' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/znzlib/znzlib.c:137:14: style: Unused variable: n2read [unusedVariable] nifti_clib-3.0.1/znzlib/znzlib.c:138:14: style: Unused variable: nread [unusedVariable] nifti_clib-3.0.1/znzlib/znzlib.c:169:21: style: Variable 'remain' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/znzlib/znzlib.c:170:21: style: Variable 'cbuf' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/znzlib/znzlib.c:171:14: style: Unused variable: n2write [unusedVariable] nifti_clib-3.0.1/znzlib/znzlib.c:172:14: style: Unused variable: nwritten [unusedVariable] nifti_clib-3.0.1/fsliolib/fslio.c:1800:42: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] nifti_clib-3.0.1/fsliolib/fslio.c:1797:38: note: outer condition: (orig[0]!=0)||(orig[1]!=0)||(orig[2]!=0) nifti_clib-3.0.1/fsliolib/fslio.c:1800:42: note: identical inner condition: (orig[0]!=0)||(orig[1]!=0)||(orig[2]!=0) nifti_clib-3.0.1/fsliolib/fslio.c:2129:13: warning: Either the condition 'fslio->niftiptr!=NULL' is redundant or there is possible null pointer dereference: fslio->niftiptr. [nullPointerRedundantCheck] nifti_clib-3.0.1/fsliolib/fslio.c:2133:22: note: Assuming that condition 'fslio->niftiptr!=NULL' is not redundant nifti_clib-3.0.1/fsliolib/fslio.c:2129:13: note: Null pointer dereference nifti_clib-3.0.1/fsliolib/fslio.c:2213:13: warning: Either the condition 'fslio->niftiptr!=NULL' is redundant or there is possible null pointer dereference: fslio->niftiptr. [nullPointerRedundantCheck] nifti_clib-3.0.1/fsliolib/fslio.c:2217:22: note: Assuming that condition 'fslio->niftiptr!=NULL' is not redundant nifti_clib-3.0.1/fsliolib/fslio.c:2213:13: note: Null pointer dereference nifti_clib-3.0.1/fsliolib/fslio.c:1910:15: style: Variable 'hptr' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/niftilib/nifti_tester001.c:14:33: style: Condition 'FailureOccured' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/niftilib/nifti_tester001.c:12:20: note: Assuming that condition 'FailureOccured==NIFTITEST_TRUE' is not redundant nifti_clib-3.0.1/niftilib/nifti_tester001.c:14:33: note: Condition 'FailureOccured' is always true nifti_clib-3.0.1/niftilib/nifti_tester001.c:643:3: style: Same expression 'qd!=0.000000' found multiple times in chain of '||' operators. [duplicateExpression] nifti_clib-3.0.1/real_easy/stand_alone_app/nifti1_read_write.c:229:9: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] nifti_clib-3.0.1/nifticdf/nifticdf.c:7782:21: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] nifti_clib-3.0.1/nifticdf/nifticdf.c:7867:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] nifti_clib-3.0.1/nifticdf/nifticdf.c:7868:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] nifti_clib-3.0.1/nifticdf/nifticdf.c:7869:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] nifti_clib-3.0.1/nifticdf/nifticdf.c:1895:21: warning: Logical conjunction always evaluates to false: *(which) < 1 && *(which) > 4. [incorrectLogicOperator] nifti_clib-3.0.1/nifticdf/nifticdf.c:1895:8: style: Condition '!(*which<1&&*which>4)' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/nifticdf/nifticdf.c:1895:17: note: Assuming that condition '*which<1' is not redundant nifti_clib-3.0.1/nifticdf/nifticdf.c:1895:8: note: Condition '!(*which<1&&*which>4)' is always true nifti_clib-3.0.1/nifticdf/nifticdf.c:5733:17: style: Variable '*result' is reassigned a value before the old one has been used. [redundantAssignment] nifti_clib-3.0.1/nifticdf/nifticdf.c:5725:17: note: *result is assigned nifti_clib-3.0.1/nifticdf/nifticdf.c:5733:17: note: *result is overwritten nifti_clib-3.0.1/nifticdf/nifticdf.c:5631:15: style: Variable 'a' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:5635:15: style: Variable 'b' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:5639:15: style: Variable 'c' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:5644:15: style: Variable 'd' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:5650:15: style: Variable 'p' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:5655:15: style: Variable 'q' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:6964:15: style: Variable 'denom' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7283:15: style: Variable 'a' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7287:15: style: Variable 'b' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7290:15: style: Variable 'p' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7295:15: style: Variable 'q' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7300:15: style: Variable 'r' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7304:15: style: Variable 's' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7356:15: style: Variable 'a' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7360:15: style: Variable 'b' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7363:15: style: Variable 'p' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7368:15: style: Variable 'q' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7373:15: style: Variable 'r' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7377:15: style: Variable 's' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7587:15: style: Variable 'p' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7592:15: style: Variable 'q' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7596:15: style: Variable 'r' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7719:15: style: Variable 'eps0' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7710:15: style: Variable 'bmin' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7707:15: style: Variable 'amin' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7713:15: style: Variable 'dmin' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:7716:15: style: Variable 'emin' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8133:15: style: Variable 'p' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8137:15: style: Variable 'q' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8447:15: style: Variable 'e00' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8450:15: style: Variable 'x00' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8409:15: style: Variable 'big' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8412:15: style: Variable 'd0' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8419:15: style: Variable 'd1' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8425:15: style: Variable 'd2' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8431:15: style: Variable 'd3' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8436:15: style: Variable 'd4' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8440:15: style: Variable 'd5' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8444:15: style: Variable 'd6' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8835:15: style: Variable 'p1' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8844:15: style: Variable 'q1' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8840:15: style: Variable 'p2' can be declared as const array [constVariable] nifti_clib-3.0.1/nifticdf/nifticdf.c:8848:15: style: Variable 'q2' can be declared as const array [constVariable] nifti_clib-3.0.1/niftilib/nifti1_io.c:6675:28: style: Expression is always true because 'else if' condition is opposite to previous condition at line 6673. [multiCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:6673:23: note: first condition nifti_clib-3.0.1/niftilib/nifti1_io.c:6675:28: note: else if condition is opposite to first condition nifti_clib-3.0.1/niftilib/nifti1_io.c:653:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:660:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:666:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:672:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:678:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:684:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:2520:9: style: Condition 'ext' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/niftilib/nifti1_io.c:4257:24: style: Condition 'g_opts.debug>2' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/niftilib/nifti1_io.c:4255:21: note: Assuming that condition 'g_opts.debug>3' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:4257:24: note: Condition 'g_opts.debug>2' is always true nifti_clib-3.0.1/niftilib/nifti1_io.c:6647:23: style: Condition 'nim->dim[0]>=1' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/niftilib/nifti1_io.c:6632:20: note: Assuming that condition 'nim->dim[0]<=0' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:6647:23: note: Condition 'nim->dim[0]>=1' is always true nifti_clib-3.0.1/niftilib/nifti1_io.c:4528:7: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nifti_clib-3.0.1/niftilib/nifti1_io.c:6342:4: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc] nifti_clib-3.0.1/niftilib/nifti1_io.c:3222:27: warning: Either the condition '!test_ext' is redundant or there is possible null pointer dereference: test_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/niftilib/nifti1_io.c:3226:8: note: Assuming that condition '!test_ext' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:3222:27: note: Null pointer dereference nifti_clib-3.0.1/niftilib/nifti1_io.c:3222:37: warning: Either the condition '!known_ext' is redundant or there is possible null pointer dereference: known_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/niftilib/nifti1_io.c:3226:21: note: Assuming that condition '!known_ext' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:3222:37: note: Null pointer dereference nifti_clib-3.0.1/niftilib/nifti1_io.c:3247:29: warning: Either the condition '!test_ext' is redundant or there is possible null pointer dereference: test_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/niftilib/nifti1_io.c:3251:8: note: Assuming that condition '!test_ext' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:3247:29: note: Null pointer dereference nifti_clib-3.0.1/niftilib/nifti1_io.c:3247:39: warning: Either the condition '!known_ext' is redundant or there is possible null pointer dereference: known_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/niftilib/nifti1_io.c:3251:21: note: Assuming that condition '!known_ext' is not redundant nifti_clib-3.0.1/niftilib/nifti1_io.c:3247:39: note: Null pointer dereference nifti_clib-3.0.1/niftilib/nifti1_io.c:3934:46: style: Checking if unsigned expression '(*nim)->nvox' is less than zero. [unsignedLessThanZero] nifti_clib-3.0.1/niftilib/nifti1_io.c:4812:38: style: Checking if unsigned expression 'nim->nvox' is less than zero. [unsignedLessThanZero] nifti_clib-3.0.1/niftilib/nifti1_io.c:4850:13: style: Checking if unsigned expression 'ii' is less than zero. [unsignedLessThanZero] nifti_clib-3.0.1/niftilib/nifti1_io.c:5174:60: style: Checking if unsigned expression 'NBL->bsize' is less than zero. [unsignedLessThanZero] nifti_clib-3.0.1/niftilib/nifti1_io.c:2594:21: style: Variable 'extgz' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/niftilib/nifti1_io.c:5205:35: style: Variable 'ok' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/niftilib/nifti1_io.c:6633:11: style: Variable 'errs' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/nifti2/nifti2_io.c:8768:28: style: Expression is always true because 'else if' condition is opposite to previous condition at line 8766. [multiCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:8766:23: note: first condition nifti_clib-3.0.1/nifti2/nifti2_io.c:8768:28: note: else if condition is opposite to first condition nifti_clib-3.0.1/nifti2/nifti2_io.c:748:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:755:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:761:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:767:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:773:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:779:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:3440:9: style: Condition 'ext' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/nifti2/nifti2_io.c:5942:24: style: Condition 'g_opts.debug>2' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/nifti2/nifti2_io.c:5940:21: note: Assuming that condition 'g_opts.debug>3' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:5942:24: note: Condition 'g_opts.debug>2' is always true nifti_clib-3.0.1/nifti2/nifti2_io.c:8738:23: style: Condition 'nim->dim[0]>=1' is always true [knownConditionTrueFalse] nifti_clib-3.0.1/nifti2/nifti2_io.c:8721:20: note: Assuming that condition 'nim->dim[0]<=0' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:8738:23: note: Condition 'nim->dim[0]>=1' is always true nifti_clib-3.0.1/nifti2/nifti2_io.c:6282:7: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nifti_clib-3.0.1/nifti2/nifti2_io.c:8430:4: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc] nifti_clib-3.0.1/nifti2/nifti2_io.c:4174:27: warning: Either the condition '!test_ext' is redundant or there is possible null pointer dereference: test_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/nifti2/nifti2_io.c:4178:8: note: Assuming that condition '!test_ext' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:4174:27: note: Null pointer dereference nifti_clib-3.0.1/nifti2/nifti2_io.c:4174:37: warning: Either the condition '!known_ext' is redundant or there is possible null pointer dereference: known_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/nifti2/nifti2_io.c:4178:21: note: Assuming that condition '!known_ext' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:4174:37: note: Null pointer dereference nifti_clib-3.0.1/nifti2/nifti2_io.c:4199:29: warning: Either the condition '!test_ext' is redundant or there is possible null pointer dereference: test_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/nifti2/nifti2_io.c:4203:8: note: Assuming that condition '!test_ext' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:4199:29: note: Null pointer dereference nifti_clib-3.0.1/nifti2/nifti2_io.c:4199:39: warning: Either the condition '!known_ext' is redundant or there is possible null pointer dereference: known_ext. [nullPointerRedundantCheck] nifti_clib-3.0.1/nifti2/nifti2_io.c:4203:21: note: Assuming that condition '!known_ext' is not redundant nifti_clib-3.0.1/nifti2/nifti2_io.c:4199:39: note: Null pointer dereference nifti_clib-3.0.1/nifti2/nifti2_io.c:3514:21: style: Variable 'extgz' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/nifti2/nifti2_io.c:7033:35: style: Variable 'ok' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/nifti2/nifti2_io.c:8722:11: style: Variable 'errs' is assigned a value that is never used. [unreadVariable] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3627:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3626:14: note: First condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3627:14: note: Second condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3647:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3646:14: note: First condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3647:14: note: Second condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3672:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3671:14: note: First condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3672:14: note: Second condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3699:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3698:14: note: First condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3699:14: note: Second condition nifti_clib-3.0.1/niftilib/nifti1_tool.c:3518:32: warning: Either the condition 'ext1' is redundant or there is possible null pointer dereference: ext1. [nullPointerRedundantCheck] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3515:27: note: Assuming that condition 'ext1' is not redundant nifti_clib-3.0.1/niftilib/nifti1_tool.c:3518:32: note: Null pointer dereference nifti_clib-3.0.1/niftilib/nifti1_tool.c:2964:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3013:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3014:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3015:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3021:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3022:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3023:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3024:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3029:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3030:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3031:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3032:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3041:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3042:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3043:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3044:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3045:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3046:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3048:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3049:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3050:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3096:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3097:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3098:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3099:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3100:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3101:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3102:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3103:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3104:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3105:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3106:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3107:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3116:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3117:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3118:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3119:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3120:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3121:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3122:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3123:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3128:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3133:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3134:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3135:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3202:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3203:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3204:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3205:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3206:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3208:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3209:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3210:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3211:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3827:36: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3834:36: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/niftilib/nifti1_tool.c:3004:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:152:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3004:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3004:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3004:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3005:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:153:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3005:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3005:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3005:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3006:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:154:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3006:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3006:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3006:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3007:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:155:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3007:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3007:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3007:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3008:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:156:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3008:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3008:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3008:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3009:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:157:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3009:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3009:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3009:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3010:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:158:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3010:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3010:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3010:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3012:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:161:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3012:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3012:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3012:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3013:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:162:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3013:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3013:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3013:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3014:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:164:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3014:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3014:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3014:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3015:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:166:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3015:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3015:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3015:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3016:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:168:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3016:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3016:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3016:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3018:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:169:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3018:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3018:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3018:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3019:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:170:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3019:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3019:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3019:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3020:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:171:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3020:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3020:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3020:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3021:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:172:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3021:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3021:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3021:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3022:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:173:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3022:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3022:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3022:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3023:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:174:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3023:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3023:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3023:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3024:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:175:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3024:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3024:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3024:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3025:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:176:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3025:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3025:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3025:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3027:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:177:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3027:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3027:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3027:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3028:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:178:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3028:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3028:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3028:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3029:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:179:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3029:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3029:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3029:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3030:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:180:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3030:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3030:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3030:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3031:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:181:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3031:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3031:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3031:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3032:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:182:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3032:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3032:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3032:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3033:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:183:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3033:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3033:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3033:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3034:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:184:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3034:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3034:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3034:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3036:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:187:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3036:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3036:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3036:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3037:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:188:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3037:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3037:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3037:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3038:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:190:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3038:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3038:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3038:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3039:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:191:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3039:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3039:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3039:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3041:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:193:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3041:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3041:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3041:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3042:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:194:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3042:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3042:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3042:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3043:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:195:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3043:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3043:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3043:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3044:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:196:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3044:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3044:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3044:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3045:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:197:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3045:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3045:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3045:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3046:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:198:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3046:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3046:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3046:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3048:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:200:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3048:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3048:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3048:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3049:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:201:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3049:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3049:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3049:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3050:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:202:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3050:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3050:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3050:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3051:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:204:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3051:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3051:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3051:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3052:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1.h:206:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3052:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:2993:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3052:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3052:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3084:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:90:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3084:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3084:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3084:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3085:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:91:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3085:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3085:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3085:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3086:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:92:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3086:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3086:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3086:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3087:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:93:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3087:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3087:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3087:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3088:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:94:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3088:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3088:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3088:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3089:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:95:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3089:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3089:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3089:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3090:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:96:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3090:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3090:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3090:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3091:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:97:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3091:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3091:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3091:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3092:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:98:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3092:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3092:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3092:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3093:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:99:10: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3093:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3093:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3093:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3094:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:100:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3094:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3094:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3094:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3095:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:101:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3095:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3095:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3095:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3096:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:103:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3096:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3096:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3096:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3097:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:104:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3097:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3097:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3097:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3098:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:105:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3098:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3098:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3098:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3099:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:106:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3099:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3099:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3099:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3100:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:107:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3100:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3100:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3100:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3101:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:108:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3101:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3101:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3101:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3102:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:109:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3102:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3102:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3102:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3103:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:110:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3103:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3103:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3103:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3104:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:112:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3104:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3104:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3104:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3105:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:113:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3105:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3105:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3105:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3106:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:115:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3106:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3106:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3106:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3107:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:116:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3107:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3107:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3107:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3108:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:118:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3108:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3108:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3108:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3109:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:119:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3109:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3109:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3109:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3110:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:121:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3110:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3110:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3110:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3111:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:122:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3111:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3111:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3111:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3112:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:123:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3112:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3112:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3112:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3113:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:125:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3113:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3113:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3113:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3114:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:126:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3114:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3114:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3114:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3115:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:127:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3115:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3115:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3115:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3116:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:128:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3116:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3116:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3116:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3117:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:132:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3117:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3117:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3117:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3118:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:132:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3118:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3118:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3118:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3119:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:132:33: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3119:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3119:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3119:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3120:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:133:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3120:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3120:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3120:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3121:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:133:21: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3121:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3121:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3121:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3122:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:133:33: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3122:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3122:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3122:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3123:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:134:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3123:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3123:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3123:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3124:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:136:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3124:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3124:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3124:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3125:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:137:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3125:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3125:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3125:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3126:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:139:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3126:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3126:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3126:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3127:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:140:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3127:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3127:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3127:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3128:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:142:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3128:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3128:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3128:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3129:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:144:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3129:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3129:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3129:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3130:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:145:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3130:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3130:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3130:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3131:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:147:7: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3131:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3131:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3131:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3132:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:150:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3132:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3132:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3132:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3133:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:151:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3133:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3133:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3133:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3134:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:152:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3134:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3134:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3134:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3135:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:153:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3135:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3135:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3135:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3136:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:154:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3136:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3136:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3136:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3137:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:156:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3137:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3137:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3137:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3138:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:157:8: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3138:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3138:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3138:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3139:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:159:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3139:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3139:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3139:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3140:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:160:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3140:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3140:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3140:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3141:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:161:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3141:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3141:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3141:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3142:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:162:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3142:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3142:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3142:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3143:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:163:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3143:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3143:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3143:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3144:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:164:9: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3144:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3144:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3144:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3145:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:166:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3145:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3145:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3145:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3146:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:167:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3146:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3076:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3146:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3146:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3181:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:190:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3181:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3181:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3181:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3182:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:191:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3182:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3182:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3182:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3183:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:192:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3183:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3183:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3183:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3184:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:193:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3184:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3184:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3184:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3185:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:194:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3185:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3185:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3185:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3186:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:195:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3186:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3186:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3186:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3187:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:196:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3187:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3187:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3187:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3189:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:199:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3189:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3189:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3189:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3190:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:200:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3190:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3190:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3190:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3191:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:201:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3191:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3191:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3191:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3192:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:202:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3192:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3192:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3192:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3193:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:203:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3193:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3193:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3193:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3194:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:204:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3194:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3194:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3194:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3195:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:205:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3195:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3195:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3195:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3196:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:206:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3196:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3196:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3196:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3198:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:207:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3198:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3198:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3198:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3199:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:208:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3199:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3199:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3199:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3200:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:209:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3200:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3200:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3200:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3202:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:210:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3202:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3202:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3202:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3203:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:212:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3203:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3203:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3203:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3204:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:213:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3204:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3204:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3204:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3205:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:214:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3205:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3205:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3205:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3206:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:215:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3206:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3206:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3206:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3208:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:218:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3208:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3208:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3208:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3209:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:219:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3209:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3209:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3209:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3210:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:220:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3210:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3210:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3210:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3211:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:221:14: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3211:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3211:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3211:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3212:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:222:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3212:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3212:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3212:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3213:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:222:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3213:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3213:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3213:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3215:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:225:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3215:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3215:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3215:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3216:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:226:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3216:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3216:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3216:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3218:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:227:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3218:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3218:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3218:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3220:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:228:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3220:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3220:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3220:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3221:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:229:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3221:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3221:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3221:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3222:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:230:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3222:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3222:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3222:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3223:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:231:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3223:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3223:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3223:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3224:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:232:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3224:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3224:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3224:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3225:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:233:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3225:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3225:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3225:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3226:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:234:13: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3226:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3226:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3226:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3228:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:235:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3228:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3228:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3228:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3229:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:236:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3229:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3229:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3229:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3230:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:237:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3230:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3230:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3230:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3231:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:238:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3231:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3231:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3231:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3233:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:239:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3233:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3233:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3233:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3234:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:239:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3234:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3234:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3234:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3235:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:240:12: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3235:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3235:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3235:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/niftilib/nifti1_tool.c:3236:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/niftilib/nifti1_io.h:240:18: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3236:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3170:22: note: Variable declared here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3236:4: note: Address of variable taken here. nifti_clib-3.0.1/niftilib/nifti1_tool.c:3236:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4724:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4723:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4724:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4744:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4743:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4744:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4764:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4763:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4764:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4789:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4788:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4789:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4816:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4815:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4816:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4843:14: style: The if condition is the same as the previous if condition [duplicateCondition] nifti_clib-3.0.1/nifti2/nifti_tool.c:4842:14: note: First condition nifti_clib-3.0.1/nifti2/nifti_tool.c:4843:14: note: Second condition nifti_clib-3.0.1/nifti2/nifti_tool.c:5567:15: error: Memory leak: hdr [memleak] nifti_clib-3.0.1/nifti2/nifti_tool.c:4553:32: warning: Either the condition 'ext1' is redundant or there is possible null pointer dereference: ext1. [nullPointerRedundantCheck] nifti_clib-3.0.1/nifti2/nifti_tool.c:4550:27: note: Assuming that condition 'ext1' is not redundant nifti_clib-3.0.1/nifti2/nifti_tool.c:4553:32: note: Null pointer dereference nifti_clib-3.0.1/nifti2/nifti_tool.c:3773:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3794:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3843:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3844:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3845:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3851:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3852:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3853:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3854:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3859:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3860:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3861:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3862:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3871:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3872:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3873:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3874:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3875:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3876:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3878:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3879:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3880:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3923:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3924:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3925:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3927:4: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3930:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3931:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3932:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3933:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3934:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3935:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3944:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3945:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3946:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3947:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3948:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3949:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3951:4: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3952:4: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3953:4: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4007:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4008:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4009:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4010:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4011:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4012:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4013:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4014:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4015:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4016:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4017:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4018:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4027:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4028:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4029:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4030:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4031:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4032:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4033:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4034:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4039:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4044:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4045:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4046:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4101:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4102:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4103:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4104:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4105:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4106:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4107:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4108:4: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4109:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4110:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4111:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4112:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4121:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4122:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4123:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4124:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4125:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4126:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4127:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4128:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4133:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4138:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4139:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4140:4: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4207:4: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4208:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4209:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4210:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4211:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4213:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4214:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4215:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4216:4: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4977:34: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4980:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4990:34: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:4993:34: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:5113:18: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:5154:32: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:5188:18: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:5225:18: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nifti_clib-3.0.1/nifti2/nifti_tool.c:3834:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:152:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3834:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3834:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3834:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3835:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:153:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3835:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3835:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3835:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3836:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:154:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3836:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3836:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3836:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3837:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:155:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3837:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3837:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3837:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3838:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:156:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3838:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3838:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3838:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3839:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:157:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3839:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3839:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3839:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3840:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:158:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3840:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3840:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3840:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3842:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:161:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3842:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3842:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3842:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3843:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:162:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3843:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3843:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3843:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3844:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:164:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3844:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3844:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3844:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3845:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:166:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3845:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3845:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3845:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3846:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:168:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3846:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3846:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3846:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3848:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:169:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3848:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3848:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3848:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3849:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:170:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3849:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3849:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3849:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3850:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:171:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3850:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3850:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3850:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3851:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:172:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3851:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3851:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3851:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3852:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:173:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3852:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3852:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3852:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3853:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:174:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3853:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3853:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3853:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3854:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:175:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3854:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3854:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3854:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3855:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:176:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3855:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3855:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3855:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3857:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:177:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3857:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3857:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3857:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3858:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:178:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3858:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3858:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3858:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3859:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:179:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3859:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3859:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3859:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3860:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:180:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3860:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3860:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3860:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3861:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:181:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3861:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3861:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3861:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3862:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:182:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3862:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3862:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3862:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3863:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:183:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3863:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3863:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3863:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3864:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:184:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3864:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3864:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3864:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3866:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:187:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3866:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3866:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3866:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3867:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:188:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3867:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3867:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3867:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3868:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:190:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3868:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3868:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3868:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3869:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:191:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3869:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3869:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3869:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3871:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:193:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3871:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3871:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3871:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3872:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:194:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3872:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3872:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3872:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3873:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:195:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3873:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3873:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3873:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3874:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:196:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3874:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3874:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3874:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3875:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:197:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3875:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3875:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3875:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3876:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:198:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3876:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3876:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3876:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3878:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:200:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3878:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3878:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3878:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3879:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:201:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3879:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3879:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3879:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3880:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:202:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3880:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3880:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3880:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3881:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:204:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3881:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3881:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3881:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3882:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti1.h:206:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3882:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3823:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3882:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3882:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3916:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:63:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3916:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3916:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3916:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3917:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:64:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3917:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3917:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3917:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3919:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:65:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3919:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3919:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3919:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3920:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:66:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3920:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3920:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3920:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3921:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:67:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3921:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3921:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3921:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3923:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:68:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3923:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3923:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3923:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3924:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:69:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3924:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3924:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3924:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3925:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:70:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3925:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3925:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3925:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3927:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:71:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3927:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3927:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3927:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3929:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:72:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3929:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3929:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3929:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3930:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:73:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3930:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3930:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3930:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3931:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:74:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3931:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3931:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3931:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3932:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:75:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3932:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3932:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3932:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3933:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:76:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3933:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3933:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3933:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3934:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:77:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3934:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3934:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3934:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3935:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:78:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3935:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3935:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3935:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3936:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:79:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3936:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3936:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3936:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3937:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:80:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3937:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3937:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3937:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3939:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:81:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3939:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3939:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3939:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3940:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:82:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3940:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3940:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3940:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3941:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:83:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3941:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3941:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3941:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3942:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:84:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3942:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3942:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3942:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3944:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:85:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3944:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3944:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3944:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3945:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:86:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3945:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3945:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3945:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3946:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:87:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3946:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3946:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3946:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3947:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:88:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3947:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3947:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3947:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3948:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:89:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3948:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3948:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3948:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3949:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:90:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3949:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3949:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3949:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3951:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:91:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3951:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3951:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3951:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3952:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:92:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3952:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3952:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3952:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3953:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:93:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3953:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3953:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3953:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3955:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:94:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3955:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3955:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3955:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3956:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:95:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3956:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3956:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3956:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3957:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:96:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3957:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3957:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3957:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3959:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:97:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3959:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3959:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3959:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3960:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:98:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3960:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3960:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3960:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3962:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2.h:99:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3962:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3905:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3962:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3962:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3994:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:221:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3994:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3994:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3994:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3995:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:222:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3995:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3995:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3995:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3996:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:223:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3996:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3996:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3996:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3997:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:224:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3997:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3997:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3997:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3998:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:225:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3998:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3998:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3998:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:3999:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:226:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3999:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3999:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3999:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4000:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:227:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4000:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4000:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4000:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4001:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:228:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4001:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4001:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4001:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4002:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:229:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4002:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4002:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4002:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4004:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:230:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4004:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4004:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4004:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4005:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:231:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4005:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4005:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4005:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4006:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:232:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4006:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4006:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4006:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4007:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:234:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4007:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4007:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4007:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4008:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:235:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4008:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4008:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4008:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4009:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:236:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4009:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4009:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4009:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4010:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:237:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4010:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4010:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4010:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4011:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:238:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4011:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4011:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4011:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4012:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:239:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4012:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4012:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4012:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4013:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:240:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4013:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4013:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4013:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4014:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:241:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4014:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4014:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4014:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4015:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:243:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4015:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4015:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4015:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4016:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:244:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4016:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4016:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4016:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4017:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:246:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4017:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4017:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4017:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4018:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:247:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4018:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4018:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4018:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4019:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:249:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4019:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4019:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4019:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4020:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:250:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4020:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4020:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4020:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4021:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:252:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4021:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4021:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4021:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4022:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:253:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4022:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4022:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4022:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4023:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:254:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4023:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4023:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4023:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4024:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:256:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4024:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4024:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4024:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4025:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:257:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4025:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4025:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4025:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4026:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:258:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4026:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4026:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4026:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4027:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:259:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4027:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4027:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4027:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4028:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:263:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4028:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4028:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4028:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4029:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:263:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4029:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4029:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4029:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4030:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:263:33: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4030:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4030:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4030:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4031:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:264:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4031:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4031:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4031:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4032:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:264:21: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4032:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4032:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4032:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4033:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:264:33: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4033:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4033:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4033:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4034:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:265:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4034:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4034:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4034:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4035:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:267:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4035:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4035:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4035:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4036:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:268:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4036:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4036:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4036:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4037:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:270:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4037:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4037:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4037:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4038:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:271:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4038:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4038:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4038:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4039:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:273:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4039:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4039:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4039:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4040:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:275:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4040:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4040:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4040:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4041:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:276:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4041:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4041:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4041:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4042:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:278:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4042:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4042:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4042:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4043:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:281:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4043:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4043:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4043:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4044:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:282:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4044:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4044:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4044:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4045:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:283:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4045:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4045:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4045:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4046:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:284:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4046:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4046:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4046:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4047:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:285:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4047:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4047:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4047:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4048:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:287:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4048:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4048:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4048:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4049:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:288:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4049:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4049:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4049:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4050:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:290:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4050:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4050:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4050:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4051:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:291:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4051:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4051:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4051:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4052:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:292:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4052:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4052:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4052:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4053:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:293:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4053:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4053:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4053:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4054:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:294:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4054:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4054:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4054:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4055:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:295:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4055:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4055:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4055:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4056:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:297:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4056:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4056:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4056:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4057:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:298:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4057:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:3986:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4057:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4057:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4089:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:129:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4089:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4089:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4089:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4090:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:130:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4090:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4090:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4090:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4091:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:131:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4091:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4091:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4091:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4092:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:132:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4092:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4092:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4092:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4093:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:133:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4093:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4093:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4093:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4094:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:134:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4094:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4094:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4094:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4095:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:135:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4095:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4095:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4095:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4096:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:136:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4096:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4096:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4096:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4097:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:137:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4097:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4097:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4097:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4098:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:138:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4098:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4098:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4098:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4099:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:139:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4099:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4099:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4099:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4100:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:140:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4100:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4100:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4100:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4101:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:142:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4101:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4101:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4101:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4102:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:143:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4102:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4102:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4102:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4103:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:144:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4103:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4103:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4103:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4104:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:145:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4104:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4104:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4104:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4105:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:146:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4105:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4105:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4105:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4106:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:147:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4106:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4106:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4106:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4107:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:148:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4107:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4107:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4107:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4108:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:149:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4108:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4108:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4108:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4109:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:151:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4109:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4109:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4109:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4110:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:152:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4110:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4110:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4110:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4111:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:154:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4111:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4111:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4111:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4112:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:155:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4112:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4112:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4112:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4113:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:157:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4113:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4113:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4113:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4114:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:158:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4114:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4114:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4114:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4115:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:160:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4115:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4115:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4115:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4116:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:161:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4116:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4116:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4116:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4117:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:162:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4117:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4117:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4117:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4118:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:164:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4118:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4118:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4118:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4119:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:165:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4119:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4119:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4119:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4120:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:166:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4120:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4120:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4120:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4121:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:167:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4121:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4121:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4121:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4122:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:171:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4122:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4122:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4122:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4123:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:171:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4123:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4123:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4123:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4124:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:171:34: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4124:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4124:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4124:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4125:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:172:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4125:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4125:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4125:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4126:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:172:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4126:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4126:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4126:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4127:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:172:34: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4127:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4127:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4127:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4128:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:173:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4128:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4128:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4128:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4129:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:175:16: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4129:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4129:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4129:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4130:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:176:16: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4130:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4130:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4130:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4131:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:178:16: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4131:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4131:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4131:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4132:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:179:16: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4132:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4132:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4132:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4133:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:181:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4133:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4133:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4133:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4134:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:183:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4134:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4134:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4134:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4135:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:184:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4135:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4135:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4135:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4136:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:186:7: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4136:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4136:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4136:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4137:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:194:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4137:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4137:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4137:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4138:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:195:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4138:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4138:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4138:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4139:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:196:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4139:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4139:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4139:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4140:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:197:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4140:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4140:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4140:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4141:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:198:10: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4141:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4141:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4141:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4142:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:200:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4142:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4142:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4142:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4143:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:201:8: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4143:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4143:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4143:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4144:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:203:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4144:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4144:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4144:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4145:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:204:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4145:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4145:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4145:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4146:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:205:11: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4146:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4146:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4146:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4147:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:206:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4147:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4147:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4147:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4148:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:207:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4148:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4148:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4148:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4149:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:208:9: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4149:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4149:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4149:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4150:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:210:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4150:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4150:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4150:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4151:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:211:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4151:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4081:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4151:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4151:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4186:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:319:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4186:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4186:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4186:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4187:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:320:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4187:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4187:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4187:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4188:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:321:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4188:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4188:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4188:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4189:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:322:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4189:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4189:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4189:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4190:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:323:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4190:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4190:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4190:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4191:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:324:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4191:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4191:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4191:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4192:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:325:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4192:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4192:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4192:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4194:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:328:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4194:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4194:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4194:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4195:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:329:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4195:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4195:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4195:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4196:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:330:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4196:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4196:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4196:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4197:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:331:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4197:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4197:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4197:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4198:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:332:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4198:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4198:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4198:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4199:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:333:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4199:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4199:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4199:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4200:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:334:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4200:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4200:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4200:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4201:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:335:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4201:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4201:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4201:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4203:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:336:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4203:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4203:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4203:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4204:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:337:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4204:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4204:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4204:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4205:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:338:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4205:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4205:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4205:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4207:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:339:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4207:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4207:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4207:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4208:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:341:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4208:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4208:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4208:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4209:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:342:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4209:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4209:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4209:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4210:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:343:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4210:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4210:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4210:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4211:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:344:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4211:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4211:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4211:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4213:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:347:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4213:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4213:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4213:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4214:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:348:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4214:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4214:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4214:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4215:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:349:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4215:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4215:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4215:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4216:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:350:14: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4216:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4216:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4216:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4217:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:351:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4217:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4217:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4217:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4218:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:351:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4218:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4218:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4218:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4220:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:354:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4220:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4220:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4220:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4221:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:355:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4221:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4221:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4221:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4223:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:356:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4223:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4223:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4223:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4225:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:357:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4225:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4225:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4225:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4226:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:358:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4226:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4226:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4226:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4227:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:359:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4227:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4227:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4227:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4228:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:360:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4228:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4228:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4228:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4229:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:361:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4229:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4229:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4229:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4230:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:362:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4230:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4230:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4230:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4231:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:363:13: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4231:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4231:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4231:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4233:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:364:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4233:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4233:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4233:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4234:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:365:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4234:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4234:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4234:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4235:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:366:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4235:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4235:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4235:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4236:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:367:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4236:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4236:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4236:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4238:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:368:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4238:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4238:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4238:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4239:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:368:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4239:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4239:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4239:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4240:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:369:12: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4240:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4240:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4240:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:4241:4: error: Subtracting pointers that point to different objects [comparePointers] nifti_clib-3.0.1/nifti2/nifti2_io.h:369:18: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4241:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4175:22: note: Variable declared here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4241:4: note: Address of variable taken here. nifti_clib-3.0.1/nifti2/nifti_tool.c:4241:4: note: Subtracting pointers that point to different objects nifti_clib-3.0.1/nifti2/nifti_tool.c:2857:44: style: Variable 'nver' is assigned a value that is never used. [unreadVariable] diff: head nifti_clib-3.0.1/nifticdf/nifticdf.c:5631:15: style: Variable 'a' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5631:15: style: Variable 'a' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:5635:15: style: Variable 'b' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5635:15: style: Variable 'b' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:5639:15: style: Variable 'c' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5639:15: style: Variable 'c' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:5644:15: style: Variable 'd' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5644:15: style: Variable 'd' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:5650:15: style: Variable 'p' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5650:15: style: Variable 'p' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:5655:15: style: Variable 'q' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:5655:15: style: Variable 'q' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:6964:15: style: Variable 'denom' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:6964:15: style: Variable 'denom' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7283:15: style: Variable 'a' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7283:15: style: Variable 'a' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7287:15: style: Variable 'b' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7287:15: style: Variable 'b' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7290:15: style: Variable 'p' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7290:15: style: Variable 'p' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7295:15: style: Variable 'q' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7295:15: style: Variable 'q' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7300:15: style: Variable 'r' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7300:15: style: Variable 'r' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7304:15: style: Variable 's' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7304:15: style: Variable 's' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7356:15: style: Variable 'a' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7356:15: style: Variable 'a' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7360:15: style: Variable 'b' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7360:15: style: Variable 'b' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7363:15: style: Variable 'p' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7363:15: style: Variable 'p' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7368:15: style: Variable 'q' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7368:15: style: Variable 'q' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7373:15: style: Variable 'r' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7373:15: style: Variable 'r' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7377:15: style: Variable 's' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7377:15: style: Variable 's' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7587:15: style: Variable 'p' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7587:15: style: Variable 'p' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7592:15: style: Variable 'q' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7592:15: style: Variable 'q' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7596:15: style: Variable 'r' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7596:15: style: Variable 'r' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7707:15: style: Variable 'amin' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7707:15: style: Variable 'amin' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7710:15: style: Variable 'bmin' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7710:15: style: Variable 'bmin' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7713:15: style: Variable 'dmin' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7713:15: style: Variable 'dmin' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7716:15: style: Variable 'emin' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7716:15: style: Variable 'emin' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:7719:15: style: Variable 'eps0' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:7719:15: style: Variable 'eps0' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8133:15: style: Variable 'p' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8133:15: style: Variable 'p' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8137:15: style: Variable 'q' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8137:15: style: Variable 'q' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8409:15: style: Variable 'big' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8409:15: style: Variable 'big' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8412:15: style: Variable 'd0' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8412:15: style: Variable 'd0' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8419:15: style: Variable 'd1' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8419:15: style: Variable 'd1' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8425:15: style: Variable 'd2' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8425:15: style: Variable 'd2' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8431:15: style: Variable 'd3' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8431:15: style: Variable 'd3' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8436:15: style: Variable 'd4' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8436:15: style: Variable 'd4' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8440:15: style: Variable 'd5' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8440:15: style: Variable 'd5' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8444:15: style: Variable 'd6' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8444:15: style: Variable 'd6' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8447:15: style: Variable 'e00' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8447:15: style: Variable 'e00' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8450:15: style: Variable 'x00' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8450:15: style: Variable 'x00' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8835:15: style: Variable 'p1' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8835:15: style: Variable 'p1' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8840:15: style: Variable 'p2' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8840:15: style: Variable 'p2' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8844:15: style: Variable 'q1' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8844:15: style: Variable 'q1' can be declared with const [constVariable] head nifti_clib-3.0.1/nifticdf/nifticdf.c:8848:15: style: Variable 'q2' can be declared as const array [constVariable] 2.8 nifti_clib-3.0.1/nifticdf/nifticdf.c:8848:15: style: Variable 'q2' can be declared with const [constVariable] DONE