2024-04-17 10:03 ftp://ftp.de.debian.org/debian/pool/main/i/indent/indent_2.2.13.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-102-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.56 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: 3a212f1 (2024-04-17 11:43:08 +0200) count: 637 583 elapsed-time: 61.3 64.5 head-timing-info: old-timing-info: head results: indent-2.2.13/man/texinfo2man.c:760:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/man/texinfo2man.c:735:34: style: Variable 's' can be declared as pointer to const [constVariablePointer] indent-2.2.13/man/texinfo2man.c:293:16: style: Variable 'line_no' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/align-with-spaces.c:3:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/already-starred.c:13:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/already-starred.c:18:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XV_INIT_ARGC_PTR_ARGV [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/args.c:602:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/args.c:710:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/args.c:769:9: style: Variable 'homedir' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/backup.c:305:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/backup.c:330:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/backup.c:166:16: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] indent-2.2.13/regression/input/backup.c:109:12: style: Parameter 'pathname' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/backup.c:125:12: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/backup.c:271:9: style: Variable 'version' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/backup.c:323:18: style: Variable 'p' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/backup.c:323:20: style: Variable 'p' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/backup.c:325:9: style: Unused variable: new_backup_name [unusedVariable] indent-2.2.13/regression/input/bad-break.c:3:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/bad-break.c:3:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/bad-comment.c:3:21: style: Unused variable: cmtscfg [unusedVariable] indent-2.2.13/regression/input/bbreak.c:5:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bazfoo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/boxed.c:28:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/boxed.c:48:1: portability: Omitted return type of function 'sfou' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/boxed.c:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/braces.c:11:9: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/braces.c:5:11: style: Condition 'i==6' is always false [knownConditionTrueFalse] indent-2.2.13/regression/input/braces.c:4:9: note: Assignment 'i=10', assigned value is 10 indent-2.2.13/regression/input/braces.c:5:11: note: Condition 'i==6' is always false indent-2.2.13/regression/input/braces.c:3:9: style: Local variable 'i' shadows outer argument [shadowArgument] indent-2.2.13/regression/input/braces.c:2:21: note: Shadowed declaration indent-2.2.13/regression/input/braces.c:3:9: note: Shadow variable indent-2.2.13/regression/input/braces.c:23:9: style: struct member 'Anonymous0::i' is never used. [unusedStructMember] indent-2.2.13/regression/input/braces.c:24:9: style: struct member 'Anonymous0::j' is never used. [unusedStructMember] indent-2.2.13/regression/input/braces.c:7:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/braces.c:11:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/brackets.c:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/bug-gnu-33364.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/bug-gnu-33364.c:1:15: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed] indent-2.2.13/regression/input/bug-gnu-33364.c:1:15: style: Statements following 'return' will never be executed. [unreachableCode] indent-2.2.13/regression/input/bug-hp.c:2:12: style: Unused variable: valfnc [unusedVariable] indent-2.2.13/regression/input/bug206785.c:4:12: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] indent-2.2.13/regression/input/c99-compound-literal.c:1:5: error: syntax error [syntaxError] indent-2.2.13/regression/input/case.c:4:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/case.c:15:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/class-func.cc:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/class-func.cc:4:5: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] indent-2.2.13/regression/input/comment-break.c:7:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/comment-break.c:14:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/comment-break.c:2:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/comment-break.c:9:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/comments.c:26:9: error: syntax error [syntaxError] indent-2.2.13/regression/input/comments1.c:58:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p_stack [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/comments1.c:56:7: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/input/comments2.c:3:10: style: Variable 'lc' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/comments2.c:4:8: style: Variable 'ch' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/comments2.c:5:8: style: Variable 'co' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/comments3.c:9:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parv [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/const.c:12:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/const.c:10:6: style: Parameter 'lines' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/continue.c:10:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable here_is_an_incredibly_long_variable [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/cp-indent.c:9:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/cplus.c:11:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/cplus.c:37:1: portability: Omitted return type of function 'boof' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/decl_block.c:3:9: style: Local variable 'a' shadows outer argument [shadowArgument] indent-2.2.13/regression/input/decl_block.c:1:15: note: Shadowed declaration indent-2.2.13/regression/input/decl_block.c:3:9: note: Shadow variable indent-2.2.13/regression/input/decl_block.c:4:9: style: Local variable 'b' shadows outer argument [shadowArgument] indent-2.2.13/regression/input/decl_block.c:1:26: note: Shadowed declaration indent-2.2.13/regression/input/decl_block.c:4:9: note: Shadow variable indent-2.2.13/regression/input/decl_block.c:3:9: style: Unused variable: a [unusedVariable] indent-2.2.13/regression/input/decl_block.c:4:9: style: Unused variable: b [unusedVariable] indent-2.2.13/regression/input/do-cdw.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/do-cdw.c:6:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/do.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/dont-line-up-parentheses.c:3:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable really_long_variable_name_like_this [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/elif.c:4:10: style: Unused variable: j [unusedVariable] indent-2.2.13/regression/input/elif.c:4:13: style: Unused variable: k [unusedVariable] indent-2.2.13/regression/input/elipsis-attribute.c:5:26: style: Parameter 'to' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/elipsis-attribute.c:5:36: style: Parameter 'pattern' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/else-comment-2.c:17:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/else-comment-2.c:8:9: style: Condition 'a==2' is always true [knownConditionTrueFalse] indent-2.2.13/regression/input/else-comment-2.c:5:9: note: Assignment 'a=2', assigned value is 2 indent-2.2.13/regression/input/else-comment-2.c:8:9: note: Condition 'a==2' is always true indent-2.2.13/regression/input/else-comment-2.c:4:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/input/else-comment-2.c:3:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/input/else-comment-2.c:4:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/input/else-comment-2.c:16:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/else-comment.c:4:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/else-comment.c:5:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:7:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:5:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:15:42: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:17:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:15:42: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:23:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:25:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:23:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:31:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:33:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:31:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:42:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:46:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:42:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:55:42: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:59:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:55:42: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:69:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:73:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:69:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:83:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/input/else-comment.c:87:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-comment.c:83:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/input/else-if.c:5:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable creationtime [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/else-if.c:13:70: style: Expression is always false because 'else if' condition matches previous condition at line 10. [multiCondition] indent-2.2.13/regression/input/else-if.c:8:13: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/input/else.c:2:1: portability: Omitted return type of function 'cmd_tab' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/else.c:7:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tabch [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/enum.c:8:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESSFUL [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/first-in-block.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/for.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/for.c:5:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/fp.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/gettext-strings.c:1:17: style: Same expression on both sides of '=='. [duplicateExpression] indent-2.2.13/regression/input/gettext-strings.c:3:11: style: Same expression on both sides of '=='. [duplicateExpression] indent-2.2.13/regression/input/globs.c:31:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/globs.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/goto.c:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/ind-star.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/ind-star.c:8:7: style: Variable 'code' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/indent.c:1552:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/indent.c:28:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/indent.c:182:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/indent.c:1590:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/indent.c:442:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:460:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:538:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:681:9: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:695:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:744:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:825:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:1132:6: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:1160:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:1201:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:1236:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:1281:3: error: Common realloc mistake: 'labbuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/indent.c:117:7: style: Local variable 'dec_ind' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:85:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:117:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:118:7: style: Local variable 'flushed_nl' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:95:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:118:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:119:7: style: Local variable 'force_nl' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:96:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:119:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:120:7: style: Local variable 'scase' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:100:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:120:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:121:7: style: Local variable 'sp_sw' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:103:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:121:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:129:7: style: Local variable 'last_token_ends_sp' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:82:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:129:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:131:7: style: Local variable 'squest' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:107:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:131:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:134:7: style: Local variable 'last_else' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/indent.c:75:5: note: Shadowed declaration indent-2.2.13/regression/input/indent.c:134:7: note: Shadow variable indent-2.2.13/regression/input/indent.c:199:36: style: Variable 'beg' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/indent.c:671:14: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/indent.c:709:12: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/indent.c:1506:19: style: Variable 'flushed_nl' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/indent.pro.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/indent.pro.c:5:3: error: Uninitialized variable: i [legacyUninitvar] indent-2.2.13/regression/input/indent.pro.c:6:3: error: Uninitialized variable: j [legacyUninitvar] indent-2.2.13/regression/input/indent.pro.c:5:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/indent.pro.c:6:5: style: Variable 'j' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/initializers.c:20:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHFL_CHANOP [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/initializers.c:3:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/initializers.c:7:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/initializers.c:11:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/io.c:740:1: portability: Omitted return type of function 'diag' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/io.c:761:1: portability: Omitted return type of function 'writefdef' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/io.c:211:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:392:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:439:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:493:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:747:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:840:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/io.c:61:12: style: Parameter 'offender' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/io.c:743:12: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/io.c:762:30: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/io.c:774:30: style: Parameter 'of' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/io.c:501:11: warning: Uninitialized variable: ch [uninitvar] indent-2.2.13/regression/input/io.c:491:28: note: Assuming condition is false indent-2.2.13/regression/input/io.c:501:11: note: Uninitialized variable: ch indent-2.2.13/regression/input/io.c:337:16: style: Variable 'cur_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/kr-proc-decls.c:15:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/kr-proc-decls.c:15:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/kr.c:9:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/kr.c:11:27: style: Local variable 'z' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/kr.c:7:3: note: Shadowed declaration indent-2.2.13/regression/input/kr.c:11:27: note: Shadow variable indent-2.2.13/regression/input/kr.c:12:8: style: Variable 'z.x' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/kr.c:13:8: style: Variable 'z.y' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/label.c:1:1: portability: Omitted return type of function 'function' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/label.c:3:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/lexi.c:700:1: portability: Omitted return type of function 'addkey' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/lexi.c:87:21: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/lexi.c:90:24: style: Variable 'hash_table' can be declared as const array [constVariable] indent-2.2.13/regression/input/lexi.c:168:19: style: Variable 's' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/line-break-comment.c:5:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable from [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/line-count.c:33:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] indent-2.2.13/regression/input/lshift.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/lshift.c:5:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size_ [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/lshift.c:3:7: style: Unused variable: size [unusedVariable] indent-2.2.13/regression/input/memcpy.c:8:12: style: Parameter 'srcaddr' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/meta-indent.c:1:1: portability: Omitted return type of function 'lw5100_add_to_field_list' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/meta-indent.c:2:13: style: Parameter 'object' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/meta-indent.c:3:11: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/meta-indent.c:6:13: style: Unused variable: data [unusedVariable] indent-2.2.13/regression/input/method.c:5:5: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/input/ncs-on-return.c:4:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/nested.c:5:7: style: Unused variable: baz [unusedVariable] indent-2.2.13/regression/input/newlined-parms.c:6:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/newlined-parms.c:3:10: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/newlines.c:35:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/newlines.c:37:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var1 [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/no-forced-nl-in-block-init.c:4:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/no-forced-nl-in-block-init.c:11:13: style: struct member 'Anonymous0::a' is never used. [unusedStructMember] indent-2.2.13/regression/input/no-forced-nl-in-block-init.c:12:13: style: struct member 'Anonymous0::b' is never used. [unusedStructMember] indent-2.2.13/regression/input/no-forced-nl-in-block-init.c:3:20: style: Variable 'arr' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/no-forced-nl-in-block-init.c:13:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/no-newline.c:16:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SELF_PE_INT [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/on-off-1.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/on-off-1.c:12:1: portability: Omitted return type of function 'grunt' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/on-off-1.c:19:1: portability: Omitted return type of function 'frobp' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/on-off-1.c:7:10: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/on-off-1.c:14:13: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/on-off-1.c:21:9: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/on-off-1.c:8:8: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/input/on-off-1.c:15:10: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/input/on-off-1.c:22:8: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/input/on-off-2.c:11:6: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] indent-2.2.13/regression/input/one-line-1.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/one-line-1.c:1:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/one-line-2.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/one-line-2.c:1:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/one-line-3.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/one-line-4.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/one-line-4.c:1:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/outer.c:22:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/outer.c:24:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var1 [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/parse.c:457:1: portability: Omitted return type of function 'reduce' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/pointer-pal.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/pointer-pal.c:2:1: portability: Omitted return type of function 'func1' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/pointer-pal.c:3:1: portability: Omitted return type of function 'func2' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/pointer-pal.c:3:33: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] indent-2.2.13/regression/input/pointer-pal.c:1:43: error: Memory leak: x [memleak] indent-2.2.13/regression/input/pointer-pal.c:2:12: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/pointer-pal.c:3:17: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/pointer-pal.c:3:37: error: Uninitialized variable: q [uninitvar] indent-2.2.13/regression/input/pointer-pal.c:3:35: style: Variable 'p' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/pointer-pal.c:3:30: style: Variable 'q' is not assigned a value. [unassignedVariable] indent-2.2.13/regression/input/pr_comment.c:49:1: portability: Omitted return type of function 'pr_comment' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/pr_comment.c:124:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/pr_comment.c:192:7: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/pr_comment.c:249:5: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/pr_comment.c:293:5: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/pr_comment.c:361:8: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/input/pr_comment.c:339:5: style: Variable 'now_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/pr_comment.c:359:13: style: Variable 'now_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:16:8: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:5:18: style: Assignment 'a=1' is redundant with condition 'a==1'. [duplicateConditionalAssign] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:4:14: note: Condition 'a==1' indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:5:18: note: Assignment 'a=1' is redundant indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:8:18: style: Assignment 'a=2' is redundant with condition 'a==2'. [duplicateConditionalAssign] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:7:14: note: Condition 'a==2' indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:8:18: note: Assignment 'a=2' is redundant indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:7:14: style: Condition 'a==2' is always false [knownConditionTrueFalse] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:5:20: note: Assignment 'a=1', assigned value is 1 indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:7:14: note: Condition 'a==2' is always false indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:4:14: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:3:16: note: 'a' is assigned value '1' here. indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:4:14: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/input/preserve-newline-after-right-brace.c:15:18: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/proto.c:16:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/proto.c:2:12: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/proto.c:8:14: error: Uninitialized variable: spazzo [uninitvar] indent-2.2.13/regression/input/proto.c:8:12: style: Variable 'whizzo' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/proto.c:16:10: style: Variable 'buf[3]' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/scope.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/single-line-conditionals.c:8:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/single-line-conditionals.c:9:0: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/input/single-line-conditionals.c:4:16: style: Assignment 'a=1' is redundant with condition 'a==1'. [duplicateConditionalAssign] indent-2.2.13/regression/input/single-line-conditionals.c:4:8: note: Condition 'a==1' indent-2.2.13/regression/input/single-line-conditionals.c:4:16: note: Assignment 'a=1' is redundant indent-2.2.13/regression/input/single-line-conditionals.c:5:8: style: Condition 'a==3' is always false [knownConditionTrueFalse] indent-2.2.13/regression/input/single-line-conditionals.c:4:18: note: Assignment 'a=1', assigned value is 1 indent-2.2.13/regression/input/single-line-conditionals.c:5:8: note: Condition 'a==3' is always false indent-2.2.13/regression/input/single-line-conditionals.c:4:8: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/input/single-line-conditionals.c:3:10: note: 'a' is assigned value '1' here. indent-2.2.13/regression/input/single-line-conditionals.c:4:8: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/input/sizeof-in-while.c:1:1: portability: Omitted return type of function 'f' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/sob.c:8:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/struct-decl.c:12:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/struct-decl.c:25:3: style: Local variable 'xyz' shadows outer variable [shadowVariable] indent-2.2.13/regression/input/struct-decl.c:10:3: note: Shadowed declaration indent-2.2.13/regression/input/struct-decl.c:25:3: note: Shadow variable indent-2.2.13/regression/input/struct-decl.c:18:3: style: Unused variable: com [unusedVariable] indent-2.2.13/regression/input/struct-decl.c:25:3: style: Unused variable: xyz [unusedVariable] indent-2.2.13/regression/input/struct_param.c:1:1: portability: Omitted return type of function 'b' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/struct_param.c:1:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/input/tabs.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/toggles.c:3:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/typedef-bug.c:5:10: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/unary.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/input/wide.c:10:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/input/wide.c:4:23: style: Parameter 'argv' can be declared as const array [constParameter] indent-2.2.13/regression/input/wide.c:6:9: style: Variable 's1' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/wide.c:6:14: style: Variable 's2' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/input/wide.c:9:6: style: Variable 's1' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/wide.c:13:6: style: Variable 's2' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/wide.c:15:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/input/wrapped-string.c:4:16: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] indent-2.2.13/regression/outstanding-problems/two-on-line.c:2:23: style: Parameter 'argv' can be declared as const array [constParameter] indent-2.2.13/regression/standard/align-with-spaces.c:5:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/already-starred.c:13:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/already-starred.c:18:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XV_INIT_ARGC_PTR_ARGV [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/args.c:598:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/args.c:706:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/args.c:765:9: style: Variable 'homedir' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/backup.c:303:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/backup.c:328:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/backup.c:166:16: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] indent-2.2.13/regression/standard/backup.c:109:12: style: Parameter 'pathname' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/backup.c:125:12: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/backup.c:269:9: style: Variable 'version' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/backup.c:321:18: style: Variable 'p' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/backup.c:321:20: style: Variable 'p' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/backup.c:323:9: style: Unused variable: new_backup_name [unusedVariable] indent-2.2.13/regression/standard/bad-break.c:4:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/bad-break.c:4:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/bad-comment.c:4:21: style: Unused variable: cmtscfg [unusedVariable] indent-2.2.13/regression/standard/bbreak.c:6:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bazfoo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets33.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets34.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets35.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets36.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets37.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/brackets38.c:4:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/bug-gnu-33364.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/bug-gnu-33364.c:4:3: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed] indent-2.2.13/regression/standard/bug-gnu-33364.c:4:3: style: Statements following 'return' will never be executed. [unreachableCode] indent-2.2.13/regression/standard/bug-hp.c:3:12: style: Unused variable: valfnc [unusedVariable] indent-2.2.13/regression/standard/bug206785.c:6:11: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] indent-2.2.13/regression/standard/c99-compound-literal.c:1:1: error: syntax error [syntaxError] indent-2.2.13/regression/standard/case-br.c:5:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/case-br.c:15:6: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/case.c:6:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/case.c:17:7: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/class-func.cc:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/class-func.cc:4:5: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] indent-2.2.13/regression/standard/comment-break.c:7:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/comment-break.c:15:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/comment-break.c:2:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/comment-break.c:10:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/comments.c:23:9: error: syntax error [syntaxError] indent-2.2.13/regression/standard/comments1-fca.c:58:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p_stack [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/comments1-fca.c:56:7: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/standard/comments1.c:58:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p_stack [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/comments1.c:56:7: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/standard/comments2.c:3:10: style: Variable 'lc' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/comments2.c:4:8: style: Variable 'ch' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/comments2.c:5:8: style: Variable 'co' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/comments3.c:9:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parv [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/const.c:13:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/const.c:11:6: style: Parameter 'lines' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/continue-lp.c:8:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable here_is_an_incredibly_long_variable [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/continue.c:8:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable here_is_an_incredibly_long_variable [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/cp-indent.c:10:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/cs-on-return.c:5:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/decl_block.c:4:7: style: Local variable 'a' shadows outer argument [shadowArgument] indent-2.2.13/regression/standard/decl_block.c:2:11: note: Shadowed declaration indent-2.2.13/regression/standard/decl_block.c:4:7: note: Shadow variable indent-2.2.13/regression/standard/decl_block.c:5:7: style: Local variable 'b' shadows outer argument [shadowArgument] indent-2.2.13/regression/standard/decl_block.c:2:21: note: Shadowed declaration indent-2.2.13/regression/standard/decl_block.c:5:7: note: Shadow variable indent-2.2.13/regression/standard/decl_block.c:4:7: style: Unused variable: a [unusedVariable] indent-2.2.13/regression/standard/decl_block.c:5:7: style: Unused variable: b [unusedVariable] indent-2.2.13/regression/standard/do-cdw.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/do-cdw.c:5:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/do.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/dont-line-up-parentheses.c:4:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable really_long_variable_name_like_this [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/elif.c:4:10: style: Unused variable: j [unusedVariable] indent-2.2.13/regression/standard/elif.c:4:13: style: Unused variable: k [unusedVariable] indent-2.2.13/regression/standard/elipsis-attribute.c:6:22: style: Parameter 'to' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/elipsis-attribute.c:6:32: style: Parameter 'pattern' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/else-comment-2-bl.c:22:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/else-comment-2-bl.c:10:9: style: Condition 'a==2' is always true [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-bl.c:7:11: note: Assignment 'a=2', assigned value is 2 indent-2.2.13/regression/standard/else-comment-2-bl.c:10:9: note: Condition 'a==2' is always true indent-2.2.13/regression/standard/else-comment-2-bl.c:5:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-bl.c:4:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/standard/else-comment-2-bl.c:5:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/standard/else-comment-2-bl.c:21:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/else-comment-2-br-ce.c:18:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/else-comment-2-br-ce.c:9:9: style: Condition 'a==2' is always true [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-br-ce.c:6:9: note: Assignment 'a=2', assigned value is 2 indent-2.2.13/regression/standard/else-comment-2-br-ce.c:9:9: note: Condition 'a==2' is always true indent-2.2.13/regression/standard/else-comment-2-br-ce.c:5:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-br-ce.c:4:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/standard/else-comment-2-br-ce.c:5:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/standard/else-comment-2-br-ce.c:17:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/else-comment-2-br.c:18:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/else-comment-2-br.c:9:9: style: Condition 'a==2' is always true [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-br.c:6:9: note: Assignment 'a=2', assigned value is 2 indent-2.2.13/regression/standard/else-comment-2-br.c:9:9: note: Condition 'a==2' is always true indent-2.2.13/regression/standard/else-comment-2-br.c:5:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/standard/else-comment-2-br.c:4:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/standard/else-comment-2-br.c:5:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/standard/else-comment-2-br.c:17:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/else-comment-bl.c:5:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/else-comment-bl.c:6:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:8:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:6:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:16:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:18:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:16:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:24:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:26:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:24:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:32:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:34:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:32:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:43:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:47:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:43:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:56:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:60:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:56:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:70:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:74:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:70:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:84:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-bl.c:88:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-bl.c:84:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:5:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/else-comment-br-ce.c:6:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:8:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:6:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:16:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:18:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:16:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:24:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:26:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:24:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:32:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:34:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:32:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:41:55: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:43:5: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:41:55: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:50:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:52:5: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:50:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:59:55: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:61:5: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:59:55: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:68:10: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br-ce.c:70:5: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br-ce.c:68:10: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:5:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/else-comment-br.c:6:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:8:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:6:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:16:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:18:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:16:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:24:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:26:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:24:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:32:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:34:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:32:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:42:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:45:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:42:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:53:39: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:56:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:53:39: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:64:53: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:67:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:64:53: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:75:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] indent-2.2.13/regression/standard/else-comment-br.c:78:3: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-comment-br.c:75:8: note: Found duplicate branches for 'if' and 'else'. indent-2.2.13/regression/standard/else-if.c:6:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable creationtime [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/else-if.c:15:4: style: Expression is always false because 'else if' condition matches previous condition at line 12. [multiCondition] indent-2.2.13/regression/standard/else-if.c:9:6: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/standard/else.c:2:1: portability: Omitted return type of function 'cmd_tab' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/else.c:7:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tabch [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/enum.c:8:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESSFUL [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/first-in-block.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/for.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/for.c:5:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/fp.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/gettext-strings.c:4:9: style: Same expression on both sides of '=='. [duplicateExpression] indent-2.2.13/regression/standard/gettext-strings.c:9:14: style: Same expression on both sides of '=='. [duplicateExpression] indent-2.2.13/regression/standard/globs.c:31:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/globs.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/goto-1.c:4:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/goto-2.c:4:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/goto.c:4:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/ind-star.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/ind-star.c:8:8: style: Variable 'code' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/indent.c:1536:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/indent.c:28:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/indent.c:181:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/indent.c:1574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/indent.c:438:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:456:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:533:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:675:9: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:689:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:738:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:818:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:1123:6: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:1151:5: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:1192:7: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:1225:3: error: Common realloc mistake: 'codebuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:1267:3: error: Common realloc mistake: 'labbuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/indent.c:117:7: style: Local variable 'dec_ind' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:85:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:117:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:118:7: style: Local variable 'flushed_nl' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:95:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:118:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:119:7: style: Local variable 'force_nl' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:96:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:119:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:120:7: style: Local variable 'scase' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:100:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:120:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:121:7: style: Local variable 'sp_sw' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:103:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:121:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:129:7: style: Local variable 'last_token_ends_sp' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:82:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:129:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:131:7: style: Local variable 'squest' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:107:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:131:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:134:7: style: Local variable 'last_else' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/indent.c:75:5: note: Shadowed declaration indent-2.2.13/regression/standard/indent.c:134:7: note: Shadow variable indent-2.2.13/regression/standard/indent.c:198:36: style: Variable 'beg' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/indent.c:665:14: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/indent.c:703:12: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/indent.c:1491:19: style: Variable 'flushed_nl' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/indent.pro.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/indent.pro.c:5:3: error: Uninitialized variable: i [legacyUninitvar] indent-2.2.13/regression/standard/indent.pro.c:6:3: error: Uninitialized variable: j [legacyUninitvar] indent-2.2.13/regression/standard/indent.pro.c:5:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/indent.pro.c:6:5: style: Variable 'j' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/initializers.c:20:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHFL_CHANOP [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/initializers.c:4:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/initializers.c:8:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/initializers.c:12:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/io.c:742:1: portability: Omitted return type of function 'diag' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/io.c:764:1: portability: Omitted return type of function 'writefdef' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/io.c:213:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:395:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:441:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:495:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:749:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:841:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/io.c:61:12: style: Parameter 'offender' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/io.c:745:12: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/io.c:765:30: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/io.c:776:30: style: Parameter 'of' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/io.c:503:11: warning: Uninitialized variable: ch [uninitvar] indent-2.2.13/regression/standard/io.c:493:28: note: Assuming condition is false indent-2.2.13/regression/standard/io.c:503:11: note: Uninitialized variable: ch indent-2.2.13/regression/standard/io.c:340:16: style: Variable 'cur_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/kr-proc-decls.c:12:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/kr-proc-decls.c:12:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/kr.c:8:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/kr.c:13:7: style: Local variable 'z' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/kr.c:6:3: note: Shadowed declaration indent-2.2.13/regression/standard/kr.c:13:7: note: Shadow variable indent-2.2.13/regression/standard/kr.c:14:9: style: Variable 'z.x' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/kr.c:15:9: style: Variable 'z.y' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/label.c:1:1: portability: Omitted return type of function 'function' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/label.c:3:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/lexi.c:691:1: portability: Omitted return type of function 'addkey' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/lexi.c:86:21: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/lexi.c:89:24: style: Variable 'hash_table' can be declared as const array [constVariable] indent-2.2.13/regression/standard/lexi.c:165:19: style: Variable 's' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/line-break-comment.c:6:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable from [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/line-count.c:1:1: error: syntax error [syntaxError] indent-2.2.13/regression/standard/lshift.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/lshift.c:5:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size_ [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/lshift.c:3:7: style: Unused variable: size [unusedVariable] indent-2.2.13/regression/standard/memcpy.c:8:12: style: Parameter 'srcaddr' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/meta-indent.c:1:1: portability: Omitted return type of function 'lw5100_add_to_field_list' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/meta-indent.c:2:13: style: Parameter 'object' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/meta-indent.c:3:11: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/meta-indent.c:6:13: style: Unused variable: data [unusedVariable] indent-2.2.13/regression/standard/method.c:4:7: style: Unused variable: i [unusedVariable] indent-2.2.13/regression/standard/ncs-on-return.c:5:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/nested.c:6:7: style: Unused variable: baz [unusedVariable] indent-2.2.13/regression/standard/newlined-parms.c:4:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/newlined-parms.c:2:17: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/no-forced-nl-in-block-init.c:5:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/no-forced-nl-in-block-init.c:13:9: style: struct member 'Anonymous0::a' is never used. [unusedStructMember] indent-2.2.13/regression/standard/no-forced-nl-in-block-init.c:14:9: style: struct member 'Anonymous0::b' is never used. [unusedStructMember] indent-2.2.13/regression/standard/no-forced-nl-in-block-init.c:4:18: style: Variable 'arr' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/no-forced-nl-in-block-init.c:15:7: style: Variable 'v' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/no-newline.c:16:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SELF_PE_INT [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/no-space-after-fp-name.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/on-off-1.c:6:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/on-off-1.c:13:1: portability: Omitted return type of function 'grunt' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/on-off-1.c:20:1: portability: Omitted return type of function 'frobp' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/on-off-1.c:8:9: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/on-off-1.c:15:13: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/on-off-1.c:22:9: style: Variable 'foo' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/on-off-1.c:9:9: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/standard/on-off-1.c:16:10: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/standard/on-off-1.c:23:9: error: Uninitialized variable: foo [uninitvar] indent-2.2.13/regression/standard/on-off-2.c:11:6: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] indent-2.2.13/regression/standard/one-line-1.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/one-line-1.c:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/one-line-2.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/one-line-2.c:3:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/one-line-3.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/one-line-4.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/one-line-4.c:3:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable foo [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/parse.c:459:1: portability: Omitted return type of function 'reduce' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/pointer-pal.c:1:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/pointer-pal.c:8:1: portability: Omitted return type of function 'func1' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/pointer-pal.c:12:1: portability: Omitted return type of function 'func2' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/pointer-pal.c:15:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] indent-2.2.13/regression/standard/pointer-pal.c:6:1: error: Memory leak: x [memleak] indent-2.2.13/regression/standard/pointer-pal.c:8:13: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/pointer-pal.c:12:18: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/pointer-pal.c:15:7: error: Uninitialized variable: q [uninitvar] indent-2.2.13/regression/standard/pointer-pal.c:15:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/pointer-pal.c:14:13: style: Variable 'q' is not assigned a value. [unassignedVariable] indent-2.2.13/regression/standard/pr_comment.c:49:1: portability: Omitted return type of function 'pr_comment' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/pr_comment.c:123:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/pr_comment.c:191:7: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/pr_comment.c:248:5: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/pr_comment.c:292:5: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/pr_comment.c:361:8: error: Common realloc mistake: 'combuf' nulled but not freed upon failure [memleakOnRealloc] indent-2.2.13/regression/standard/pr_comment.c:338:5: style: Variable 'now_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/pr_comment.c:359:13: style: Variable 'now_col' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:17:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:6:7: style: Assignment 'a=1' is redundant with condition 'a==1'. [duplicateConditionalAssign] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:5:9: note: Condition 'a==1' indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:6:7: note: Assignment 'a=1' is redundant indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:9:7: style: Assignment 'a=2' is redundant with condition 'a==2'. [duplicateConditionalAssign] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:8:9: note: Condition 'a==2' indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:9:7: note: Assignment 'a=2' is redundant indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:8:9: style: Condition 'a==2' is always false [knownConditionTrueFalse] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:6:9: note: Assignment 'a=1', assigned value is 1 indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:8:9: note: Condition 'a==2' is always false indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:5:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:4:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:5:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/standard/preserve-newline-after-right-brace.c:16:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/proto.c:16:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/proto.c:2:12: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/proto.c:8:14: error: Uninitialized variable: spazzo [uninitvar] indent-2.2.13/regression/standard/proto.c:8:12: style: Variable 'whizzo' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/proto.c:16:10: style: Variable 'buf[3]' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/scope-br.c:5:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/scope.c:6:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/single-line-conditionals.c:9:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/single-line-conditionals.c:10:0: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] indent-2.2.13/regression/standard/single-line-conditionals.c:5:17: style: Assignment 'a=1' is redundant with condition 'a==1'. [duplicateConditionalAssign] indent-2.2.13/regression/standard/single-line-conditionals.c:5:9: note: Condition 'a==1' indent-2.2.13/regression/standard/single-line-conditionals.c:5:17: note: Assignment 'a=1' is redundant indent-2.2.13/regression/standard/single-line-conditionals.c:6:9: style: Condition 'a==3' is always false [knownConditionTrueFalse] indent-2.2.13/regression/standard/single-line-conditionals.c:5:19: note: Assignment 'a=1', assigned value is 1 indent-2.2.13/regression/standard/single-line-conditionals.c:6:9: note: Condition 'a==3' is always false indent-2.2.13/regression/standard/single-line-conditionals.c:5:9: style: The comparison 'a == 1' is always true. [knownConditionTrueFalse] indent-2.2.13/regression/standard/single-line-conditionals.c:4:11: note: 'a' is assigned value '1' here. indent-2.2.13/regression/standard/single-line-conditionals.c:5:9: note: The comparison 'a == 1' is always true. indent-2.2.13/regression/standard/sizeof-in-while.c:1:1: portability: Omitted return type of function 'f' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/sob.c:4:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/struct-decl-kr.c:11:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/struct-decl-kr.c:20:7: style: Local variable 'xyz' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/struct-decl-kr.c:9:3: note: Shadowed declaration indent-2.2.13/regression/standard/struct-decl-kr.c:20:7: note: Shadow variable indent-2.2.13/regression/standard/struct-decl-kr.c:15:7: style: Unused variable: com [unusedVariable] indent-2.2.13/regression/standard/struct-decl-kr.c:20:7: style: Unused variable: xyz [unusedVariable] indent-2.2.13/regression/standard/struct-decl.c:13:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/struct-decl.c:26:3: style: Local variable 'xyz' shadows outer variable [shadowVariable] indent-2.2.13/regression/standard/struct-decl.c:11:3: note: Shadowed declaration indent-2.2.13/regression/standard/struct-decl.c:26:3: note: Shadow variable indent-2.2.13/regression/standard/struct-decl.c:19:3: style: Unused variable: com [unusedVariable] indent-2.2.13/regression/standard/struct-decl.c:26:3: style: Unused variable: xyz [unusedVariable] indent-2.2.13/regression/standard/struct_param.c:1:1: portability: Omitted return type of function 'b' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/struct_param.c:1:14: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] indent-2.2.13/regression/standard/two-on-line.c:2:23: style: Parameter 'argv' can be declared as const array [constParameter] indent-2.2.13/regression/standard/typedef-bug.c:6:10: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/unary.c:1:1: portability: Omitted return type of function 'foo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] indent-2.2.13/regression/standard/wide.c:10:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] indent-2.2.13/regression/standard/wide.c:4:23: style: Parameter 'argv' can be declared as const array [constParameter] indent-2.2.13/regression/standard/wide.c:6:9: style: Variable 's1' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/wide.c:6:14: style: Variable 's2' can be declared as pointer to const [constVariablePointer] indent-2.2.13/regression/standard/wide.c:9:6: style: Variable 's1' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/wide.c:13:6: style: Variable 's2' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/wide.c:15:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable] indent-2.2.13/regression/standard/wrapped-string.c:5:18: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] indent-2.2.13/src/args.c:877:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:989:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:1014:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:1078:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:1099:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:1119:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] indent-2.2.13/src/args.c:922:17: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/args.c:952:31: warning: Either the condition 'param_start==NULL' is redundant or there is possible null pointer dereference: param_start. [nullPointerRedundantCheck] indent-2.2.13/src/args.c:942:37: note: Assuming that condition 'param_start==NULL' is not redundant indent-2.2.13/src/args.c:952:31: note: Null pointer dereference indent-2.2.13/src/args.c:1219:18: style: Variable 'homedir' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/args.c:760:31: style: Variable 'this_prefix' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/args.c:761:31: style: Variable 'argp' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/backup.c:495:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/backup.c:506:50: warning: Either the condition '!bf' is redundant or there is possible null pointer dereference: bf. [nullPointerRedundantCheck] indent-2.2.13/src/backup.c:501:12: note: Assuming that condition '!bf' is not redundant indent-2.2.13/src/backup.c:506:50: note: Null pointer dereference indent-2.2.13/src/backup.c:193:10: style: Parameter 'pathname' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/backup.c:394:33: style: Variable 'version' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/backup.c:430:11: style: Variable 'v' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/code_io.c:213:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] indent-2.2.13/src/code_io.c:346:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] indent-2.2.13/src/code_io.c:315:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/code_io.c:220:15: warning: Either the condition 'fd<0' is redundant or fstat() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg] indent-2.2.13/src/code_io.c:215:12: note: Assuming that condition 'fd<0' is not redundant indent-2.2.13/src/code_io.c:220:15: note: Invalid argument indent-2.2.13/src/code_io.c:408:31: style: Variable 'finished_a_line' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/comments.c:864:17: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/comments.c:888:17: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/comments.c:115:17: style: Variable 'line_preamble' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/globs.c:46:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/globs.c:68:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/globs.c:103:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/globs.c:130:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/globs.c:99:27: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/globs.c:99:39: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/globs.c:99:53: style: Parameter 'a0' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/globs.c:99:63: style: Parameter 'a1' can be declared as pointer to const [constParameterPointer] indent-cc.gperf:29:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rw_sp_paren [valueFlowBailoutIncompleteVar] indent-2.2.13/src/gperf-cc.c:50:24: style: Variable 'asso_values' can be declared as const array [constVariable] indent-2.2.13/src/gperf-cc.c:97:24: style: Variable 'lengthtable' can be declared as const array [constVariable] indent-cc.gperf:132:22: style: Variable 'lookup' can be declared as const array [constVariable] indent.gperf:10:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rw_decl [valueFlowBailoutIncompleteVar] indent-2.2.13/src/gperf.c:50:24: style: Variable 'asso_values' can be declared as const array [constVariable] indent-2.2.13/src/gperf.c:85:24: style: Variable 'lengthtable' can be declared as const array [constVariable] indent.gperf:121:22: style: Variable 'lookup' can be declared as const array [constVariable] indent-2.2.13/src/handletoken.c:2012:13: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2019:13: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2024:13: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2028:13: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2033:13: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2066:20: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2078:20: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2084:20: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2090:20: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:2096:20: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/handletoken.c:1401:33: style: Condition 'parser_state_tos->in_decl' is always false [knownConditionTrueFalse] indent-2.2.13/src/handletoken.c:1396:9: note: Assuming that condition '!parser_state_tos->in_decl' is not redundant indent-2.2.13/src/handletoken.c:1401:33: note: Condition 'parser_state_tos->in_decl' is always false indent-2.2.13/src/handletoken.c:95:27: warning: Either the condition 'bp->ptr==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] indent-2.2.13/src/handletoken.c:90:21: note: Assuming that condition 'bp->ptr==NULL' is not redundant indent-2.2.13/src/handletoken.c:95:27: note: Null pointer addition indent-2.2.13/src/handletoken.c:310:21: style: Parameter 'sp_sw' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:311:21: style: Parameter 'dec_ind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:484:21: style: Parameter 'hd_type' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:633:22: style: Parameter 'dec_ind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:659:15: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/handletoken.c:740:15: style: Variable 'res_end' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/handletoken.c:830:21: style: Parameter 'dec_ind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:903:23: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/handletoken.c:969:22: style: Parameter 'sp_sw' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:970:22: style: Parameter 'dec_ind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:971:22: style: Parameter 'last_token_ends_sp' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:1650:22: style: Parameter 'hd_type' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:1756:22: style: Parameter 'dec_ind' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/handletoken.c:1822:12: style: Variable 'p' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/handletoken.c:1935:30: style: Variable 'in_cplus_comment' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/indent.c:820:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] indent-2.2.13/src/indent.c:1065:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE [valueFlowBailoutIncompleteVar] indent-2.2.13/src/indent.c:1091:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/indent.c:1094:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/indent.c:1097:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/indent.c:1111:17: style: Variable 'exit_status' is reassigned a value before the old one has been used. [redundantAssignment] indent-2.2.13/src/indent.c:1102:17: note: exit_status is assigned indent-2.2.13/src/indent.c:1111:17: note: exit_status is overwritten indent-2.2.13/src/indent.c:768:11: style: Parameter 'argv' can be declared as const array [constParameter] indent-2.2.13/src/output.c:1331:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] indent-2.2.13/src/output.c:1373:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] indent-2.2.13/src/output.c:938:10: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] indent-2.2.13/src/output.c:999:18: style:inconclusive: Function 'dump_line' argument 3 names different: declaration 'break_line' definition 'pbreak_line'. [funcArgNamesDifferent] indent-2.2.13/src/output.h:57:15: note: Function 'dump_line' argument 3 names different: declaration 'break_line' definition 'pbreak_line'. indent-2.2.13/src/output.c:999:18: note: Function 'dump_line' argument 3 names different: declaration 'break_line' definition 'pbreak_line'. indent-2.2.13/src/output.c:1097:23: style: Variable 'com_st' can be declared as pointer to const [constVariablePointer] indent-2.2.13/src/output.c:1463:11: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] indent-2.2.13/src/output.c:593:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/output.c:843:22: style: Variable 'paren_level' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/output.c:931:22: style: Variable 'paren_level' is assigned a value that is never used. [unreadVariable] indent-2.2.13/src/utils.c:40:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] diff: 2.13.0 indent-2.2.13/man/texinfo2man.c:744:46: style: Condition 'strncmp(q,"@refill",7)' is always true [knownConditionTrueFalse] head indent-2.2.13/regression/input/args.c:710:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/backup.c:330:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/comment-break.c:2:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/comment-break.c:9:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/const.c:10:6: style: Parameter 'lines' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/elipsis-attribute.c:5:26: style: Parameter 'to' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/elipsis-attribute.c:5:36: style: Parameter 'pattern' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/globs.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/indent.c:1590:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/indent.c:182:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable col [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/io.c:392:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/io.c:439:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/io.c:493:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/io.c:747:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/io.c:840:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/input/meta-indent.c:2:13: style: Parameter 'object' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/meta-indent.c:3:11: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/newlined-parms.c:3:10: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/pointer-pal.c:2:12: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/struct_param.c:1:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/input/wide.c:4:23: style: Parameter 'argv' can be declared as const array [constParameter] head indent-2.2.13/regression/outstanding-problems/two-on-line.c:2:23: style: Parameter 'argv' can be declared as const array [constParameter] head indent-2.2.13/regression/standard/args.c:706:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/backup.c:328:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/comment-break.c:10:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/comment-break.c:2:10: style: Parameter 'foo' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/const.c:11:6: style: Parameter 'lines' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/elipsis-attribute.c:6:22: style: Parameter 'to' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/elipsis-attribute.c:6:32: style: Parameter 'pattern' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/globs.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/indent.c:1574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/indent.c:181:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable col [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/io.c:395:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_col [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/io.c:441:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/io.c:495:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/io.c:749:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/io.c:841:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/regression/standard/meta-indent.c:2:13: style: Parameter 'object' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/meta-indent.c:3:11: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/newlined-parms.c:2:17: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/pointer-pal.c:8:13: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/struct_param.c:1:14: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] head indent-2.2.13/regression/standard/two-on-line.c:2:23: style: Parameter 'argv' can be declared as const array [constParameter] head indent-2.2.13/regression/standard/wide.c:4:23: style: Parameter 'argv' can be declared as const array [constParameter] head indent-2.2.13/src/args.c:1014:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/args.c:1078:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/args.c:1099:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/args.c:1119:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/args.c:989:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/code_io.c:346:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/globs.c:103:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/globs.c:130:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/globs.c:68:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/indent.c:1065:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE [valueFlowBailoutIncompleteVar] head indent-2.2.13/src/output.c:1373:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] DONE