2024-03-27 04:19 ftp://ftp.de.debian.org/debian/pool/main/g/gbutils/gbutils_6.3.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: 99853e4 (2024-03-27 05:16:23 +0100) count: 537 541 elapsed-time: 12.4 32.9 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 3.31631s (avg. 3.31631s - 1 result(s)) valueFlowCondition(SymbolicConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 1.54619s (avg. 0.515397s - 3 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.824365s (avg. 0.274788s - 3 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.478916s (avg. 0.159639s - 3 result(s)) valueFlowUninit(tokenlist, errorLogger, settings): 0.26683s (avg. 0.0889433s - 3 result(s)) Overall time: 3.51313s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 20.671s (avg. 20.671s - 1 result(s)) valueFlowUninit(tokenlist, settings): 19.8914s (avg. 9.94572s - 2 result(s)) valueFlowSymbolic(tokenlist, symboldatabase, settings): 0.754858s (avg. 0.754858s - 1 result(s)) Bounds checking::runChecks: 0.065524s (avg. 0.065524s - 1 result(s)) Other::runChecks: 0.062728s (avg. 0.062728s - 1 result(s)) Overall time: 20.9417s head results: gbutils-6.3/gaussian_gbhill.c:270:61: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbacorr.c:239:20: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbacorr.c:241:19: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbacorr.c:92:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/exponential_gbhill.c:239:64: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbboot.c:130:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:150:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:150:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:173:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:173:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:267:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:267:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:328:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbboot.c:328:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbalafit.c:202:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbalafit.c:295:17: warning: Uninitialized variable: minindex [uninitvar] gbutils-6.3/gbalafit.c:284:16: note: Assuming condition is false gbutils-6.3/gbalafit.c:295:17: note: Uninitialized variable: minindex gbutils-6.3/gbalafit.c:210:13: style: Variable 'm' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbdist.c:173:2: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbdist.c:194:7: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbenv.c:157:21: style: Variable 'locale' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbfilternear.c:90:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfilternear.c:91:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfilternear.c:127:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbbin.c:216:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbbin.c:217:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbbin.c:218:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbbin.c:420:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbbin.c:88:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbbin.c:144:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbgcorr.c:299:20: style: Condition 'i!=-1' is always true [knownConditionTrueFalse] gbutils-6.3/gbgcorr.c:178:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:179:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:180:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:181:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:182:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:183:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:230:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:259:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbgcorr.c:289:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:301:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:308:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:336:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:340:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:342:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:343:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbfun.c:219:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbglreg.c:408:6: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbglreg.c:404:6: note: First condition gbutils-6.3/gbglreg.c:408:6: note: Second condition gbutils-6.3/gbglreg.c:41:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:42:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:45:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:47:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:47:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:49:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:51:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:51:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:53:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:61:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:68:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:84:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:473:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:475:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:502:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:504:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:565:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:567:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:605:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:607:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:658:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbglreg.c:660:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbaepfit.c:790:21: style: Array index 'utmp1' is used before limits check. [arrayIndexThenCheck] gbutils-6.3/gbaepfit.c:781:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbaepfit.c:893:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbgrid.c:131:9: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbgrid.c:35:7: note: Shadowed declaration gbutils-6.3/gbgrid.c:131:9: note: Shadow variable gbutils-6.3/gbgrid.c:131:11: style: Local variable 'j' shadows outer variable [shadowVariable] gbutils-6.3/gbgrid.c:35:9: note: Shadowed declaration gbutils-6.3/gbgrid.c:131:11: note: Shadow variable gbutils-6.3/gbgrid.c:107:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbaepfit.c:784:18: warning:inconclusive: Found suspicious equality comparison. Did you intend to assign a value instead? [constStatement] gbutils-6.3/gbaepfit.c:563:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbaepfit.c:593:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbaepfit.c:630:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbaepfit.c:162:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbepfit.c:808:21: style: Array index 'utmp1' is used before limits check. [arrayIndexThenCheck] gbutils-6.3/gbepfit.c:311:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbepfit.c:919:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbepfit.c:868:12: style: Variable 'xtmp[0]' is reassigned a value before the old one has been used. [redundantAssignment] gbutils-6.3/gbepfit.c:820:12: note: xtmp[0] is assigned gbutils-6.3/gbepfit.c:868:12: note: xtmp[0] is overwritten gbutils-6.3/gbepfit.c:91:24: style: Parameter 'x' can be declared as const array [constParameter] gbutils-6.3/gbepfit.c:108:26: style: Parameter 'x' can be declared as const array [constParameter] gbutils-6.3/gbepfit.c:231:21: style: Variable 'p' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbepfit.c:251:21: style: Variable 'p' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbepfit.c:553:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbepfit.c:583:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbepfit.c:620:10: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbepfit.c:68:15: style: Variable 'p' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbepfit.c:137:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbhisto2d.c:62:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbhisto2d.c:63:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbhisto2d.c:167:5: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto2d.c:170:5: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto2d.c:192:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto2d.c:193:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto2d.c:325:15: style: Variable 'xvalue' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhisto2d.c:325:24: style: Variable 'yvalue' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhisto2d.c:452:15: style: Variable 'xvalue' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhisto2d.c:452:24: style: Variable 'yvalue' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhisto.c:111:27: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbhisto.c:114:27: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbhisto.c:121:23: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbhisto.c:421:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto.c:457:2: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto.c:499:7: portability: %zd in format string (no. 8) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhisto.c:257:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhisto.c:31:12: style: Variable 'index' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbinterp.c:106:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbinterp.c:107:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbinterp.c:219:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbinterp.c:221:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:55:8: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:56:11: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:61:8: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:62:11: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:84:6: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:95:6: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:102:8: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:124:6: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:128:6: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:1587:7: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] gbutils-6.3/gbget.c:1119:20: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbget.c:1115:20: note: First condition gbutils-6.3/gbget.c:1119:20: note: Second condition gbutils-6.3/gbget.c:975:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:975:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:980:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:980:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:986:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:986:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:991:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:991:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:997:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:997:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1007:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1007:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1013:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1013:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1018:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1018:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1024:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1024:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1029:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1029:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1035:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1035:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1050:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1050:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1056:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1056:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1075:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1075:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1081:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1081:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1108:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1108:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1116:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1116:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1120:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1120:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1232:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1232:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1249:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1251:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1541:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1541:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1541:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1578:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:1578:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbget.c:169:9: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbget.c:189:8: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbget.c:393:40: style: Parameter 'rows' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbget.c:1190:38: style: Parameter 'length' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbget.c:1440:24: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbget.c:296:25: style: Variable 'row' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbhill.c:334:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:341:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:345:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:347:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:352:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:356:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:358:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:361:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:361:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbhill.c:51:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbhill.c:191:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbker2d.c:81:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:82:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:93:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:94:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:110:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:111:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbker2d.c:327:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker2d.c:327:7: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker2d.c:329:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker2d.c:329:7: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker.c:311:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker.c:414:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker.c:416:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker.c:511:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbker.c:433:14: style: Local variable 'sum' shadows outer variable [shadowVariable] gbutils-6.3/gbker.c:379:12: note: Shadowed declaration gbutils-6.3/gbker.c:433:14: note: Shadow variable gbutils-6.3/gbker.c:91:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbker.c:384:13: style: Variable 'Kj' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gblafit.c:178:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gblafit.c:268:17: warning: Uninitialized variable: minindex [uninitvar] gbutils-6.3/gblafit.c:257:16: note: Assuming condition is false gbutils-6.3/gblafit.c:268:17: note: Uninitialized variable: minindex gbutils-6.3/gblafit.c:186:13: style: Variable 'm' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gblreg.c:35:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:94:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:95:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:106:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:107:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:118:18: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:119:18: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:135:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:136:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbkreg2d.c:400:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:400:7: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:403:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:403:7: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:466:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:466:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg2d.c:528:11: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbkreg2d.c:26:12: note: Shadowed declaration gbutils-6.3/gbkreg2d.c:528:11: note: Shadow variable gbutils-6.3/gbkreg2d.c:528:13: style: Local variable 'j' shadows outer variable [shadowVariable] gbutils-6.3/gbkreg2d.c:26:14: note: Shadowed declaration gbutils-6.3/gbkreg2d.c:528:13: note: Shadow variable gbutils-6.3/gbmave.c:98:11: warning: Uninitialized variable: i [uninitvar] gbutils-6.3/gbmave.c:91:18: note: Assuming condition is false gbutils-6.3/gbmave.c:98:11: note: Uninitialized variable: i gbutils-6.3/gbmstat.c:163:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbmodes.c:384:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbmodes.c:385:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/gbmodes.c:514:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbmodes.c:520:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbmodes.c:553:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbmodes.c:587:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbmodes.c:197:18: style: Local variable 'h' shadows outer variable [shadowVariable] gbutils-6.3/gbmodes.c:167:10: note: Shadowed declaration gbutils-6.3/gbmodes.c:197:18: note: Shadow variable gbutils-6.3/gbnear.c:298:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnear.c:299:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gblaepfit.c:637:23: style: Array index 'utmp1' is used before limits check. [arrayIndexThenCheck] gbutils-6.3/gblaepfit.c:729:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gblaepfit.c:57:24: style: Parameter 'x' can be declared as const array [constParameter] gbutils-6.3/gblaepfit.c:85:26: style: Parameter 'x' can be declared as const array [constParameter] gbutils-6.3/gblaepfit.c:433:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gblaepfit.c:463:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gblaepfit.c:500:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbkreg.c:300:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg.c:446:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg.c:565:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg.c:567:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbkreg.c:37:27: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbkreg.c:37:38: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbkreg.c:537:15: style: Variable 'Kj' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbkreg.c:33:12: style: struct member 'couple::y' is never used. [unusedStructMember] gbutils-6.3/gbnlprobit.c:1405:19: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbnlprobit.c:1402:19: note: First condition gbutils-6.3/gbnlprobit.c:1405:19: note: Second condition gbutils-6.3/gbnlprobit.c:1553:15: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbnlprobit.c:1548:15: note: First condition gbutils-6.3/gbnlprobit.c:1553:15: note: Second condition gbutils-6.3/gbnlprobit.c:1384:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlprobit.c:1584:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlprobit.c:1585:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlprobit.c:1446:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] gbutils-6.3/gbnlprobit.c:1438:9: note: status is assigned gbutils-6.3/gbnlprobit.c:1446:4: note: status is overwritten gbutils-6.3/gbnlprobit.c:971:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:971:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1148:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1148:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1263:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1263:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1380:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1380:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1418:18: style: Local variable 'F' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:728:12: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1418:18: note: Shadow variable gbutils-6.3/gbnlprobit.c:1482:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1482:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1496:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1496:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1513:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1513:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:1599:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1599:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1616:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1616:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1643:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1643:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1717:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1717:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1756:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1756:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:1875:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:1875:14: note: Shadow variable gbutils-6.3/gbnlprobit.c:2022:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlprobit.c:709:7: note: Shadowed declaration gbutils-6.3/gbnlprobit.c:2022:12: note: Shadow variable gbutils-6.3/gbnlprobit.c:318:16: style: Parameter 'Pvals' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbnlprobit.c:627:11: style: Variable 'prob0' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:628:11: style: Variable 'prob1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:912:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:942:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:1110:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:1115:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:1168:13: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlprobit.c:750:23: style: Unused variable: old_handler [unusedVariable] gbutils-6.3/gbnlmult.c:651:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:720:11: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:722:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:768:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:779:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:790:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:868:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:914:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:947:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:950:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlmult.c:622:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:622:12: note: Shadow variable gbutils-6.3/gbnlmult.c:708:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:708:12: note: Shadow variable gbutils-6.3/gbnlmult.c:761:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:761:12: note: Shadow variable gbutils-6.3/gbnlmult.c:808:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:808:12: note: Shadow variable gbutils-6.3/gbnlmult.c:905:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:808:12: note: Shadowed declaration gbutils-6.3/gbnlmult.c:905:14: note: Shadow variable gbutils-6.3/gbnlmult.c:974:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:974:12: note: Shadow variable gbutils-6.3/gbnlmult.c:1008:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:1008:14: note: Shadow variable gbutils-6.3/gbnlmult.c:1024:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:1024:14: note: Shadow variable gbutils-6.3/gbnlmult.c:1051:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:1051:14: note: Shadow variable gbutils-6.3/gbnlmult.c:1120:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:1120:14: note: Shadow variable gbutils-6.3/gbnlmult.c:1150:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlmult.c:454:7: note: Shadowed declaration gbutils-6.3/gbnlmult.c:1150:14: note: Shadow variable gbutils-6.3/gbnlmult.c:576:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlmult.c:581:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlmult.c:647:8: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlqreg.c:899:19: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbnlqreg.c:877:19: note: First condition gbutils-6.3/gbnlqreg.c:899:19: note: Second condition gbutils-6.3/gbnlqreg.c:547:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:596:16: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:598:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:758:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:771:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:903:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlqreg.c:525:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:525:12: note: Shadow variable gbutils-6.3/gbnlqreg.c:635:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:635:12: note: Shadow variable gbutils-6.3/gbnlqreg.c:683:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:683:12: note: Shadow variable gbutils-6.3/gbnlqreg.c:792:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:792:12: note: Shadow variable gbutils-6.3/gbnlqreg.c:826:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:826:14: note: Shadow variable gbutils-6.3/gbnlqreg.c:842:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:842:14: note: Shadow variable gbutils-6.3/gbnlqreg.c:869:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:869:14: note: Shadow variable gbutils-6.3/gbnlqreg.c:925:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:925:14: note: Shadow variable gbutils-6.3/gbnlqreg.c:957:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlqreg.c:330:7: note: Shadowed declaration gbutils-6.3/gbnlqreg.c:957:12: note: Shadow variable gbutils-6.3/gbnlqreg.c:487:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlqreg.c:492:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlqreg.c:543:13: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpanel.c:1765:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpanel.c:1820:16: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpanel.c:1822:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpanel.c:593:14: style: Local variable 'h' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:330:10: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:593:14: note: Shadow variable gbutils-6.3/gbnlpanel.c:593:16: style: Local variable 'k' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:330:12: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:593:16: note: Shadow variable gbutils-6.3/gbnlpanel.c:1743:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:1743:12: note: Shadow variable gbutils-6.3/gbnlpanel.c:1859:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:1859:12: note: Shadow variable gbutils-6.3/gbnlpanel.c:1922:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:1922:12: note: Shadow variable gbutils-6.3/gbnlpanel.c:1957:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:1957:14: note: Shadow variable gbutils-6.3/gbnlpanel.c:1973:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:1973:14: note: Shadow variable gbutils-6.3/gbnlpanel.c:2000:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2000:14: note: Shadow variable gbutils-6.3/gbnlpanel.c:2086:11: style: Local variable 'nan' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:2004:14: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2086:11: note: Shadow variable gbutils-6.3/gbnlpanel.c:2087:11: style: Local variable 'r' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:2000:16: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2087:11: note: Shadow variable gbutils-6.3/gbnlpanel.c:2087:13: style: Local variable 'b' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:2000:18: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2087:13: note: Shadow variable gbutils-6.3/gbnlpanel.c:2087:15: style: Local variable 'c' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:2000:20: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2087:15: note: Shadow variable gbutils-6.3/gbnlpanel.c:2131:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2131:14: note: Shadow variable gbutils-6.3/gbnlpanel.c:2162:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpanel.c:1516:7: note: Shadowed declaration gbutils-6.3/gbnlpanel.c:2162:12: note: Shadow variable gbutils-6.3/gbnlpanel.c:1618:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpanel.c:1705:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpanel.c:1710:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpanel.c:1761:13: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpanel.c:412:16: style: Variable 'rsf2' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbnlpanel.c:420:14: style: Variable 'rsf2' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbnlpanel.c:2035:13: style: Variable 'rsf2' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbnlpanel.c:2043:11: style: Variable 'rsf2' is assigned a value that is never used. [unreadVariable] gbutils-6.3/gbnlpolyit.c:138:16: warning: Invalid log() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] gbutils-6.3/gbnlpolyit.c:107:14: note: Assignment 'A=0', assigned value is 0 gbutils-6.3/gbnlpolyit.c:114:12: note: Assuming condition is false gbutils-6.3/gbnlpolyit.c:138:16: note: Invalid argument gbutils-6.3/gbnlpolyit.c:254:16: warning: Invalid log() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] gbutils-6.3/gbnlpolyit.c:229:14: note: Assignment 'A=0', assigned value is 0 gbutils-6.3/gbnlpolyit.c:240:12: note: Assuming condition is false gbutils-6.3/gbnlpolyit.c:254:16: note: Invalid argument gbutils-6.3/gbnlpolyit.c:1659:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbnlpolyit.c:1685:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbnlpolyit.c:128:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:441:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:1336:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:1337:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:1338:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:1339:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlpolyit.c:929:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:929:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1011:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1011:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1118:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1118:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1171:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1171:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1220:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1220:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1327:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1327:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1448:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1448:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1495:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1495:14: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1537:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1537:14: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1602:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1602:14: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1651:19: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1651:19: note: Shadow variable gbutils-6.3/gbnlpolyit.c:1746:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlpolyit.c:744:7: note: Shadowed declaration gbutils-6.3/gbnlpolyit.c:1746:12: note: Shadow variable gbutils-6.3/gbnlpolyit.c:64:18: style: Parameter 'datan' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbnlpolyit.c:102:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:161:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:224:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:292:50: style: Parameter 'Pval' can be declared as pointer to const. However it seems that 'marginals_multi' is a callback function, if 'Pval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1150:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:292:50: note: Parameter 'Pval' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:337:50: style: Parameter 'Pval' can be declared as pointer to const. However it seems that 'margelast_multi' is a callback function, if 'Pval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1151:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:337:50: note: Parameter 'Pval' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:415:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:481:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:555:11: style: Variable 'datan' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:639:50: style: Parameter 'Pval' can be declared as pointer to const. However it seems that 'marginals_polya' is a callback function, if 'Pval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1141:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:639:50: note: Parameter 'Pval' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:641:19: style: Parameter 'datan' can be declared as pointer to const. However it seems that 'marginals_polya' is a callback function, if 'datan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1141:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:641:19: note: Parameter 'datan' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:690:50: style: Parameter 'Pval' can be declared as pointer to const. However it seems that 'margelast_polya' is a callback function, if 'Pval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1142:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:690:50: note: Parameter 'Pval' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:692:19: style: Parameter 'datan' can be declared as pointer to const. However it seems that 'margelast_polya' is a callback function, if 'datan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbnlpolyit.c:1142:15: note: You might need to cast the function pointer here gbutils-6.3/gbnlpolyit.c:692:19: note: Parameter 'datan' can be declared as pointer to const gbutils-6.3/gbnlpolyit.c:888:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:973:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:978:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:1031:13: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlpolyit.c:786:23: style: Unused variable: old_handler [unusedVariable] gbutils-6.3/gbstat.c:232:20: style: Condition 'size<1' is always true [knownConditionTrueFalse] gbutils-6.3/gbstat.c:230:20: note: Assuming that condition 'size==1' is not redundant gbutils-6.3/gbstat.c:232:20: note: Condition 'size<1' is always true gbutils-6.3/gbstat.c:241:20: style: Condition 'size<1' is always true [knownConditionTrueFalse] gbutils-6.3/gbstat.c:239:20: note: Assuming that condition 'size==1' is not redundant gbutils-6.3/gbstat.c:241:20: note: Condition 'size<1' is always true gbutils-6.3/gbstat.c:294:16: style: Condition 'itmp1<1' is always true [knownConditionTrueFalse] gbutils-6.3/gbstat.c:292:16: note: Assuming that condition 'itmp1==1' is not redundant gbutils-6.3/gbstat.c:294:16: note: Condition 'itmp1<1' is always true gbutils-6.3/gbstat.c:303:16: style: Condition 'itmp1<1' is always true [knownConditionTrueFalse] gbutils-6.3/gbstat.c:301:16: note: Assuming that condition 'itmp1==1' is not redundant gbutils-6.3/gbstat.c:303:16: note: Condition 'itmp1<1' is always true gbutils-6.3/gbstat.c:21:20: style: Parameter 'vals' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbstat.c:82:16: style: Variable 'output_description' can be declared as const array [constVariable] gbutils-6.3/gbstat.c:76:10: style: Unused variable: variance [unusedVariable] gbutils-6.3/gbrand.c:204:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbrand.c:204:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbrand.c:206:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] gbutils-6.3/gbrand.c:553:11: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbrand.c:220:12: note: Shadowed declaration gbutils-6.3/gbrand.c:553:11: note: Shadow variable gbutils-6.3/gbrand.c:60:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbrand.c:551:10: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbrand.c:396:5: style: Variable 'j' is assigned a value that is never used. [unreadVariable] gbutils-6.3/lib/getdelim.c:54:59: style:inconclusive: Function 'getdelim' argument 4 names different: declaration 'stream' definition 'fp'. [funcArgNamesDifferent] gbutils-6.3/lib/getdelim.h:27:67: note: Function 'getdelim' argument 4 names different: declaration 'stream' definition 'fp'. gbutils-6.3/lib/getdelim.c:54:59: note: Function 'getdelim' argument 4 names different: declaration 'stream' definition 'fp'. gbutils-6.3/gbquant.c:197:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:225:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:225:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:272:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:323:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:323:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:402:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:418:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:418:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:486:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:486:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:529:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:579:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:579:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:623:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:669:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:669:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbquant.c:644:8: style: Local variable 'index' shadows outer variable [shadowVariable] gbutils-6.3/gbquant.c:616:19: note: Shadowed declaration gbutils-6.3/gbquant.c:644:8: note: Shadow variable gbutils-6.3/gbquant.c:105:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbquant.c:139:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbquant.c:152:13: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbquant.c:339:9: warning: Size of pointer 'adtmp' used instead of size of its data. [pointerSize] gbutils-6.3/paretoIII_gbhill.c:34:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/paretoIII_gbhill.c:92:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/paretoIII_gbhill.c:200:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/paretoIII_gbhill.c:204:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] gbutils-6.3/gbnlreg.c:1873:19: style: The if condition is the same as the previous if condition [duplicateCondition] gbutils-6.3/gbnlreg.c:1851:19: note: First condition gbutils-6.3/gbnlreg.c:1873:19: note: Second condition gbutils-6.3/gbnlreg.c:1129:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1178:16: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1180:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1323:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1372:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1374:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1474:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1568:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1662:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1740:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1877:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbnlreg.c:1107:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1107:12: note: Shadow variable gbutils-6.3/gbnlreg.c:1217:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1217:12: note: Shadow variable gbutils-6.3/gbnlreg.c:1262:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1262:12: note: Shadow variable gbutils-6.3/gbnlreg.c:1368:20: style: Local variable 'F' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:932:12: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1368:20: note: Shadow variable gbutils-6.3/gbnlreg.c:1427:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1427:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1440:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1440:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1453:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1453:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1533:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1533:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1617:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1617:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1630:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1630:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1641:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1641:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1718:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1718:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1766:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1766:12: note: Shadow variable gbutils-6.3/gbnlreg.c:1800:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1800:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1816:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1816:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1843:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1843:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1899:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1899:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1926:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1926:14: note: Shadow variable gbutils-6.3/gbnlreg.c:1984:12: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbnlreg.c:919:7: note: Shadowed declaration gbutils-6.3/gbnlreg.c:1984:12: note: Shadow variable gbutils-6.3/gbnlreg.c:1069:11: style: Variable 'stmp2' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlreg.c:1074:13: style: Variable 'stmp5' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlreg.c:1125:13: style: Variable 'stmp1' can be declared as pointer to const [constVariablePointer] gbutils-6.3/gbnlreg.c:1553:13: warning: Uninitialized variable: residuals [uninitvar] gbutils-6.3/gbnlreg.c:1547:16: note: Assuming condition is false gbutils-6.3/gbnlreg.c:1553:13: note: Uninitialized variable: residuals gbutils-6.3/gbnlreg.c:1975:31: warning: Uninitialized variable: sscore [uninitvar] gbutils-6.3/gbnlreg.c:1938:16: note: Assuming condition is false gbutils-6.3/gbnlreg.c:1975:31: note: Uninitialized variable: sscore gbutils-6.3/paretoI_gbhill.c:218:60: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] gbutils-6.3/multimin.c:758:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gbutils-6.3/multimin.c:935:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/multimin.c:868:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] gbutils-6.3/multimin.c:854:9: note: status is assigned gbutils-6.3/multimin.c:868:8: note: status is overwritten gbutils-6.3/multimin.c:826:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/multimin.c:534:10: note: Shadowed declaration gbutils-6.3/multimin.c:826:14: note: Shadow variable gbutils-6.3/tools.c:591:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/tools.c:597:22: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/tools.c:652:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/tools.c:697:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] gbutils-6.3/tools.c:610:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:610:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:731:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:731:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:993:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:993:2: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:1150:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:1214:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:1214:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:1235:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/tools.c:45:11: style: Variable 'thsep' can be declared as pointer to const [constVariablePointer] gbutils-6.3/tools.c:299:35: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] gbutils-6.3/tools.c:309:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'printcol' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/tools.c:296:52: note: You might need to cast the function pointer here gbutils-6.3/tools.c:309:34: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/tools.c:373:53: style: Parameter 'rows' can be declared as pointer to const. However it seems that 'printnomatrixbycols' is a callback function, if 'rows' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/tools.c:295:73: note: You might need to cast the function pointer here gbutils-6.3/tools.c:373:53: note: Parameter 'rows' can be declared as pointer to const gbutils-6.3/tools.c:454:57: style: Parameter 'rows' can be declared as pointer to const [constParameterPointer] gbutils-6.3/tools.c:486:38: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] gbutils-6.3/tools.c:558:9: style: Variable 'token' can be declared as pointer to const [constVariablePointer] gbutils-6.3/tools.c:1728:54: style: Parameter 'columns' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbtest.c:202:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:204:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:410:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:482:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:561:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:655:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:1348:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:1348:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2069:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2070:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2146:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2146:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2222:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2222:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2317:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2317:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2555:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2555:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] gbutils-6.3/gbtest.c:2742:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbtest.c:2421:15: note: Shadowed declaration gbutils-6.3/gbtest.c:2742:14: note: Shadow variable gbutils-6.3/gbtest.c:2757:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbtest.c:2421:15: note: Shadowed declaration gbutils-6.3/gbtest.c:2757:14: note: Shadow variable gbutils-6.3/gbtest.c:2774:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbtest.c:2421:15: note: Shadowed declaration gbutils-6.3/gbtest.c:2774:14: note: Shadow variable gbutils-6.3/gbtest.c:2798:14: style: Local variable 'i' shadows outer variable [shadowVariable] gbutils-6.3/gbtest.c:2421:15: note: Shadowed declaration gbutils-6.3/gbtest.c:2798:14: note: Shadow variable gbutils-6.3/gbtest.c:105:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'WILCO_test' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2614:9: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:105:28: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/gbtest.c:227:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'TRTP_test' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2626:9: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:227:27: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/gbtest.c:270:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'TRDS_test' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2632:9: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:270:27: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/gbtest.c:311:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'TRRT_test' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2638:9: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:311:27: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/gbtest.c:770:30: style: Parameter 'data' can be declared as pointer to const. However it seems that 'Tsingle_test' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2620:9: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:770:30: note: Parameter 'data' can be declared as pointer to const gbutils-6.3/gbtest.c:1309:24: style: Parameter 'data1' can be declared as pointer to const. However it seems that 'F_test' is a callback function, if 'data1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2724:58: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1309:24: note: Parameter 'data1' can be declared as pointer to const gbutils-6.3/gbtest.c:1310:17: style: Parameter 'data2' can be declared as pointer to const. However it seems that 'F_test' is a callback function, if 'data2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2724:58: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1310:17: note: Parameter 'data2' can be declared as pointer to const gbutils-6.3/gbtest.c:1396:30: style: Parameter 'data1' can be declared as pointer to const. However it seems that 'Thetero_test' is a callback function, if 'data1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2734:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1396:30: note: Parameter 'data1' can be declared as pointer to const gbutils-6.3/gbtest.c:1397:15: style: Parameter 'data2' can be declared as pointer to const. However it seems that 'Thetero_test' is a callback function, if 'data2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2734:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1397:15: note: Parameter 'data2' can be declared as pointer to const gbutils-6.3/gbtest.c:1478:28: style: Parameter 'data1' can be declared as pointer to const. However it seems that 'Thomo_test' is a callback function, if 'data1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2729:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1478:28: note: Parameter 'data1' can be declared as pointer to const gbutils-6.3/gbtest.c:1479:15: style: Parameter 'data2' can be declared as pointer to const. However it seems that 'Thomo_test' is a callback function, if 'data2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2729:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1479:15: note: Parameter 'data2' can be declared as pointer to const gbutils-6.3/gbtest.c:1554:26: style: Parameter 'data1' can be declared as pointer to const. However it seems that 'WMW_test' is a callback function, if 'data1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2720:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1554:26: note: Parameter 'data1' can be declared as pointer to const gbutils-6.3/gbtest.c:1555:12: style: Parameter 'data2' can be declared as pointer to const. However it seems that 'WMW_test' is a callback function, if 'data2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gbutils-6.3/gbtest.c:2720:8: note: You might need to cast the function pointer here gbutils-6.3/gbtest.c:1555:12: note: Parameter 'data2' can be declared as pointer to const gbutils-6.3/gbtest.c:2112:22: style: Parameter 'testname' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbtest.c:2188:18: style: Parameter 'testname' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbtest.c:2280:23: style: Parameter 'testname' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbtest.c:2374:24: style: Parameter 'testname' can be declared as pointer to const [constParameterPointer] gbutils-6.3/gbtest.c:2121:10: style: Unused variable: column [unusedVariable] gbutils-6.3/gbtest.c:2122:10: style: Unused variable: statistic [unusedVariable] gbutils-6.3/gbtest.c:2122:20: style: Unused variable: significance [unusedVariable] gbutils-6.3/gbtest.c:2413:27: style: Unused variable: column [unusedVariable] gbutils-6.3/gbtest.c:2742:16: style: Unused variable: j [unusedVariable] diff: 2.13.0 gbutils-6.3/gbbin.c:302:10: warning: Uninitialized variable: o_xmedian [uninitvar] gbutils-6.3/gbbin.c:251:14: note: Assuming condition is false gbutils-6.3/gbbin.c:302:10: note: Uninitialized variable: o_xmedian 2.13.0 gbutils-6.3/gbget.c:1568:16: warning:inconclusive: Possible null pointer dereference: columns [nullPointer] gbutils-6.3/gbget.c:1275:30: note: Assignment 'columns=NULL', assigned value is 0 gbutils-6.3/gbget.c:1568:16: note: Null pointer dereference 2.13.0 gbutils-6.3/gbget.c:1568:27: warning:inconclusive: Possible null pointer dereference: rows [nullPointer] gbutils-6.3/gbget.c:1275:16: note: Assignment 'rows=NULL', assigned value is 0 gbutils-6.3/gbget.c:1568:27: note: Null pointer dereference 2.13.0 gbutils-6.3/gbget.c:1568:8: warning:inconclusive: Possible null pointer dereference: vals [nullPointer] gbutils-6.3/gbget.c:1273:18: note: Assignment 'vals=NULL', assigned value is 0 gbutils-6.3/gbget.c:1568:8: note: Null pointer dereference DONE