2022-06-23 09:10 ftp://ftp.de.debian.org/debian/pool/main/libs/libswe/libswe_1.80.00.0002.orig.tar.bz2 cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: f1212e6 (2022-06-22 21:22:04 +0200) count: 217 216 elapsed-time: 173.6 263.9 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: libswe-1.80.00.0002/astrodienst/src/swedate.c:533:18: style: Condition 'd<0' is always true [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swedate.c:531:11: note: Assuming condition 'd>=0' is false libswe-1.80.00.0002/astrodienst/src/swedate.c:533:18: note: Condition 'd<0' is always true libswe-1.80.00.0002/astrodienst/src/swedate.c:389:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:389:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:389:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:397:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:397:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:452:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:452:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swedate.c:95:15: style:inconclusive: Function 'swe_date_conversion' argument 4 names different: declaration 'utime' definition 'uttime'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:565:16: note: Function 'swe_date_conversion' argument 4 names different: declaration 'utime' definition 'uttime'. libswe-1.80.00.0002/astrodienst/src/swedate.c:95:15: note: Function 'swe_date_conversion' argument 4 names different: declaration 'utime' definition 'uttime'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3203:14: style: Condition 'serr!=NULL' is always true [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swehel.c:3345:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swehel.c:3371:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swehel.c:3394:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swehel.c:3430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swehel.c:2396:17: warning: Either the condition 'star!=NULL' is redundant or there is possible null pointer dereference: star. [nullPointerRedundantCheck] libswe-1.80.00.0002/astrodienst/src/swehel.c:2406:14: note: Assuming that condition 'star!=NULL' is not redundant libswe-1.80.00.0002/astrodienst/src/swehel.c:2396:17: note: Null pointer dereference libswe-1.80.00.0002/astrodienst/src/swehel.c:2822:12: style: Variable 'vdelta' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swehel.c:2807:12: note: vdelta is assigned libswe-1.80.00.0002/astrodienst/src/swehel.c:2822:12: note: vdelta is overwritten libswe-1.80.00.0002/astrodienst/src/swehel.c:3023:12: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swehel.c:3018:12: note: retval is assigned libswe-1.80.00.0002/astrodienst/src/swehel.c:3023:12: note: retval is overwritten libswe-1.80.00.0002/astrodienst/src/swehel.c:3023:12: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swehel.c:3021:14: note: retval is assigned libswe-1.80.00.0002/astrodienst/src/swehel.c:3023:12: note: retval is overwritten libswe-1.80.00.0002/astrodienst/src/swehel.c:1431:63: style:inconclusive: Function 'swe_vis_limit_mag' argument 2 names different: declaration 'geopos' definition 'dgeo'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:503:56: note: Function 'swe_vis_limit_mag' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1431:63: note: Function 'swe_vis_limit_mag' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:52: style:inconclusive: Function 'swe_heliacal_pheno_ut' argument 1 names different: declaration 'tjd_ut' definition 'JDNDaysUT'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:502:45: note: Function 'swe_heliacal_pheno_ut' argument 1 names different: declaration 'tjd_ut' definition 'JDNDaysUT'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:52: note: Function 'swe_heliacal_pheno_ut' argument 1 names different: declaration 'tjd_ut' definition 'JDNDaysUT'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:71: style:inconclusive: Function 'swe_heliacal_pheno_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:502:61: note: Function 'swe_heliacal_pheno_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:71: note: Function 'swe_heliacal_pheno_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:111: style:inconclusive: Function 'swe_heliacal_pheno_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:502:103: note: Function 'swe_heliacal_pheno_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. libswe-1.80.00.0002/astrodienst/src/swehel.c:1806:111: note: Function 'swe_heliacal_pheno_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:46: style:inconclusive: Function 'swe_heliacal_ut' argument 1 names different: declaration 'tjdstart_ut' definition 'JDNDaysUTStart'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:501:39: note: Function 'swe_heliacal_ut' argument 1 names different: declaration 'tjdstart_ut' definition 'JDNDaysUTStart'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:46: note: Function 'swe_heliacal_ut' argument 1 names different: declaration 'tjdstart_ut' definition 'JDNDaysUTStart'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:70: style:inconclusive: Function 'swe_heliacal_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:501:60: note: Function 'swe_heliacal_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:70: note: Function 'swe_heliacal_ut' argument 2 names different: declaration 'geopos' definition 'dgeo'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:110: style:inconclusive: Function 'swe_heliacal_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:501:102: note: Function 'swe_heliacal_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:110: note: Function 'swe_heliacal_ut' argument 5 names different: declaration 'ObjectName' definition 'ObjectNameIn'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:147: style:inconclusive: Function 'swe_heliacal_ut' argument 7 names different: declaration 'iflag' definition 'helflag'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:501:137: note: Function 'swe_heliacal_ut' argument 7 names different: declaration 'iflag' definition 'helflag'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:147: note: Function 'swe_heliacal_ut' argument 7 names different: declaration 'iflag' definition 'helflag'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:176: style:inconclusive: Function 'swe_heliacal_ut' argument 9 names different: declaration 'serr' definition 'serr_ret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:501:164: note: Function 'swe_heliacal_ut' argument 9 names different: declaration 'serr' definition 'serr_ret'. libswe-1.80.00.0002/astrodienst/src/swehel.c:3319:176: note: Function 'swe_heliacal_ut' argument 9 names different: declaration 'serr' definition 'serr_ret'. libswe-1.80.00.0002/astrodienst/src/swehel.c:214:60: style: Parameter 'dobs' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehel.c:1317:63: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehel.c:1590:133: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehel.c:2389:3: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehel.c:3037:18: error: Uninitialized variable: tret [uninitvar] libswe-1.80.00.0002/astrodienst/src/swehel.c:3012:22: note: Assuming condition is false libswe-1.80.00.0002/astrodienst/src/swehel.c:3037:18: note: Uninitialized variable: tret libswe-1.80.00.0002/astrodienst/src/swehel.c:575:12: style: Variable 'R' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehel.c:1545:5: style: Variable 'Yr' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehel.c:1908:18: style: Variable 'OldestMinTAV' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehel.c:2398:17: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehel.c:2401:17: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehel.c:3078:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:119:13: style:inconclusive: Function 'swe_houses' argument 5 names different: declaration 'cusps' definition 'cusp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:606:10: note: Function 'swe_houses' argument 5 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:119:13: note: Function 'swe_houses' argument 5 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:170:13: style:inconclusive: Function 'swe_houses_ex' argument 6 names different: declaration 'cusps' definition 'cusp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:610:10: note: Function 'swe_houses_ex' argument 6 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:170:13: note: Function 'swe_houses_ex' argument 6 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:505:13: style:inconclusive: Function 'swe_houses_armc' argument 5 names different: declaration 'cusps' definition 'cusp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:614:10: note: Function 'swe_houses_armc' argument 5 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:505:13: note: Function 'swe_houses_armc' argument 5 names different: declaration 'cusps' definition 'cusp'. libswe-1.80.00.0002/astrodienst/src/swehouse.c:900:12: style: Local variable 'a' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:681:10: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swehouse.c:900:12: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swehouse.c:931:12: style: Local variable 'a' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:681:10: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swehouse.c:931:12: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swehouse.c:932:12: style: Local variable 'x' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:684:10: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swehouse.c:932:12: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swehouse.c:1500:14: style: Local variable 'a' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:1383:27: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swehouse.c:1500:14: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swehouse.c:256:36: style: Parameter 'nutlo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehouse.c:352:36: style: Parameter 'nutlo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swehouse.c:966:11: style: Variable 'acmc' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:1552:12: style: Variable 'demc' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:1607:15: style: Variable 'xp[0]' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swehouse.c:1744:10: style: Variable 'ad' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:22: error: Array 'js->eh_ipt[39]' accessed at index -3, which is out of bounds. [negativeIndex] libswe-1.80.00.0002/astrodienst/src/swejpl.c:250:9: note: Assignment 'khi=0', assigned value is 0 libswe-1.80.00.0002/astrodienst/src/swejpl.c:252:27: note: Assuming condition is false libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:22: note: Negative array index libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:53: error: Array 'js->eh_ipt[39]' accessed at index -2, which is out of bounds. [negativeIndex] libswe-1.80.00.0002/astrodienst/src/swejpl.c:250:9: note: Assignment 'khi=0', assigned value is 0 libswe-1.80.00.0002/astrodienst/src/swejpl.c:252:27: note: Assuming condition is false libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:53: note: Negative array index libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:79: error: Array 'js->eh_ipt[39]' accessed at index -1, which is out of bounds. [negativeIndex] libswe-1.80.00.0002/astrodienst/src/swejpl.c:250:9: note: Assignment 'khi=0', assigned value is 0 libswe-1.80.00.0002/astrodienst/src/swejpl.c:252:27: note: Assuming condition is false libswe-1.80.00.0002/astrodienst/src/swejpl.c:261:79: note: Negative array index libswe-1.80.00.0002/astrodienst/src/swejpl.c:298:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swejpl.c:741:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swejpl.c:741:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swejpl.c:743:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swejpl.c:743:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swejpl.c:205:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:224:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:228:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:659:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:667:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:671:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:689:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:753:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:757:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:796:10: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] libswe-1.80.00.0002/astrodienst/src/swejpl.c:446:31: style: Parameter 'buf' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1781:5: style: Variable 'sNF' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1771:5: note: sNF is assigned libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1781:5: note: sNF is overwritten libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1782:5: style: Variable 'sD' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1772:5: note: sD is assigned libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1782:5: note: sD is overwritten libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1783:5: style: Variable 'sLP' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1773:5: note: sLP is assigned libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1783:5: note: sLP is overwritten libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1784:5: style: Variable 'sMP' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1774:5: note: sMP is assigned libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1784:5: note: sMP is overwritten libswe-1.80.00.0002/astrodienst/src/swemmoon.c:765:26: style:inconclusive: Function 'swi_moshmoon2' argument 1 names different: declaration 'jd' definition 'J'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:455:33: note: Function 'swi_moshmoon2' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:765:26: note: Function 'swi_moshmoon2' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:765:37: style:inconclusive: Function 'swi_moshmoon2' argument 2 names different: declaration 'x' definition 'pol'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:455:45: note: Function 'swi_moshmoon2' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:765:37: note: Function 'swi_moshmoon2' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:786:55: style:inconclusive: Function 'swi_moshmoon' argument 3 names different: declaration 'xpm' definition 'xpmret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:454:62: note: Function 'swi_moshmoon' argument 3 names different: declaration 'xpm' definition 'xpmret'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:786:55: note: Function 'swi_moshmoon' argument 3 names different: declaration 'xpm' definition 'xpmret'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1388:26: style:inconclusive: Function 'swi_mean_node' argument 1 names different: declaration 'jd' definition 'J'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:452:33: note: Function 'swi_mean_node' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1388:26: note: Function 'swi_mean_node' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1388:37: style:inconclusive: Function 'swi_mean_node' argument 2 names different: declaration 'x' definition 'pol'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:452:45: note: Function 'swi_mean_node' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1388:37: note: Function 'swi_mean_node' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1435:26: style:inconclusive: Function 'swi_mean_apog' argument 1 names different: declaration 'jd' definition 'J'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:453:33: note: Function 'swi_mean_apog' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1435:26: note: Function 'swi_mean_apog' argument 1 names different: declaration 'jd' definition 'J'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1435:37: style:inconclusive: Function 'swi_mean_apog' argument 2 names different: declaration 'x' definition 'pol'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.h:453:45: note: Function 'swi_mean_apog' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1435:37: note: Function 'swi_mean_apog' argument 2 names different: declaration 'x' definition 'pol'. libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1755:3: style: Variable 'ii' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swemmoon.c:1787:5: style: Variable 'cMP' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swemplan.c:417:32: style:inconclusive: Function 'embofs_mosh' argument 1 names different: declaration 'J' definition 'tjd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swemplan.c:76:32: note: Function 'embofs_mosh' argument 1 names different: declaration 'J' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swemplan.c:417:32: note: Function 'embofs_mosh' argument 1 names different: declaration 'J' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swemplan.c:514:42: style:inconclusive: Function 'swi_get_fict_name' argument 2 names different: declaration 's' definition 'snam'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephlib.h:161:49: note: Function 'swi_get_fict_name' argument 2 names different: declaration 's' definition 'snam'. libswe-1.80.00.0002/astrodienst/src/swemplan.c:514:42: note: Function 'swi_get_fict_name' argument 2 names different: declaration 's' definition 'snam'. libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:72: style: Parameter 'xearth' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:88: style: Parameter 'xsun' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swemplan.c:343:8: style: Variable 'xp' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swemplan.c:919:15: style: Variable 'isgn' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swecl.c:5006:70: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] libswe-1.80.00.0002/astrodienst/src/swecl.c:5025:69: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] libswe-1.80.00.0002/astrodienst/src/swecl.c:3971:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swecl.c:4969:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swecl.c:5066:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swecl.c:1254:17: style: Variable 'retflag2' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swecl.c:1250:12: note: retflag2 is assigned libswe-1.80.00.0002/astrodienst/src/swecl.c:1254:17: note: retflag2 is overwritten libswe-1.80.00.0002/astrodienst/src/swecl.c:2472:17: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swecl.c:2309:9: note: t is assigned libswe-1.80.00.0002/astrodienst/src/swecl.c:2472:17: note: t is overwritten libswe-1.80.00.0002/astrodienst/src/swecl.c:2472:17: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment] libswe-1.80.00.0002/astrodienst/src/swecl.c:2312:9: note: t is assigned libswe-1.80.00.0002/astrodienst/src/swecl.c:2472:17: note: t is overwritten libswe-1.80.00.0002/astrodienst/src/swecl.c:803:13: style: The comparison 'niter <= 0' is always true. [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swecl.c:605:27: note: 'niter' is assigned value '0' here. libswe-1.80.00.0002/astrodienst/src/swecl.c:803:13: note: The comparison 'niter <= 0' is always true. libswe-1.80.00.0002/astrodienst/src/swecl.c:2995:15: warning: Redundant assignment of 'geopos[0]' to itself. [selfAssignment] libswe-1.80.00.0002/astrodienst/src/swecl.c:552:10: style:inconclusive: Function 'swe_sol_eclipse_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:631:46: note: Function 'swe_sol_eclipse_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:552:10: note: Function 'swe_sol_eclipse_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:570:10: style:inconclusive: Function 'swe_lun_occult_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:633:45: note: Function 'swe_lun_occult_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:570:10: note: Function 'swe_lun_occult_where' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:896:18: style:inconclusive: Function 'swe_sol_eclipse_how' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:636:44: note: Function 'swe_sol_eclipse_how' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:896:18: note: Function 'swe_sol_eclipse_how' argument 1 names different: declaration 'tjd' definition 'tjd_ut'. libswe-1.80.00.0002/astrodienst/src/swecl.c:2917:45: style:inconclusive: Function 'calc_astronomical_refr' argument 1 names different: declaration 'geoalt' definition 'inalt'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swecl.c:73:45: note: Function 'calc_astronomical_refr' argument 1 names different: declaration 'geoalt' definition 'inalt'. libswe-1.80.00.0002/astrodienst/src/swecl.c:2917:45: note: Function 'calc_astronomical_refr' argument 1 names different: declaration 'geoalt' definition 'inalt'. libswe-1.80.00.0002/astrodienst/src/swecl.c:2592:15: style: Parameter 'xin' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swecl.c:2641:15: style: Parameter 'geopos' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swecl.c:2642:15: style: Parameter 'xin' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swecl.c:3977:24: style: Parameter 'geopos' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swecl.c:3330:7: style: Variable 'dtb' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:665:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:203:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:203:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:208:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:215:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:223:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:163:13: style:inconclusive: Function 'calcserv' argument 2 names different: declaration 't' definition 'jd_ad'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:106:36: note: Function 'calcserv' argument 2 names different: declaration 't' definition 'jd_ad'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:163:13: note: Function 'calcserv' argument 2 names different: declaration 't' definition 'jd_ad'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:279:15: style:inconclusive: Function 'calc' argument 1 names different: declaration 'p' definition 'planet'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:109:22: note: Function 'calc' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:279:15: note: Function 'calc' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:341:17: style:inconclusive: Function 'rel_geo' argument 1 names different: declaration 'p' definition 'planet'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:116:24: note: Function 'rel_geo' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:341:17: note: Function 'rel_geo' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:406:20: style:inconclusive: Function 'planet2afl' argument 1 names different: declaration 'p' definition 'planet'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:156:27: note: Function 'planet2afl' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:406:20: note: Function 'planet2afl' argument 1 names different: declaration 'p' definition 'planet'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:498:34: style:inconclusive: Function 'placalc_set_ephepath' argument 1 names different: declaration 'new_path' definition 'path'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:138:41: note: Function 'placalc_set_ephepath' argument 1 names different: declaration 'new_path' definition 'path'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:498:34: note: Function 'placalc_set_ephepath' argument 1 names different: declaration 'new_path' definition 'path'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:562:25: style:inconclusive: Function 'diff8360' argument 1 names different: declaration 'x' definition 'a'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:131:31: note: Function 'diff8360' argument 1 names different: declaration 'x' definition 'a'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:562:25: note: Function 'diff8360' argument 1 names different: declaration 'x' definition 'a'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:562:35: style:inconclusive: Function 'diff8360' argument 2 names different: declaration 'y' definition 'b'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:131:41: note: Function 'diff8360' argument 2 names different: declaration 'y' definition 'b'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:562:35: note: Function 'diff8360' argument 2 names different: declaration 'y' definition 'b'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:580:28: style:inconclusive: Function 'HouseNr' argument 1 names different: declaration 'h' definition 'hsp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:437:28: note: Function 'HouseNr' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:580:28: note: Function 'HouseNr' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:580:38: style:inconclusive: Function 'HouseNr' argument 2 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:437:36: note: Function 'HouseNr' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:580:38: note: Function 'HouseNr' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:32: style:inconclusive: Function 'InpHouseNr' argument 1 names different: declaration 'h' definition 'hsp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:443:31: note: Function 'InpHouseNr' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:32: note: Function 'InpHouseNr' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:42: style:inconclusive: Function 'InpHouseNr' argument 2 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:443:39: note: Function 'InpHouseNr' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:42: note: Function 'InpHouseNr' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:52: style:inconclusive: Function 'InpHouseNr' argument 3 names different: declaration 'cuspoff' definition 'coff'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:443:48: note: Function 'InpHouseNr' argument 3 names different: declaration 'cuspoff' definition 'coff'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:52: note: Function 'InpHouseNr' argument 3 names different: declaration 'cuspoff' definition 'coff'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:33: style:inconclusive: Function 'InpHouseNr2' argument 1 names different: declaration 'h' definition 'hsp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:450:32: note: Function 'InpHouseNr2' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:33: note: Function 'InpHouseNr2' argument 1 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:43: style:inconclusive: Function 'InpHouseNr2' argument 2 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:450:40: note: Function 'InpHouseNr2' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:43: note: Function 'InpHouseNr2' argument 2 names different: declaration 'p' definition 'pp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:53: style:inconclusive: Function 'InpHouseNr2' argument 3 names different: declaration 'cuspoff' definition 'coff'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:450:49: note: Function 'InpHouseNr2' argument 3 names different: declaration 'cuspoff' definition 'coff'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:53: note: Function 'InpHouseNr2' argument 3 names different: declaration 'cuspoff' definition 'coff'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:647:40: style:inconclusive: Function 'CalcHouses' argument 3 names different: declaration 'ekl' definition 'mekl'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:453:47: note: Function 'CalcHouses' argument 3 names different: declaration 'ekl' definition 'mekl'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:647:40: note: Function 'CalcHouses' argument 3 names different: declaration 'ekl' definition 'mekl'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:647:60: style:inconclusive: Function 'CalcHouses' argument 5 names different: declaration 'icnt' definition 'iteration_count'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:453:66: note: Function 'CalcHouses' argument 5 names different: declaration 'icnt' definition 'iteration_count'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:647:60: note: Function 'CalcHouses' argument 5 names different: declaration 'icnt' definition 'iteration_count'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:648:17: style:inconclusive: Function 'CalcHouses' argument 6 names different: declaration 'h' definition 'hsp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:454:17: note: Function 'CalcHouses' argument 6 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:648:17: note: Function 'CalcHouses' argument 6 names different: declaration 'h' definition 'hsp'. libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:52: style: Parameter 'coff' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:53: style: Parameter 'coff' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swepcalc.c:665:19: style: Variable 'iteration_count' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swepdate.c:142:24: style:inconclusive: Function 'day_of_week' argument 1 names different: declaration 't' definition 'jd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:319:31: note: Function 'day_of_week' argument 1 names different: declaration 't' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swepdate.c:142:24: note: Function 'day_of_week' argument 1 names different: declaration 't' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swepdate.c:175:21: style:inconclusive: Function 'revjul' argument 1 names different: declaration 'u' definition 'jd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:316:28: note: Function 'revjul' argument 1 names different: declaration 'u' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swepdate.c:175:21: note: Function 'revjul' argument 1 names different: declaration 'u' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swepdate.c:186:21: style:inconclusive: Function 'revjuls' argument 1 names different: declaration 'u' definition 'jd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swepcalc.h:318:28: note: Function 'revjuls' argument 1 names different: declaration 'u' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swepdate.c:186:21: note: Function 'revjuls' argument 1 names different: declaration 'u' definition 'jd'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:1819:7: style: Condition 'use_espenak_meeus' is always true [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swephlib.c:1809:31: note: Assignment 'use_espenak_meeus=1', assigned value is 1 libswe-1.80.00.0002/astrodienst/src/swephlib.c:1819:7: note: Condition 'use_espenak_meeus' is always true libswe-1.80.00.0002/astrodienst/src/swephlib.c:1920:14: style: Condition 'iy+2>=tabsiz' is always false [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swephlib.c:1899:29: note: Assuming condition 'iy+2>=tabsiz' is false libswe-1.80.00.0002/astrodienst/src/swephlib.c:1920:14: note: Condition 'iy+2>=tabsiz' is always false libswe-1.80.00.0002/astrodienst/src/swephlib.c:2604:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swephlib.c:2604:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swephlib.c:2604:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swephlib.c:522:26: style:inconclusive: Function 'swi_ldp_peps' argument 1 names different: declaration 'J' definition 'tjd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephlib.h:126:33: note: Function 'swi_ldp_peps' argument 1 names different: declaration 'J' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:522:26: note: Function 'swi_ldp_peps' argument 1 names different: declaration 'J' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:2184:45: style:inconclusive: Function 'swe_sidtime0' argument 1 names different: declaration 'tjd_ut' definition 'tjd'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:731:39: note: Function 'swe_sidtime0' argument 1 names different: declaration 'tjd_ut' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:2184:45: note: Function 'swe_sidtime0' argument 1 names different: declaration 'tjd_ut' definition 'tjd'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:2565:78: style:inconclusive: Function 'swe_cs2lonlatstr' argument 4 names different: declaration 's' definition 'sp'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:780:73: note: Function 'swe_cs2lonlatstr' argument 4 names different: declaration 's' definition 'sp'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:2565:78: note: Function 'swe_cs2lonlatstr' argument 4 names different: declaration 's' definition 'sp'. libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:29: style: Parameter 'a' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:40: style: Parameter 'b' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:171:36: style: Parameter 'coef' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:190:37: style: Parameter 'coef' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:223:42: style: Parameter 'xpo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:251:45: style: Parameter 'xpo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:279:26: style: Parameter 'xpo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:299:27: style: Parameter 'xpo' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:34: style: Parameter 'x' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:45: style: Parameter 'y' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:1983:23: warning: Either the condition 'ifno>=0' is redundant or the array 'swed.fidat[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] libswe-1.80.00.0002/astrodienst/src/sweph.c:1982:12: note: Assuming that condition 'ifno>=0' is not redundant libswe-1.80.00.0002/astrodienst/src/sweph.c:1983:23: note: Array index out of bounds libswe-1.80.00.0002/astrodienst/src/sweph.c:2056:22: warning: Either the condition 'ipli>10000' is redundant or the array 'swed.pldat[18]' is accessed at index 10000, which is out of bounds. [arrayIndexOutOfBoundsCond] libswe-1.80.00.0002/astrodienst/src/sweph.c:2040:12: note: Assuming that condition 'ipli>10000' is not redundant libswe-1.80.00.0002/astrodienst/src/sweph.c:2056:22: note: Array index out of bounds libswe-1.80.00.0002/astrodienst/src/sweph.c:3924:24: warning: Either the condition 'ipli>=10000' is redundant or the array 'swed.pldat[18]' is accessed at index 9999, which is out of bounds. [arrayIndexOutOfBoundsCond] libswe-1.80.00.0002/astrodienst/src/sweph.c:3921:14: note: Assuming that condition 'ipli>=10000' is not redundant libswe-1.80.00.0002/astrodienst/src/sweph.c:3920:20: note: Assignment to 'ipli=fdp->ipl[kpl]' libswe-1.80.00.0002/astrodienst/src/sweph.c:3920:10: note: ipli is assigned 'fdp->ipl[kpl]' here. libswe-1.80.00.0002/astrodienst/src/sweph.c:3924:24: note: Array index out of bounds libswe-1.80.00.0002/astrodienst/src/sweph.c:3852:19: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] libswe-1.80.00.0002/astrodienst/src/sweph.c:2728:8: style: Redundant initialization for 'oe'. The initialized value is overwritten before it is read. [redundantInitialization] libswe-1.80.00.0002/astrodienst/src/sweph.c:2561:22: note: oe is initialized libswe-1.80.00.0002/astrodienst/src/sweph.c:2728:8: note: oe is overwritten libswe-1.80.00.0002/astrodienst/src/sweph.c:3411:8: style: Redundant initialization for 'oe'. The initialized value is overwritten before it is read. [redundantInitialization] libswe-1.80.00.0002/astrodienst/src/sweph.c:3382:22: note: oe is initialized libswe-1.80.00.0002/astrodienst/src/sweph.c:3411:8: note: oe is overwritten libswe-1.80.00.0002/astrodienst/src/sweph.c:4897:10: style: Redundant initialization for 'oe'. The initialized value is overwritten before it is read. [redundantInitialization] libswe-1.80.00.0002/astrodienst/src/sweph.c:4870:22: note: oe is initialized libswe-1.80.00.0002/astrodienst/src/sweph.c:4897:10: note: oe is overwritten libswe-1.80.00.0002/astrodienst/src/sweph.c:1399:70: style:inconclusive: Function 'swemoon' argument 4 names different: declaration 'xp' definition 'xpret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:146:70: note: Function 'swemoon' argument 4 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1399:70: note: Function 'swemoon' argument 4 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:14: style:inconclusive: Function 'sweplan' argument 6 names different: declaration 'xp' definition 'xpret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:144:14: note: Function 'sweplan' argument 6 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:14: note: Function 'sweplan' argument 6 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:29: style:inconclusive: Function 'sweplan' argument 7 names different: declaration 'xpe' definition 'xperet'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:144:26: note: Function 'sweplan' argument 7 names different: declaration 'xpe' definition 'xperet'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:29: note: Function 'sweplan' argument 7 names different: declaration 'xpe' definition 'xperet'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:45: style:inconclusive: Function 'sweplan' argument 8 names different: declaration 'xps' definition 'xpsret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:144:39: note: Function 'sweplan' argument 8 names different: declaration 'xps' definition 'xpsret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:45: note: Function 'sweplan' argument 8 names different: declaration 'xps' definition 'xpsret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:61: style:inconclusive: Function 'sweplan' argument 9 names different: declaration 'xpm' definition 'xpmret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:144:52: note: Function 'sweplan' argument 9 names different: declaration 'xpm' definition 'xpmret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1459:61: note: Function 'sweplan' argument 9 names different: declaration 'xpm' definition 'xpmret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:14: style:inconclusive: Function 'jplplan' argument 5 names different: declaration 'xp' definition 'xpret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:150:14: note: Function 'jplplan' argument 5 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:14: note: Function 'jplplan' argument 5 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:29: style:inconclusive: Function 'jplplan' argument 6 names different: declaration 'xpe' definition 'xperet'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:150:26: note: Function 'jplplan' argument 6 names different: declaration 'xpe' definition 'xperet'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:29: note: Function 'jplplan' argument 6 names different: declaration 'xpe' definition 'xperet'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:45: style:inconclusive: Function 'jplplan' argument 7 names different: declaration 'xps' definition 'xpsret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:150:39: note: Function 'jplplan' argument 7 names different: declaration 'xps' definition 'xpsret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1636:45: note: Function 'jplplan' argument 7 names different: declaration 'xps' definition 'xpsret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1773:103: style:inconclusive: Function 'sweph' argument 7 names different: declaration 'xp' definition 'xpret'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:148:11: note: Function 'sweph' argument 7 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1773:103: note: Function 'sweph' argument 7 names different: declaration 'xp' definition 'xpret'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4010:27: style:inconclusive: Function 'do_fread' argument 1 names different: declaration 'targ' definition 'trg'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:132:27: note: Function 'do_fread' argument 1 names different: declaration 'targ' definition 'trg'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4010:27: note: Function 'do_fread' argument 1 names different: declaration 'targ' definition 'trg'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4071:26: style:inconclusive: Function 'rot_back' argument 1 names different: declaration 'ipl' definition 'ipli'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:151:26: note: Function 'rot_back' argument 1 names different: declaration 'ipl' definition 'ipli'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4071:26: note: Function 'rot_back' argument 1 names different: declaration 'ipl' definition 'ipli'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4179:56: style:inconclusive: Function 'nut_matrix' argument 2 names different: declaration 'oec' definition 'oe'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/sweph.c:161:56: note: Function 'nut_matrix' argument 2 names different: declaration 'oec' definition 'oe'. libswe-1.80.00.0002/astrodienst/src/sweph.c:4179:56: note: Function 'nut_matrix' argument 2 names different: declaration 'oec' definition 'oe'. libswe-1.80.00.0002/astrodienst/src/sweph.c:5831:58: style:inconclusive: Function 'swe_get_planet_name' argument 2 names different: declaration 'spname' definition 's'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:544:53: note: Function 'swe_get_planet_name' argument 2 names different: declaration 'spname' definition 's'. libswe-1.80.00.0002/astrodienst/src/sweph.c:5831:58: note: Function 'swe_get_planet_name' argument 2 names different: declaration 'spname' definition 's'. libswe-1.80.00.0002/astrodienst/src/sweph.c:6258:54: style:inconclusive: Function 'swe_time_equ' argument 2 names different: declaration 'te' definition 'E'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swephexp.h:728:49: note: Function 'swe_time_equ' argument 2 names different: declaration 'te' definition 'E'. libswe-1.80.00.0002/astrodienst/src/sweph.c:6258:54: note: Function 'swe_time_equ' argument 2 names different: declaration 'te' definition 'E'. libswe-1.80.00.0002/astrodienst/src/sweph.c:1773:71: style: Parameter 'xsunb' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:2465:33: style: Parameter 'xin' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:2497:38: style: Parameter 'xin' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:2825:42: style: Parameter 'xe' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:4168:42: style: Parameter 'xmoon' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:5085:55: style: Parameter 'x1' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:56: style: Parameter 'x2' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:32: style: Parameter 'x0' can be declared as pointer to const [constParameter] libswe-1.80.00.0002/astrodienst/src/sweph.c:1778:19: style: Unused variable: xx [unusedVariable] libswe-1.80.00.0002/astrodienst/src/sweph.c:5462:15: style: Variable 'retc' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/sweph.c:5468:12: style: Variable 'retc' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2423:87: warning: Either the condition 'event_type<=4' is redundant or the array 'sevtname[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond] libswe-1.80.00.0002/astrodienst/src/swetest.c:2420:18: note: Assuming that condition 'event_type<=4' is not redundant libswe-1.80.00.0002/astrodienst/src/swetest.c:2423:87: note: Array index out of bounds libswe-1.80.00.0002/astrodienst/src/swetest.c:1084:13: style: The if condition is the same as the previous if condition [duplicateCondition] libswe-1.80.00.0002/astrodienst/src/swetest.c:1081:13: note: First condition libswe-1.80.00.0002/astrodienst/src/swetest.c:1084:13: note: Second condition libswe-1.80.00.0002/astrodienst/src/swetest.c:999:20: style: Condition '*sp=='\0'' is always false [knownConditionTrueFalse] libswe-1.80.00.0002/astrodienst/src/swetest.c:1835:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1868:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1871:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1877:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1879:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1888:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1890:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1897:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] libswe-1.80.00.0002/astrodienst/src/swetest.c:1844:25: style:inconclusive: Function 'dms' argument 1 names different: declaration 'x' definition 'xv'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swetest.c:525:25: note: Function 'dms' argument 1 names different: declaration 'x' definition 'xv'. libswe-1.80.00.0002/astrodienst/src/swetest.c:1844:25: note: Function 'dms' argument 1 names different: declaration 'x' definition 'xv'. libswe-1.80.00.0002/astrodienst/src/swetest.c:1844:35: style:inconclusive: Function 'dms' argument 2 names different: declaration 'iflag' definition 'iflg'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swetest.c:525:34: note: Function 'dms' argument 2 names different: declaration 'iflag' definition 'iflg'. libswe-1.80.00.0002/astrodienst/src/swetest.c:1844:35: note: Function 'dms' argument 2 names different: declaration 'iflag' definition 'iflg'. libswe-1.80.00.0002/astrodienst/src/swetest.c:2589:38: style:inconclusive: Function 'make_ephemeris_path' argument 1 names different: declaration 'iflag' definition 'iflg'. [funcArgNamesDifferent] libswe-1.80.00.0002/astrodienst/src/swetest.c:526:38: note: Function 'make_ephemeris_path' argument 1 names different: declaration 'iflag' definition 'iflg'. libswe-1.80.00.0002/astrodienst/src/swetest.c:2589:38: note: Function 'make_ephemeris_path' argument 1 names different: declaration 'iflag' definition 'iflg'. libswe-1.80.00.0002/astrodienst/src/swetest.c:1944:10: style: Local variable 'tret' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:25: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:1944:10: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:2021:16: style: Local variable 'attr' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:15: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:2021:16: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:2126:14: style: Local variable 'tret' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:25: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:2126:14: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:2126:24: style: Local variable 'attr' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:15: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:2126:24: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:2281:14: style: Local variable 'tret' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:25: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:2281:14: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:2281:24: style: Local variable 'attr' shadows outer variable [shadowVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:555:15: note: Shadowed declaration libswe-1.80.00.0002/astrodienst/src/swetest.c:2281:24: note: Shadow variable libswe-1.80.00.0002/astrodienst/src/swetest.c:1826:20: style: Variable 'hexa' can be declared as const array [constVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:1943:14: style: Variable 'rsmi' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2079:20: style: Variable 'eclflag' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2128:21: style: Variable 'has_found' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2247:22: style: Variable 'eclflag' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2283:21: style: Variable 'has_found' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2392:22: style: Variable 'eclflag' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2430:22: style: Variable 'event_type' is assigned a value that is never used. [unreadVariable] libswe-1.80.00.0002/astrodienst/src/swetest.c:2594:18: style: Variable 'pathlen' is assigned a value that is never used. [unreadVariable] diff: head libswe-1.80.00.0002/astrodienst/src/swecl.c:2592:15: style: Parameter 'xin' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swecl.c:2592:15: style: Parameter 'xin' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swecl.c:2641:15: style: Parameter 'geopos' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swecl.c:2641:15: style: Parameter 'geopos' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swecl.c:2642:15: style: Parameter 'xin' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swecl.c:2642:15: style: Parameter 'xin' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swecl.c:3977:24: style: Parameter 'geopos' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swecl.c:3977:24: style: Parameter 'geopos' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swecl.c:5006:70: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head libswe-1.80.00.0002/astrodienst/src/swecl.c:5025:69: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] 2.8 libswe-1.80.00.0002/astrodienst/src/swedate.c:343:45: warning: Either the condition 'tabsiz>=100' is redundant or the array 'leap_seconds[100]' is accessed at index 100, which is out of bounds. [arrayIndexOutOfBoundsCond] libswe-1.80.00.0002/astrodienst/src/swedate.c:338:18: note: Assuming that condition 'tabsiz>=100' is not redundant libswe-1.80.00.0002/astrodienst/src/swedate.c:341:7: note: tabsiz is incremented', new value is 100 libswe-1.80.00.0002/astrodienst/src/swedate.c:343:45: note: Array index out of bounds head libswe-1.80.00.0002/astrodienst/src/swehel.c:1317:63: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehel.c:1317:63: style: Parameter 'dgeo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swehel.c:1590:133: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehel.c:1590:133: style: Parameter 'dgeo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swehel.c:214:60: style: Parameter 'dobs' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehel.c:214:60: style: Parameter 'dobs' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swehel.c:2389:3: style: Parameter 'dgeo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehel.c:2389:3: style: Parameter 'dgeo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swehouse.c:256:36: style: Parameter 'nutlo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehouse.c:256:36: style: Parameter 'nutlo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swehouse.c:352:36: style: Parameter 'nutlo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swehouse.c:352:36: style: Parameter 'nutlo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swejpl.c:446:31: style: Parameter 'buf' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swejpl.c:446:31: style: Parameter 'buf' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:72: style: Parameter 'xearth' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:72: style: Parameter 'xearth' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:88: style: Parameter 'xsun' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swemplan.c:580:88: style: Parameter 'xsun' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:52: style: Parameter 'coff' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swepcalc.c:593:52: style: Parameter 'coff' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:53: style: Parameter 'coff' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swepcalc.c:611:53: style: Parameter 'coff' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:1773:71: style: Parameter 'xsunb' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:1773:71: style: Parameter 'xsunb' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:2465:33: style: Parameter 'xin' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:2465:33: style: Parameter 'xin' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:2497:38: style: Parameter 'xin' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:2497:38: style: Parameter 'xin' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:2825:42: style: Parameter 'xe' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:2825:42: style: Parameter 'xe' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:4168:42: style: Parameter 'xmoon' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:4168:42: style: Parameter 'xmoon' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:5085:55: style: Parameter 'x1' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:5085:55: style: Parameter 'x1' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:32: style: Parameter 'x0' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:32: style: Parameter 'x0' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:56: style: Parameter 'x2' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/sweph.c:5101:56: style: Parameter 'x2' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:29: style: Parameter 'a' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:29: style: Parameter 'a' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:40: style: Parameter 'b' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:160:40: style: Parameter 'b' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:171:36: style: Parameter 'coef' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:171:36: style: Parameter 'coef' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:190:37: style: Parameter 'coef' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:190:37: style: Parameter 'coef' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:223:42: style: Parameter 'xpo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:223:42: style: Parameter 'xpo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:251:45: style: Parameter 'xpo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:251:45: style: Parameter 'xpo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:279:26: style: Parameter 'xpo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:279:26: style: Parameter 'xpo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:299:27: style: Parameter 'xpo' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:299:27: style: Parameter 'xpo' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:34: style: Parameter 'x' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:34: style: Parameter 'x' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:45: style: Parameter 'y' can be declared as pointer to const [constParameter] 2.8 libswe-1.80.00.0002/astrodienst/src/swephlib.c:443:45: style: Parameter 'y' can be declared with const [constParameter] head libswe-1.80.00.0002/astrodienst/src/swetest.c:1826:20: style: Variable 'hexa' can be declared as const array [constVariable] 2.8 libswe-1.80.00.0002/astrodienst/src/swetest.c:1826:20: style: Variable 'hexa' can be declared with const [constVariable] DONE