DACA2 - libf

STARTDATE 2018-08-23
STARTTIME 01:18:11
GIT-REVISION 799601c

ftp://ftp.se.debian.org/debian/pool/main/libf/libf2c2/libf2c2_20130926.orig.tar.gz
libf2c2-20130926/arithchk.c:191:15: style: The scope of the variable 'nanbits' can be reduced. [variableScope]
libf2c2-20130926/arithchk.c:167:6: style: Variable 't' is assigned a value that is never used. [unreadVariable]
libf2c2-20130926/arithchk.c:190:9: style: Unused variable: sa [unusedVariable]
libf2c2-20130926/arithchk.c:190:13: style: Unused variable: sb [unusedVariable]
libf2c2-20130926/close.c:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libf2c2-20130926/endfile.c:39:8: style: The scope of the variable 'tf' can be reduced. [variableScope]
libf2c2-20130926/err.c:143:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
libf2c2-20130926/inquire.c:24:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libf2c2-20130926/lread.c:358:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
libf2c2-20130926/lread.c:399:17: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
libf2c2-20130926/lread.c:370:4: warning: Redundant assignment of 'f' to itself. [selfAssignment]
libf2c2-20130926/lwrite.c:57:8: style: The scope of the variable 'p1' can be reduced. [variableScope]
libf2c2-20130926/pow_di.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
libf2c2-20130926/pow_ri.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
libf2c2-20130926/rdfmt.c:31:14: style: The scope of the variable 'sc' can be reduced. [variableScope]
libf2c2-20130926/rdfmt.c:402:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
libf2c2-20130926/rdfmt.c:438:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
libf2c2-20130926/rsfe.c:11:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libf2c2-20130926/rsli.c:58:13: style: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libf2c2-20130926/rsli.c:57:2: note: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
libf2c2-20130926/rsli.c:58:13: note: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
libf2c2-20130926/rsne.c:86:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libf2c2-20130926/s_copy.c:20:24: style: The scope of the variable 'bend' can be reduced. [variableScope]
libf2c2-20130926/s_stop.c:23:5: style: The scope of the variable 'i' can be reduced. [variableScope]
libf2c2-20130926/wref.c:212:43: style: The scope of the variable 's' can be reduced. [variableScope]
libf2c2-20130926/wrtfmt.c:80:14: style: The scope of the variable 'hex' can be reduced. [variableScope]
libf2c2-20130926/xwsne.c:31:10: style: The scope of the variable 'dims' can be reduced. [variableScope]
libf2c2-20130926/z_log.c:56:19: style: The scope of the variable 't2' can be reduced. [variableScope]
libf2c2-20130926/z_log.c:56:23: style: The scope of the variable 'u' can be reduced. [variableScope]
libf2c2-20130926/z_log.c:56:26: style: The scope of the variable 'v' can be reduced. [variableScope]
libf2c2-20130926/z_log.c:59:11: style: The scope of the variable 'diff' can be reduced. [variableScope]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfabric/libfabric_1.6.1.orig.tar.xz
libfabric-1.6.1/prov/bgq/src/fi_bgq_av.c:456:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cm.c:38:7: warning: Either the condition '!addrlen' is redundant or there is possible null pointer dereference: addrlen. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cm.c:43:23: note: Assuming that condition '!addrlen' is not redundant
libfabric-1.6.1/prov/bgq/src/fi_bgq_cm.c:38:7: note: Null pointer dereference
libfabric-1.6.1/prov/bgq/src/fi_bgq_cntr.c:123:11: style: The scope of the variable 'current_value' can be reduced. [variableScope]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:116:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:114:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:116:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:236:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:234:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:236:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:263:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:261:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:263:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:330:4: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:328:4: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_cq.c:330:4: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_domain.c:310:0: warning: Redundant assignment of 'bgq_domain' to itself. [selfAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:706:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:702:0: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:706:3: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:723:3: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:703:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:723:3: note: Variable 'hdr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:844:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:838:0: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:844:3: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:863:3: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:839:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:863:3: note: Variable 'hdr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1039:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1034:0: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1039:3: note: Variable 'desc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1908:2: style: Variable 'mem' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1907:0: note: Variable 'mem' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_ep.c:1908:2: note: Variable 'mem' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_init.c:276:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libfabric-1.6.1/prov/bgq/src/fi_bgq_init.c:287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/bgq/src/fi_bgq_init.c:280:18: style: Variable 'jcrc' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/bgq/src/fi_bgq_init.c:288:23: style: Unused variable: prev_fi [unusedVariable]
libfabric-1.6.1/prov/bgq/src/fi_bgq_init.c:288:33: style: Unused variable: curr [unusedVariable]
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:143:2: style: Variable '_fd' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:142:0: note: Variable '_fd' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:143:2: note: Variable '_fd' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:158:2: style: Variable '_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:157:0: note: Variable '_ptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_node.c:158:2: note: Variable '_ptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_pmi.c:112:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:79:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:77:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:79:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:99:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:97:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:99:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:120:4: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:118:4: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:120:4: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:142:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:140:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:142:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:164:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:162:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:164:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:184:3: warning: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:182:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_rma.c:184:3: note: Variable 'lock_required' is reassigned a value before the old one has been used. 'break;' missing?
libfabric-1.6.1/prov/bgq/src/fi_bgq_sep.c:390:2: style: Variable 'memptr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/fi_bgq_sep.c:389:0: note: Variable 'memptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/fi_bgq_sep.c:390:2: note: Variable 'memptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/test/cq_agent_init.c:63:3: style: Variable 'envvar' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/bgq/src/test/cq_agent_init.c:62:0: note: Variable 'envvar' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/test/cq_agent_init.c:63:3: note: Variable 'envvar' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/bgq/src/test/cq_mfifo_multithreaded_perf.c:117:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/bgq/src/test/l2atomic_fifo_perf.c:56:13: style: struct member 'my_fifo::pad_0' is never used. [unusedStructMember]
libfabric-1.6.1/prov/bgq/src/test/l2atomic_fifo_perf.c:58:13: style: struct member 'my_fifo::element' is never used. [unusedStructMember]
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:512:31: warning: Either the condition '!ep' is redundant or there is possible null pointer dereference: ep. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:526:6: note: Assuming that condition '!ep' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:512:31: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:516:9: warning: Either the condition '!ep' is redundant or there is possible null pointer dereference: ep. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:526:6: note: Assuming that condition '!ep' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:516:9: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:521:9: warning: Either the condition '!ep' is redundant or there is possible null pointer dereference: ep. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:526:6: note: Assuming that condition '!ep' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:521:9: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_atomic.c:128:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:303:9: error: Array 'path[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:130:15: warning: Either the condition '!info' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:134:6: note: Assuming that condition '!info' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:130:15: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:159:15: warning: Either the condition '!info' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:162:6: note: Assuming that condition '!info' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:159:15: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:484:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:471:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:484:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:105:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:177:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:178:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_auth_key.c:271:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_av.c:875:26: warning: Either the condition 'attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_av.c:857:6: note: Assuming that condition 'attr' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_av.c:875:26: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_av.c:218:9: style: The scope of the variable 'index' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_av.c:270:29: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_bitmap.c:228:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_buddy_allocator.c:263:3: warning: Either the condition '!alloc_handle' is redundant or there is possible null pointer dereference: alloc_handle. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/gni/src/gnix_buddy_allocator.c:265:19: note: Assuming that condition '!alloc_handle' is not redundant
libfabric-1.6.1/prov/gni/src/gnix_buddy_allocator.c:263:3: note: Null pointer dereference
libfabric-1.6.1/prov/gni/src/gnix_buddy_allocator.c:246:7: style: The scope of the variable 'err_buf' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:335:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:400:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:551:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:1008:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:1212:25: style: The scope of the variable 'eqe_ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:1261:23: style: The scope of the variable 'ep_name' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm.c:82:0: error: Memory leak: str [memleak]
libfabric-1.6.1/prov/gni/src/gnix_cm_nic.c:110:2: style: Variable 'cm_nic' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_cm_nic.c:104:0: note: Variable 'cm_nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_cm_nic.c:110:2: note: Variable 'cm_nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_cm_nic.c:255:11: style: The scope of the variable 'cdm_id' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cm_nic.c:256:6: style: The scope of the variable 'v' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_cntr.c:435:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_cntr.c:429:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_cntr.c:435:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_cq.c:435:22: style: The scope of the variable 'temp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:93:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:75:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:93:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:273:3: style: Variable 'd->w_index_in_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:272:3: note: Variable 'd->w_index_in_buf' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:273:3: note: Variable 'd->w_index_in_buf' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:347:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:336:0: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:347:2: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:431:2: style: Variable 'cm_nic' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:427:0: note: Variable 'cm_nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:431:2: note: Variable 'cm_nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:433:2: style: Variable 'nic' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:428:0: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_datagram.c:433:2: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_dom.c:111:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_dom.c:432:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_dom.c:432:11: style: The scope of the variable 'type' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:414:2: style: Variable 'ep_priv' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:412:0: note: Variable 'ep_priv' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_ep.c:414:2: note: Variable 'ep_priv' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2791:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2788:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2791:2: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_ep.c:171:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:172:22: style: The scope of the variable 'e' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2811:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2812:11: style: The scope of the variable 'tag' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2812:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2813:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2945:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_ep.c:2946:6: style: The scope of the variable 'tag_type' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_fabric.c:872:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_fabric.c:869:0: note: Variable 'info' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_fabric.c:872:2: note: Variable 'info' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_fabric.c:415:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:176:8: style: The scope of the variable 'value' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:229:22: style: The scope of the variable 'ht_lh' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:338:9: style: The scope of the variable 'freed_entries' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:467:9: style: The scope of the variable 'freed_entries' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:622:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:658:6: style: The scope of the variable 'collisions' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:658:18: style: The scope of the variable 'insertions' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:739:29: style: The scope of the variable 'next' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_hashtable.c:773:29: style: The scope of the variable 'next' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_init.c:133:10: style: The scope of the variable 'crc_i' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mbox_allocator.c:638:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mbox_allocator.c:640:7: style: The scope of the variable 'error_buf' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mbox_allocator.c:642:8: style: The scope of the variable 'error' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mbox_allocator.c:252:17: style: Checking if unsigned variable 'page_count' is less than zero. [unsignedLessThanZero]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:712:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:702:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_mr.c:712:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_mr.c:444:11: style: The scope of the variable 'aligned_addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:445:11: style: The scope of the variable 'aligned_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:446:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:447:11: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:592:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:593:24: style: The scope of the variable 'info' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr.c:271:21: style: Checking if unsigned variable 'requested_key' is less than zero. [unsignedLessThanZero]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:622:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:753:25: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:875:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:879:22: style: The scope of the variable 'next' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:1104:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:1183:24: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_mr_cache.c:1324:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:949:2: style: Variable 'recv_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:945:0: note: Variable 'recv_ptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:949:2: note: Variable 'recv_ptr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:961:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:956:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:961:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1905:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1903:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1905:2: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1972:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1954:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1972:2: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2135:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2121:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2135:2: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2276:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2254:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2276:2: note: Variable 'req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2823:2: style: Variable 'mrecv_req' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2814:0: note: Variable 'mrecv_req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2823:2: note: Variable 'mrecv_req' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_msg.c:158:9: style: The scope of the variable 'bwrite' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:671:9: style: The scope of the variable 'head_off' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:671:19: style: The scope of the variable 'head_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:671:29: style: The scope of the variable 'tail_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:773:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:773:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:860:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:861:24: style: The scope of the variable 'info' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:862:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:944:9: style: The scope of the variable 'cpy_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1278:29: style: The scope of the variable 'get_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1815:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1959:7: style: The scope of the variable 'multi_recv' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2125:7: style: The scope of the variable 'multi_recv' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2340:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2444:11: style: The scope of the variable 'send_idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2444:21: style: The scope of the variable 'recv_idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2444:31: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2445:11: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2445:21: style: The scope of the variable 'recv_ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2445:31: style: The scope of the variable 'send_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2445:41: style: The scope of the variable 'recv_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2549:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:2550:22: style: The scope of the variable 'av' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:881:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfabric-1.6.1/prov/gni/src/gnix_msg.c:1254:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:240:9: warning: Identical condition 'fd==NULL', second condition is always false [identicalConditionAfterEarlyExit]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:236:9: note: first condition
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:240:9: note: second condition
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:268:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:268:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:268:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:76:2: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:72:0: note: Variable 'sock' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:76:2: note: Variable 'sock' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:235:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:227:0: note: Variable 'fd' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:235:2: note: Variable 'fd' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:92:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:182:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:256:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libfabric-1.6.1/prov/gni/src/gnix_nameserver.c:177:3: error: Resource leak: arp_table [resourceLeak]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:106:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:83:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:106:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:422:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:419:0: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:422:2: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:605:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:603:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:605:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:774:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:751:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:774:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_nic.c:342:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_nic.c:494:23: style: The scope of the variable 'req' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_progress.c:52:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_rma.c:139:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_rma.c:168:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_rma.c:190:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_sep.c:379:23: style: The scope of the variable 'ep' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_sep.c:520:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_sep.c:522:22: style: The scope of the variable 'ep' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_shmem.c:56:27: style: The scope of the variable 'count' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_shmem.c:57:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_tags.c:323:32: style: The scope of the variable 'tle' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_trigger.c:49:9: style: The scope of the variable 'req_thresh' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_trigger.c:99:31: style: The scope of the variable 'threshold' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_util.c:260:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_util.c:251:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_util.c:260:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_util.c:780:4: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_util.c:779:4: note: Variable 'field' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_util.c:780:4: note: Variable 'field' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_util.c:168:11: style: The scope of the variable 'num_nids' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_util.c:753:22: style: The scope of the variable 'line' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_util.c:209:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libfabric-1.6.1/prov/gni/src/gnix_util.c:214:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:632:2: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:623:0: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:632:2: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:894:2: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:838:0: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:894:2: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1305:2: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1296:0: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1305:2: note: Variable 'ep' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1455:2: style: Variable 'nic' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1450:0: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1455:2: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2040:2: style: Variable 'vc' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2037:0: note: Variable 'vc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2040:2: note: Variable 'vc' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2209:2: style: Variable 'nic' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2205:0: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2209:2: note: Variable 'nic' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2213:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2203:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2213:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_vc.c:97:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1830:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1888:23: style: The scope of the variable 'more_req' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1890:22: style: The scope of the variable 'sle' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:1970:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2155:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_vc.c:2184:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:85:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:66:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_wait.c:85:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_wait.c:538:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:534:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_wait.c:538:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/src/gnix_wait.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:199:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:279:26: style: The scope of the variable 'wait_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/src/gnix_wait.c:452:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/allocator.c:151:3: error: Resource leak: fd [resourceLeak]
libfabric-1.6.1/prov/gni/test/api.c:332:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api.c:332:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api.c:148:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api.c:145:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api.c:148:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api.c:166:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api.c:160:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api.c:166:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cntr.c:328:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api_cntr.c:328:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api_cntr.c:184:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api_cntr.c:181:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cntr.c:184:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cntr.c:208:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api_cntr.c:202:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cntr.c:208:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cq.c:294:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api_cq.c:294:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/api_cq.c:160:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api_cq.c:157:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cq.c:160:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cq.c:175:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/api_cq.c:169:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cq.c:175:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/api_cq.c:92:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/api_cq.c:356:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/av.c:593:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/av.c:678:14: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/av.c:717:11: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/bitmap.c:566:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/bitmap.c:591:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cancel.c:131:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/cancel.c:125:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cancel.c:131:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cancel.c:369:2: style: Variable 'gnix_ep->domain' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/cancel.c:362:2: note: Variable 'gnix_ep->domain' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cancel.c:369:2: note: Variable 'gnix_ep->domain' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cm.c:330:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cm.c:371:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:232:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:242:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:243:6: style: The scope of the variable 'source_key' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:243:18: style: The scope of the variable 'target_key' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:315:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:432:22: style: The scope of the variable 'new_w_cnt' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:478:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:524:22: style: The scope of the variable 'new_r_cnt' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:559:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:612:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:612:14: style: The scope of the variable 'got_r' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:764:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:838:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:910:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:922:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:1007:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:1049:21: style: The scope of the variable 'prev_cntr_val' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cntr.c:1074:21: style: The scope of the variable 'prev_cntr_val' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/cq.c:357:2: style: Variable 'mode_bits' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/cq.c:354:2: note: Variable 'mode_bits' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cq.c:357:2: note: Variable 'mode_bits' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cq.c:366:2: style: Variable 'mode_bits' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/cq.c:363:2: note: Variable 'mode_bits' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cq.c:366:2: note: Variable 'mode_bits' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/cq.c:327:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/datagram.c:197:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/datagram.c:254:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/dom.c:183:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/dom.c:253:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/dom.c:259:6: style: The scope of the variable 'requested_key' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/ep.c:332:2: style: Variable 'ep_priv' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/ep.c:327:0: note: Variable 'ep_priv' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/ep.c:332:2: note: Variable 'ep_priv' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:192:7: style: The scope of the variable 'rand_str' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:193:7: style: The scope of the variable 'byte' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:194:9: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:961:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1058:17: style: The scope of the variable 'ep_fid' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1098:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1109:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1152:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1154:11: style: The scope of the variable 'cntr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1155:15: style: The scope of the variable 'src_done' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1155:25: style: The scope of the variable 'dest_done' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1228:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1230:11: style: The scope of the variable 'cntr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1231:15: style: The scope of the variable 'src_done' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1231:25: style: The scope of the variable 'dest_done' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1340:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1212:10: error: Expression 'cntr==++sends[i],"Invalid send counter: actual(%lu), expected(%lu)",cntr,sends[i]' depends on order of evaluation of side effects [unknownEvaluationOrder]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1217:10: error: Expression 'cntr==++recvs[2-1-i],"Invalid recv counter: actual(%lu), expected(%lu)",cntr,recvs[2-1-i]' depends on order of evaluation of side effects [unknownEvaluationOrder]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1289:10: error: Expression 'cntr==++sends[i],"Invalid send counter: actual(%lu), expected(%lu)",cntr,sends[i]' depends on order of evaluation of side effects [unknownEvaluationOrder]
libfabric-1.6.1/prov/gni/test/fi_addr_str.c:1294:10: error: Expression 'cntr==++recvs[2-1-i],"Invalid recv counter: actual(%lu), expected(%lu)",cntr,recvs[2-1-i]' depends on order of evaluation of side effects [unknownEvaluationOrder]
libfabric-1.6.1/prov/gni/test/freelist.c:79:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/freelist.c:176:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/hashtable.c:509:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/hashtable.c:501:0: note: Variable 'found' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/hashtable.c:509:2: note: Variable 'found' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/hashtable.c:525:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/hashtable.c:517:0: note: Variable 'found' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/hashtable.c:525:2: note: Variable 'found' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/hashtable.c:394:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/hashtable.c:532:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/hashtable.c:568:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/hashtable.c:665:7: style: The scope of the variable 'test_elements_found' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/hashtable.c:715:7: style: The scope of the variable 'test_elements_found' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:419:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/mr.c:418:2: note: Variable 'addr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/mr.c:419:2: note: Variable 'addr' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/mr.c:1089:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:1112:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:1483:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:1484:11: style: The scope of the variable 'ptr_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:1607:6: style: The scope of the variable 'requested_key' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:1653:7: style: The scope of the variable 'requested_key' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr.c:140:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/mr_notifier.c:320:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr_notifier.c:320:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr_notifier.c:423:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/mr_notifier.c:349:8: style: Variable 'loc' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:592:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:593:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:616:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:620:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:621:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:644:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:727:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:728:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:751:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:755:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:756:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:779:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:908:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:909:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:930:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1636:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1637:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1658:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1662:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1663:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1684:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1937:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1938:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1960:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1964:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1965:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1987:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2082:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2083:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2104:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2108:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2109:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2130:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2218:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2219:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2229:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2239:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2240:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2250:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2411:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2412:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2435:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2437:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2442:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2443:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2466:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2468:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2560:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2561:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2584:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2586:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2591:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2592:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2615:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2617:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2761:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2762:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2783:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2786:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3356:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3357:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3378:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3380:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3385:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3386:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3407:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3409:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3551:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3552:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3573:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3575:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3580:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3581:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3602:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3604:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3889:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3890:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3916:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3918:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3923:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3924:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3950:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3952:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4060:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4061:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4083:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4085:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4090:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4091:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4113:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4115:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4329:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4330:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4351:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4353:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4359:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4360:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4381:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4383:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4536:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4537:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4558:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4560:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4566:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4567:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4588:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:4590:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5016:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5017:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5044:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5046:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5052:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5053:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5080:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5082:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5256:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5257:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5280:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5282:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5288:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5289:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5312:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:5314:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:162:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:156:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:162:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:165:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:162:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:165:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:413:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1705:8: style: The scope of the variable 'min_fp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:1706:9: style: The scope of the variable 'min_dp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:2153:22: style: The scope of the variable 'ep_priv' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3625:8: style: The scope of the variable 'min_fp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3626:9: style: The scope of the variable 'min_dp' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3429:8: style: Variable 'operand_fp' is not assigned a value. [unassignedVariable]
libfabric-1.6.1/prov/gni/test/rdm_atomic.c:3579:14: style: Variable 'operand_dp' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:1739:22: style: Redundant condition: dgm_fail. '!dgm_fail || (dgm_fail && loops>=1000)' is equivalent to '!dgm_fail || loops>=1000' [redundantCondition]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:1974:22: style: Redundant condition: dgm_fail. '!dgm_fail || (dgm_fail && loops>=1000)' is equivalent to '!dgm_fail || loops>=1000' [redundantCondition]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:819:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:819:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:142:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:135:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:142:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:164:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:161:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:164:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:196:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:190:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:196:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:211:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:205:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:211:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:440:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:433:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:440:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:485:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:479:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:485:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:500:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:494:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:500:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:113:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_dgram_rma.c:3130:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:1410:22: style: Redundant condition: dgm_fail. '!dgm_fail || (dgm_fail && loops>=1000)' is equivalent to '!dgm_fail || loops>=1000' [redundantCondition]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:1650:22: style: Redundant condition: dgm_fail. '!dgm_fail || (dgm_fail && loops>=1000)' is equivalent to '!dgm_fail || loops>=1000' [redundantCondition]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:753:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:753:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:138:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:131:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:138:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:166:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:163:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:166:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:211:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:205:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:211:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:229:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:223:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:229:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:410:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:403:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:410:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:464:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:458:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:464:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:482:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:476:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:482:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:110:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_dgram_stx.c:2598:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_fi_pcd_trecv_msg.c:387:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_fi_pcd_trecv_msg.c:381:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_fi_pcd_trecv_msg.c:387:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:318:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:318:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:144:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:141:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:144:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:162:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:156:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:162:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:198:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:244:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_multi_recv.c:416:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:541:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:541:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:574:4: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:574:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:574:4: warning: %hhx in format string (no. 5) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:210:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:204:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_sr.c:210:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_sr.c:259:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:335:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:714:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:726:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:738:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:838:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1055:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1129:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1210:22: style: The scope of the variable 'ep_priv' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1415:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1614:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1688:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1745:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1846:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1861:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1915:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:1963:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:2033:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:2100:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_sr.c:2162:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:839:28: style: Condition 'num_msgs%msgs_per_stage!=0' is always true [knownConditionTrueFalse]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:836:23: note: Assignment 'num_msgs=61', assigned value is 61
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:839:28: note: Condition 'num_msgs%msgs_per_stage!=0' is always true
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:319:5: warning: %hhx in format string (no. 4) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:150:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:144:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:150:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:378:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:488:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:593:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/rdm_tagged_sr.c:706:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:529:4: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/sep.c:529:4: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/sep.c:699:4: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/sep.c:699:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/sep.c:699:4: warning: %hhx in format string (no. 5) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/gni/test/sep.c:2012:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/sep.c:2013:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/sep.c:2038:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/sep.c:2040:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libfabric-1.6.1/prov/gni/test/sep.c:255:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/sep.c:249:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:255:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:476:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/sep.c:472:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:476:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:481:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/sep.c:476:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:481:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:487:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/sep.c:481:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:487:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/sep.c:127:17: style: Same expression on both sides of '||'. [duplicateExpression]
libfabric-1.6.1/prov/gni/test/sep.c:543:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:849:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:891:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:934:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:1054:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:1792:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/sep.c:487:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/smrn.c:230:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/smrn.c:144:3: style: Variable 'contexts' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/smrn.c:202:3: style: Variable 'contexts' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/tags.c:498:19: style: The scope of the variable 'field_width' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:533:11: style: The scope of the variable 'tag' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:612:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:615:23: style: The scope of the variable 'correct' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:615:33: style: The scope of the variable 'found' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:777:12: style: The scope of the variable 'rand_index' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:818:26: style: The scope of the variable 'reqs' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:987:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:989:23: style: The scope of the variable 'correct' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/tags.c:990:26: style: The scope of the variable 'to_remove' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/utils.c:88:13: style: The scope of the variable 'trank' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/vc.c:163:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/vc.c:154:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc.c:163:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc.c:282:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/vc.c:273:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc.c:282:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc.c:344:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/vc.c:338:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc.c:344:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc_lookup.c:95:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/vc_lookup.c:93:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc_lookup.c:95:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/vc_lookup.c:164:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/gni/test/vector.c:301:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/gni/test/wait.c:340:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/gni/test/wait.c:338:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/wait.c:340:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/gni/test/wait.c:372:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/hook/src/hook_wait.c:104:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/mlx/src/mlx_av.c:220:22: style: Function 'mlx_av_open' argument 1 names different: declaration 'domain' definition 'fi_domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/mlx/src/mlx.h:183:22: note: Function 'mlx_av_open' argument 1 names different: declaration 'domain' definition 'fi_domain'.
libfabric-1.6.1/prov/mlx/src/mlx_av.c:220:22: note: Function 'mlx_av_open' argument 1 names different: declaration 'domain' definition 'fi_domain'.
libfabric-1.6.1/prov/mlx/src/mlx_av.c:221:19: style: Function 'mlx_av_open' argument 3 names different: declaration 'av' definition 'fi_av'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/mlx/src/mlx.h:184:19: note: Function 'mlx_av_open' argument 3 names different: declaration 'av' definition 'fi_av'.
libfabric-1.6.1/prov/mlx/src/mlx_av.c:221:19: note: Function 'mlx_av_open' argument 3 names different: declaration 'av' definition 'fi_av'.
libfabric-1.6.1/prov/mlx/src/mlx_cm.c:48:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/mlx/src/mlx_cm.c:40:0: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/mlx/src/mlx_cm.c:48:2: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/mlx/src/mlx_cq.c:37:19: style: Function 'mlx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/mlx/src/mlx.h:180:19: note: Function 'mlx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'.
libfabric-1.6.1/prov/mlx/src/mlx_cq.c:37:19: note: Function 'mlx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'.
libfabric-1.6.1/prov/mlx/src/mlx_fabric.c:203:2: error: Memory leak: fabric_priv [memleak]
libfabric-1.6.1/prov/mlx/src/mlx_init.c:168:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/mlx/src/mlx_init.c:162:0: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/mlx/src/mlx_init.c:168:2: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/mlx/src/mlx_tagged.c:246:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/mlx/src/mlx_tagged.c:240:0: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/mlx/src/mlx_tagged.c:246:2: note: Variable 'status' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/psm/src/psmx_am.c:85:23: style: The scope of the variable 'trigger' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:746:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:931:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:1134:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:1334:6: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:1369:6: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_atomic.c:1405:6: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_av.c:70:30: style: The scope of the variable 'context' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_av.c:148:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_av.c:296:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_av.c:163:34: warning: Either the condition 'count' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libfabric-1.6.1/prov/psm/src/psmx_av.c:152:6: note: Assuming that condition 'count' is not redundant
libfabric-1.6.1/prov/psm/src/psmx_av.c:163:34: note: Invalid argument
libfabric-1.6.1/prov/psm/src/psmx_av.c:167:24: warning: Either the condition 'count' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libfabric-1.6.1/prov/psm/src/psmx_av.c:152:6: note: Assuming that condition 'count' is not redundant
libfabric-1.6.1/prov/psm/src/psmx_av.c:167:24: note: Invalid argument
libfabric-1.6.1/prov/psm/src/psmx_cq.c:329:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:359:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:572:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:640:11: style: The scope of the variable 'api_version' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:641:9: style: The scope of the variable 'size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:667:6: style: The scope of the variable 'msec_passed' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:732:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:733:24: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_cq.c:349:29: style: Function 'psmx_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/psm/src/psmx.h:654:26: note: Function 'psmx_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'.
libfabric-1.6.1/prov/psm/src/psmx_cq.c:349:29: note: Function 'psmx_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'.
libfabric-1.6.1/prov/psm/src/psmx_domain.c:55:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_domain.c:153:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_domain.c:442:73: style: Function 'psmx_domain_check_features' argument 2 names different: declaration 'ep_caps' definition 'ep_cap'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/psm/src/psmx.h:619:73: note: Function 'psmx_domain_check_features' argument 2 names different: declaration 'ep_caps' definition 'ep_cap'.
libfabric-1.6.1/prov/psm/src/psmx_domain.c:442:73: note: Function 'psmx_domain_check_features' argument 2 names different: declaration 'ep_caps' definition 'ep_cap'.
libfabric-1.6.1/prov/psm/src/psmx_ep.c:80:24: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_init.c:314:17: error: Uninitialized variable: uuid [uninitvar]
libfabric-1.6.1/prov/psm/src/psmx_msg.c:40:22: style: The scope of the variable 'av' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg.c:47:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg.c:205:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg.c:207:24: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg2.c:145:21: style: The scope of the variable 'unexp' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg2.c:345:22: style: The scope of the variable 'av' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg2.c:348:24: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg2.c:351:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_msg2.c:503:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:329:24: style: The scope of the variable 'cntr' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:336:8: style: The scope of the variable 'dst' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:336:14: style: The scope of the variable 'src' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:479:11: style: The scope of the variable 'psm_tag' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:481:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:648:11: style: The scope of the variable 'psm_tag' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:649:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_rma.c:650:8: style: The scope of the variable 'psm_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_tagged.c:451:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_tagged.c:453:24: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_util.c:159:7: style: The scope of the variable 'env' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_util.c:160:6: style: The scope of the variable 'local_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_util.c:161:6: style: The scope of the variable 'local_rank' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_wait.c:78:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm/src/psmx_wait.c:158:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_am.c:40:0: error: failed to expand 'R1000', Invalid ## usage when expanding 'R10'. [preprocessorErrorDirective]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1563:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libfabric-1.6.1/prov/psm2/src/psmx2.h:1059:25: style: The scope of the variable 'trx_ctxt' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:69:9: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:85:9: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1218:17: style: The scope of the variable 'result' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1219:16: style: The scope of the variable 'result_desc0' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1620:17: style: The scope of the variable 'compare' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1620:27: style: The scope of the variable 'result' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1621:8: style: The scope of the variable 'desc0' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1621:16: style: The scope of the variable 'compare_desc0' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:1621:32: style: The scope of the variable 'result_desc0' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:2050:43: style: Function 'psmx2_query_atomic' argument 1 names different: declaration 'doamin' definition 'domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/psm2/src/psmx2.h:859:43: note: Function 'psmx2_query_atomic' argument 1 names different: declaration 'doamin' definition 'domain'.
libfabric-1.6.1/prov/psm2/src/psmx2_atomic.c:2050:43: note: Function 'psmx2_query_atomic' argument 1 names different: declaration 'doamin' definition 'domain'.
libfabric-1.6.1/prov/psm2/src/psmx2_av.c:116:12: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_av.c:235:31: style: The scope of the variable 'context' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cntr.c:110:26: style: The scope of the variable 'poll_ctxt' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cntr.c:111:22: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cntr.c:111:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cntr.c:256:26: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cntr.c:257:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:196:8: style: The scope of the variable 'event_buffer' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:941:26: style: The scope of the variable 'poll_ctxt' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:942:22: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:942:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:943:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1040:11: style: The scope of the variable 'api_version' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1041:9: style: The scope of the variable 'size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1065:26: style: The scope of the variable 'poll_ctxt' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1066:22: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1066:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1069:6: style: The scope of the variable 'msec_passed' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1070:6: style: The scope of the variable 'sth_happened' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1157:25: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:1158:26: style: The scope of the variable 'poll_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:379:31: style: Function 'psmx2_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/psm2/src/psmx2.h:920:28: note: Function 'psmx2_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'.
libfabric-1.6.1/prov/psm2/src/psmx2_cq.c:379:31: note: Function 'psmx2_cq_poll_mq' argument 3 names different: declaration 'event' definition 'event_in'.
libfabric-1.6.1/prov/psm2/src/psmx2_domain.c:55:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_domain.c:154:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_ep.c:37:6: style: The scope of the variable 'send_completion' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_ep.c:38:6: style: The scope of the variable 'recv_completion' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_ep.c:125:25: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_init.c:403:18: error: Uninitialized variable: uuid [uninitvar]
libfabric-1.6.1/prov/psm2/src/psmx2_msg.c:47:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_msg.c:209:25: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_msg.c:306:25: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_msg.c:309:8: style: The scope of the variable 'p' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_msg.c:310:12: style: The scope of the variable 'q' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_rma.c:382:11: style: The scope of the variable 'dst' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_rma.c:382:17: style: The scope of the variable 'src' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_rma.c:897:8: style: The scope of the variable 'psm2_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_rma.c:1055:17: style: The scope of the variable 'p' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:49:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:50:11: style: The scope of the variable 'data' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:162:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:182:27: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:314:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:562:25: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:917:25: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:920:8: style: The scope of the variable 'p' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_tagged.c:921:12: style: The scope of the variable 'q' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_util.c:207:7: style: The scope of the variable 'env' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_util.c:208:6: style: The scope of the variable 'local_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_util.c:209:6: style: The scope of the variable 'local_rank' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_wait.c:93:27: style: The scope of the variable 'domain' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_wait.c:96:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/psm2/src/psmx2_wait.c:185:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_av.c:109:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_av.c:314:22: style: Function 'rxd_av_create' argument 3 names different: declaration 'av' definition 'av_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxd/src/rxd.h:358:21: note: Function 'rxd_av_create' argument 3 names different: declaration 'av' definition 'av_fid'.
libfabric-1.6.1/prov/rxd/src/rxd_av.c:314:22: note: Function 'rxd_av_create' argument 3 names different: declaration 'av' definition 'av_fid'.
libfabric-1.6.1/prov/rxd/src/rxd_cq.c:502:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfabric-1.6.1/prov/rxd/src/rxd_cq.c:439:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_cq.c:440:23: style: The scope of the variable 'rx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_cq.c:733:23: style: The scope of the variable 'rx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_cq.c:771:23: style: The scope of the variable 'rx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_domain.c:208:23: style: Function 'rxd_domain_open' argument 3 names different: declaration 'dom' definition 'domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxd/src/rxd.h:356:27: note: Function 'rxd_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/rxd/src/rxd_domain.c:208:23: note: Function 'rxd_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:482:23: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:962:21: style: The scope of the variable 'context' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:1299:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:1300:21: style: The scope of the variable 'buf' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:191:43: style: Function 'rxd_ep_repost_buff' argument 1 names different: declaration 'rx_buf' definition 'buf'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxd/src/rxd.h:378:43: note: Function 'rxd_ep_repost_buff' argument 1 names different: declaration 'rx_buf' definition 'buf'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:191:43: note: Function 'rxd_ep_repost_buff' argument 1 names different: declaration 'rx_buf' definition 'buf'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:263:53: style: Function 'rxd_ep_getpeer_info' argument 1 names different: declaration 'rxd_ep' definition 'ep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxd/src/rxd.h:382:53: note: Function 'rxd_ep_getpeer_info' argument 1 names different: declaration 'rxd_ep' definition 'ep'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:263:53: note: Function 'rxd_ep_getpeer_info' argument 1 names different: declaration 'rxd_ep' definition 'ep'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:479:17: style: Function 'rxd_ep_free_acked_pkts' argument 3 names different: declaration 'seg_no' definition 'last_acked'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxd/src/rxd.h:394:17: note: Function 'rxd_ep_free_acked_pkts' argument 3 names different: declaration 'seg_no' definition 'last_acked'.
libfabric-1.6.1/prov/rxd/src/rxd_ep.c:479:17: note: Function 'rxd_ep_free_acked_pkts' argument 3 names different: declaration 'seg_no' definition 'last_acked'.
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:140:10: style: The scope of the variable 'count' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:141:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:266:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:363:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:636:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_cq.c:710:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_domain.c:182:23: style: Function 'rxm_domain_open' argument 3 names different: declaration 'dom' definition 'domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxm/src/rxm.h:400:29: note: Function 'rxm_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/rxm/src/rxm_domain.c:182:23: note: Function 'rxm_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/rxm/src/rxm_ep.c:265:24: style: The scope of the variable 'tx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_ep.c:627:21: style: The scope of the variable 'rx_buf' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_ep.c:1383:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/rxm/src/rxm_ep.c:1791:20: style: Function 'rxm_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxm/src/rxm.h:406:22: note: Function 'rxm_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/rxm/src/rxm_ep.c:1791:20: note: Function 'rxm_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/rxm/src/rxm_init.c:76:62: style: Function 'rxm_info_to_core' argument 2 names different: declaration 'rxm_info' definition 'hints'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/rxm/src/rxm.h:395:62: note: Function 'rxm_info_to_core' argument 2 names different: declaration 'rxm_info' definition 'hints'.
libfabric-1.6.1/prov/rxm/src/rxm_init.c:76:62: note: Function 'rxm_info_to_core' argument 2 names different: declaration 'rxm_info' definition 'hints'.
libfabric-1.6.1/prov/rxm/src/rxm_rma.c:44:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_av.c:66:14: style: The scope of the variable 'ep_name' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_av.c:67:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_domain.c:81:23: style: Function 'smr_domain_open' argument 3 names different: declaration 'dom' definition 'domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/shm/src/smr.h:83:23: note: Function 'smr_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/shm/src/smr_domain.c:81:23: note: Function 'smr_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/shm/src/smr_ep.c:130:23: style: The scope of the variable 'recv_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_ep.c:282:46: style: Function 'smr_format_iov' argument 13 names different: declaration 'pend' definition 'pend_cmd'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/shm/src/smr.h:219:19: note: Function 'smr_format_iov' argument 13 names different: declaration 'pend' definition 'pend_cmd'.
libfabric-1.6.1/prov/shm/src/smr_ep.c:282:46: note: Function 'smr_format_iov' argument 13 names different: declaration 'pend' definition 'pend_cmd'.
libfabric-1.6.1/prov/shm/src/smr_ep.c:447:21: style: Function 'smr_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/shm/src/smr.h:196:21: note: Function 'smr_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/shm/src/smr_ep.c:447:21: note: Function 'smr_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/shm/src/smr_ep.c:240:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfabric-1.6.1/prov/shm/src/smr_progress.c:81:18: style: The scope of the variable 'pending' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_progress.c:82:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_progress.c:206:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_progress.c:477:21: style: The scope of the variable 'peer_smr' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_progress.c:480:19: style: The scope of the variable 'resp' can be reduced. [variableScope]
libfabric-1.6.1/prov/shm/src/smr_progress.c:543:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_av.c:188:11: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_av.c:389:23: style: The scope of the variable 'av_addr' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_av.c:391:25: style: The scope of the variable 'fid_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_av.c:460:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cntr.c:94:22: style: The scope of the variable 'tx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cntr.c:95:22: style: The scope of the variable 'rx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_comm.c:103:15: style: The scope of the variable 'used' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_conn.c:73:2: style: Variable 'total_len' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/sockets/src/sock_conn.c:71:2: note: Variable 'total_len' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/sockets/src/sock_conn.c:73:2: note: Variable 'total_len' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/sockets/src/sock_conn.c:318:6: style: The scope of the variable 'num_fds' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cq.c:107:22: style: The scope of the variable 'tx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cq.c:108:22: style: The scope of the variable 'rx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cq.c:435:11: style: The scope of the variable 'api_version' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_cq.c:436:9: style: The scope of the variable 'err_data_size' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep.c:984:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfabric-1.6.1/prov/sockets/src/sock_ep.c:633:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep.c:1008:22: style: The scope of the variable 'tx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep.c:1009:22: style: The scope of the variable 'rx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:400:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:419:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:436:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:972:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:973:31: style: The scope of the variable 'hreq' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_ep_msg.c:1012:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_eq.c:54:33: style: The scope of the variable 'err_data_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:107:22: style: The scope of the variable 'dom_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:153:22: style: The scope of the variable 'dom_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:175:22: style: The scope of the variable 'fab_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:237:22: style: The scope of the variable 'domain' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:238:22: style: The scope of the variable 'fabric' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:695:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_fabric.c:696:31: style: The scope of the variable 'host_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_msg.c:63:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_msg.c:403:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_poll.c:81:24: style: The scope of the variable 'list_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_poll.c:118:24: style: The scope of the variable 'list_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_poll.c:177:24: style: The scope of the variable 'list_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_poll.c:178:22: style: The scope of the variable 'p' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:204:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:258:33: style: The scope of the variable 'trigger_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:298:33: style: The scope of the variable 'trigger_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:318:18: style: The scope of the variable 'mr' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:356:33: style: The scope of the variable 'trigger_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:390:33: style: The scope of the variable 'trigger_context' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:731:18: style: The scope of the variable 'mr' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:865:7: style: The scope of the variable 'tmp_result' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:946:18: style: The scope of the variable 'mr' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1118:9: style: The scope of the variable 'rem' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1118:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1118:21: style: The scope of the variable 'offset' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1118:29: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1454:20: style: The scope of the variable 'conn' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1831:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2355:20: style: The scope of the variable 'conn' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2446:22: style: The scope of the variable 'rx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2463:22: style: The scope of the variable 'tx_ctx' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2481:23: style: The scope of the variable 'ep_attr' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2483:24: style: The scope of the variable 'pe_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:2764:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:739:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:934:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1810:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/sockets/src/sock_progress.c:1905:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libfabric-1.6.1/prov/sockets/src/sock_rx_entry.c:53:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_rx_entry.c:54:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_rx_entry.c:136:24: style: The scope of the variable 'rx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_rx_entry.c:163:24: style: The scope of the variable 'rx_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_wait.c:121:25: style: The scope of the variable 'end_ms' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_wait.c:123:24: style: The scope of the variable 'list_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_wait.c:125:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/sockets/src/sock_wait.c:235:24: style: The scope of the variable 'list_item' can be reduced. [variableScope]
libfabric-1.6.1/prov/tcp/src/tcpx_comm.c:89:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:253:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:248:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:253:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:273:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:270:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:273:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/tcp/src/tcpx_conn_mgr.c:113:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/udp/src/udpx_cq.c:60:20: style: Function 'udpx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/udp/src/udpx.h:117:20: note: Function 'udpx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'.
libfabric-1.6.1/prov/udp/src/udpx_cq.c:60:20: note: Function 'udpx_cq_open' argument 3 names different: declaration 'cq' definition 'cq_fid'.
libfabric-1.6.1/prov/udp/src/udpx_domain.c:73:23: style: Function 'udpx_domain_open' argument 3 names different: declaration 'dom' definition 'domain'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/udp/src/udpx.h:79:23: note: Function 'udpx_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/udp/src/udpx_domain.c:73:23: note: Function 'udpx_domain_open' argument 3 names different: declaration 'dom' definition 'domain'.
libfabric-1.6.1/prov/udp/src/udpx_ep.c:65:16: style: Same expression on both sides of '<' because the value of 'buflen' and '*addrlen' are the same. [duplicateExpression]
libfabric-1.6.1/prov/udp/src/udpx_ep.c:60:18: note: 'buflen' is assigned value '*addrlen' here.
libfabric-1.6.1/prov/udp/src/udpx_ep.c:65:16: note: Same expression on both sides of '<' because the value of 'buflen' and '*addrlen' are the same.
libfabric-1.6.1/prov/udp/src/udpx_ep.c:118:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/udp/src/udpx_ep.c:551:23: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/udp/src/udpx_ep.c:580:23: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/udp/src/udpx_ep.c:754:21: style: Function 'udpx_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/udp/src/udpx.h:113:21: note: Function 'udpx_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/udp/src/udpx_ep.c:754:21: note: Function 'udpx_endpoint' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/usnic/src/usdf_av.c:94:3: warning: Either the condition 'if(rdc)' is redundant or there is possible null pointer dereference: rdc. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/usnic/src/usdf_av.c:98:6: note: Assuming that condition 'if(rdc)' is not redundant
libfabric-1.6.1/prov/usnic/src/usdf_av.c:94:3: note: Null pointer dereference
libfabric-1.6.1/prov/usnic/src/usdf_av.c:107:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_av.c:227:11: style: The scope of the variable 'eth' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_av.c:441:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:281:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:690:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:274:71: style: Function 'usdf_cm_report_failure' argument 3 names different: declaration 'skip_data' definition 'copy_data'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_cm.h:74:8: note: Function 'usdf_cm_report_failure' argument 3 names different: declaration 'skip_data' definition 'copy_data'.
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:274:71: note: Function 'usdf_cm_report_failure' argument 3 names different: declaration 'skip_data' definition 'copy_data'.
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:445:36: style: Function 'usdf_cm_msg_connect' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:111:40: note: Function 'usdf_cm_msg_connect' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_cm.c:445:36: note: Function 'usdf_cm_msg_connect' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_cq.c:257:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cq.c:336:18: style: The scope of the variable 'cq_desc' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cq.c:444:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cq.c:538:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_cq.c:627:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:118:32: style: Function 'usdf_dgram_recv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:70:40: note: Function 'usdf_dgram_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:118:32: note: Function 'usdf_dgram_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:148:33: style: Function 'usdf_dgram_recvv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:72:41: note: Function 'usdf_dgram_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:148:33: note: Function 'usdf_dgram_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:178:35: style: Function 'usdf_dgram_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:74:43: note: Function 'usdf_dgram_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:178:35: note: Function 'usdf_dgram_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:233:32: style: Function 'usdf_dgram_send' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:76:40: note: Function 'usdf_dgram_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:233:32: note: Function 'usdf_dgram_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:331:33: style: Function 'usdf_dgram_sendv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:78:41: note: Function 'usdf_dgram_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:331:33: note: Function 'usdf_dgram_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:365:35: style: Function 'usdf_dgram_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:80:43: note: Function 'usdf_dgram_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:365:35: note: Function 'usdf_dgram_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:403:34: style: Function 'usdf_dgram_inject' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:82:42: note: Function 'usdf_dgram_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:403:34: note: Function 'usdf_dgram_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:427:49: style: Function 'usdf_dgram_prefix_inject' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:99:49: note: Function 'usdf_dgram_prefix_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:427:49: note: Function 'usdf_dgram_prefix_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:434:48: style: Function 'usdf_dgram_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:84:48: note: Function 'usdf_dgram_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:434:48: note: Function 'usdf_dgram_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:452:48: style: Function 'usdf_dgram_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:85:48: note: Function 'usdf_dgram_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:452:48: note: Function 'usdf_dgram_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:474:39: style: Function 'usdf_dgram_prefix_recv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:87:47: note: Function 'usdf_dgram_prefix_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:474:39: note: Function 'usdf_dgram_prefix_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:500:40: style: Function 'usdf_dgram_prefix_recvv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:89:48: note: Function 'usdf_dgram_prefix_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:500:40: note: Function 'usdf_dgram_prefix_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:589:39: style: Function 'usdf_dgram_prefix_send' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:93:47: note: Function 'usdf_dgram_prefix_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:589:39: note: Function 'usdf_dgram_prefix_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:721:42: style: Function 'usdf_dgram_prefix_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:97:50: note: Function 'usdf_dgram_prefix_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:721:42: note: Function 'usdf_dgram_prefix_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:769:55: style: Function 'usdf_dgram_prefix_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:101:55: note: Function 'usdf_dgram_prefix_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:769:55: note: Function 'usdf_dgram_prefix_rx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:788:55: style: Function 'usdf_dgram_prefix_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_dgram.h:102:55: note: Function 'usdf_dgram_prefix_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_dgram.c:788:55: note: Function 'usdf_dgram_prefix_tx_size_left' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_domain.c:97:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_domain.c:134:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_domain.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_domain.c:410:7: style: The scope of the variable 'valid' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_domain.c:411:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_endpoint.c:64:22: style: Function 'usdf_endpoint_open' argument 3 names different: declaration 'ep' definition 'ep_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf.h:489:19: note: Function 'usdf_endpoint_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_endpoint.c:64:22: note: Function 'usdf_endpoint_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_dgram.c:657:13: style: Redundant condition: hints. '!hints || (hints && !(hints->mode&FI_MSG_PREFIX))' is equivalent to '!hints || !(hints->mode&FI_MSG_PREFIX)' [redundantCondition]
libfabric-1.6.1/prov/usnic/src/usdf_ep_dgram.c:733:13: style: Redundant condition: hints. '!hints || (hints && !(hints->mode&FI_MSG_PREFIX))' is equivalent to '!hints || !(hints->mode&FI_MSG_PREFIX)' [redundantCondition]
libfabric-1.6.1/prov/usnic/src/usdf_ep_dgram.c:781:22: style: Function 'usdf_ep_dgram_open' argument 3 names different: declaration 'ep' definition 'ep_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_endpoint.h:41:19: note: Function 'usdf_ep_dgram_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_dgram.c:781:22: note: Function 'usdf_ep_dgram_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_msg.c:937:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_ep_msg.c:969:22: style: Function 'usdf_ep_msg_open' argument 3 names different: declaration 'ep' definition 'ep_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_endpoint.h:43:19: note: Function 'usdf_ep_msg_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_msg.c:969:22: note: Function 'usdf_ep_msg_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_rdm.c:1012:22: style: Function 'usdf_ep_rdm_open' argument 3 names different: declaration 'ep' definition 'ep_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_endpoint.h:45:19: note: Function 'usdf_ep_rdm_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_ep_rdm.c:1012:22: note: Function 'usdf_ep_rdm_open' argument 3 names different: declaration 'ep' definition 'ep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_eq.c:88:10: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_eq.c:175:30: style: The scope of the variable 'err_data_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_eq.c:176:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_eq.c:563:18: style: Function 'usdf_eq_open' argument 3 names different: declaration 'eq' definition 'feq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf.h:481:18: note: Function 'usdf_eq_open' argument 3 names different: declaration 'eq' definition 'feq'.
libfabric-1.6.1/prov/usnic/src/usdf_eq.c:563:18: note: Function 'usdf_eq_open' argument 3 names different: declaration 'eq' definition 'feq'.
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:86:8: style: The scope of the variable 'addrnetw' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:113:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:114:7: style: The scope of the variable 'valid' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:213:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:247:22: style: The scope of the variable 'sin' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:814:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:815:22: style: The scope of the variable 'sin' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_fabric.c:974:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:131:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:612:17: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:614:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:950:22: style: The scope of the variable 'wqe' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:206:30: style: Function 'usdf_msg_recv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:116:38: note: Function 'usdf_msg_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:206:30: note: Function 'usdf_msg_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:245:31: style: Function 'usdf_msg_recvv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:118:39: note: Function 'usdf_msg_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:245:31: note: Function 'usdf_msg_recvv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:293:30: style: Function 'usdf_msg_send' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:123:38: note: Function 'usdf_msg_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:293:30: note: Function 'usdf_msg_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:294:13: style: Function 'usdf_msg_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:124:24: note: Function 'usdf_msg_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:294:13: note: Function 'usdf_msg_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:341:31: style: Function 'usdf_msg_sendv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:125:39: note: Function 'usdf_msg_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:341:31: note: Function 'usdf_msg_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:342:42: style: Function 'usdf_msg_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:126:39: note: Function 'usdf_msg_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:342:42: note: Function 'usdf_msg_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:395:33: style: Function 'usdf_msg_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:127:41: note: Function 'usdf_msg_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:395:33: note: Function 'usdf_msg_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:484:32: style: Function 'usdf_msg_inject' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:130:40: note: Function 'usdf_msg_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:484:32: note: Function 'usdf_msg_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:485:13: style: Function 'usdf_msg_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:131:12: note: Function 'usdf_msg_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:485:13: note: Function 'usdf_msg_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:537:33: style: Function 'usdf_msg_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_msg.h:120:41: note: Function 'usdf_msg_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_msg.c:537:33: note: Function 'usdf_msg_recvmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_pep.c:687:23: style: Function 'usdf_pep_open' argument 3 names different: declaration 'pep_p' definition 'pep_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf.h:483:20: note: Function 'usdf_pep_open' argument 3 names different: declaration 'pep_p' definition 'pep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_pep.c:687:23: note: Function 'usdf_pep_open' argument 3 names different: declaration 'pep_p' definition 'pep_o'.
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:47:18: style: The scope of the variable 'cq' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:175:22: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:243:39: style: Function 'usdf_poll_open' argument 1 names different: declaration 'domain' definition 'fdom'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_poll.h:53:39: note: Function 'usdf_poll_open' argument 1 names different: declaration 'domain' definition 'fdom'.
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:243:39: note: Function 'usdf_poll_open' argument 1 names different: declaration 'domain' definition 'fdom'.
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:244:21: style: Function 'usdf_poll_open' argument 3 names different: declaration 'pollset' definition 'fps'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_poll.h:54:21: note: Function 'usdf_poll_open' argument 3 names different: declaration 'pollset' definition 'fps'.
libfabric-1.6.1/prov/usnic/src/usdf_poll.c:244:21: note: Function 'usdf_poll_open' argument 3 names different: declaration 'pollset' definition 'fps'.
libfabric-1.6.1/prov/usnic/src/usdf_progress.c:94:6: style: The scope of the variable 'num_blocked_waiting' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_progress.c:98:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_progress.c:143:18: style: The scope of the variable 'tx' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:381:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:850:17: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:852:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:1272:23: style: The scope of the variable 'hcq' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:1351:22: style: The scope of the variable 'fp' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:456:30: style: Function 'usdf_rdm_recv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:167:38: note: Function 'usdf_rdm_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:456:30: note: Function 'usdf_rdm_recv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:566:30: style: Function 'usdf_rdm_send' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:174:38: note: Function 'usdf_rdm_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:566:30: note: Function 'usdf_rdm_send' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:567:13: style: Function 'usdf_rdm_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:175:24: note: Function 'usdf_rdm_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:567:13: note: Function 'usdf_rdm_send' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:738:39: style: Function 'usdf_rdm_sendv' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:176:39: note: Function 'usdf_rdm_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:738:39: note: Function 'usdf_rdm_sendv' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:739:34: style: Function 'usdf_rdm_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:177:39: note: Function 'usdf_rdm_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:739:34: note: Function 'usdf_rdm_sendv' argument 5 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:747:41: style: Function 'usdf_rdm_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:178:41: note: Function 'usdf_rdm_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:747:41: note: Function 'usdf_rdm_sendmsg' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:755:32: style: Function 'usdf_rdm_inject' argument 1 names different: declaration 'ep' definition 'fep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:180:40: note: Function 'usdf_rdm_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:755:32: note: Function 'usdf_rdm_inject' argument 1 names different: declaration 'ep' definition 'fep'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:756:13: style: Function 'usdf_rdm_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_rdm.h:181:12: note: Function 'usdf_rdm_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_rdm.c:756:13: note: Function 'usdf_rdm_inject' argument 4 names different: declaration 'src_addr' definition 'dest_addr'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:136:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:201:27: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:74:50: style: Function 'usdf_timer_alloc' argument 2 names different: declaration 'arg' definition 'context'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_timer.h:57:54: note: Function 'usdf_timer_alloc' argument 2 names different: declaration 'arg' definition 'context'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:74:50: note: Function 'usdf_timer_alloc' argument 2 names different: declaration 'arg' definition 'context'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:75:29: style: Function 'usdf_timer_alloc' argument 3 names different: declaration 'entry' definition 'entry_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_timer.h:58:29: note: Function 'usdf_timer_alloc' argument 3 names different: declaration 'entry' definition 'entry_o'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:75:29: note: Function 'usdf_timer_alloc' argument 3 names different: declaration 'entry' definition 'entry_o'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:169:12: style: Function 'usdf_timer_set' argument 3 names different: declaration 'timeout' definition 'ms'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_timer.h:63:12: note: Function 'usdf_timer_set' argument 3 names different: declaration 'timeout' definition 'ms'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:169:12: note: Function 'usdf_timer_set' argument 3 names different: declaration 'timeout' definition 'ms'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:186:12: style: Function 'usdf_timer_reset' argument 3 names different: declaration 'timeout' definition 'ms'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_timer.h:65:12: note: Function 'usdf_timer_reset' argument 3 names different: declaration 'timeout' definition 'ms'.
libfabric-1.6.1/prov/usnic/src/usdf_timer.c:186:12: note: Function 'usdf_timer_reset' argument 3 names different: declaration 'timeout' definition 'ms'.
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:285:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:279:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:285:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:275:44: style: Function 'usdf_wait_wait' argument 1 names different: declaration 'wait_fid' definition 'fwait'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:48:44: note: Function 'usdf_wait_wait' argument 1 names different: declaration 'wait_fid' definition 'fwait'.
libfabric-1.6.1/prov/usnic/src/usdf_wait.c:275:44: note: Function 'usdf_wait_wait' argument 1 names different: declaration 'wait_fid' definition 'fwait'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/libnl_utils.h:47:0: error: #error You must define HAVE_LIBNL3 to 0 or 1 before including libnl_utils.h [preprocessorErrorDirective]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_rq.h:227:6: style: The scope of the variable 'skipped' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_rq.h:251:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_rq.h:266:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:106:30: style: Function 'usd_get_device_list' argument 1 names different: declaration 'dev_array' definition 'entries'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:314:50: note: Function 'usd_get_device_list' argument 1 names different: declaration 'dev_array' definition 'entries'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:106:30: note: Function 'usd_get_device_list' argument 1 names different: declaration 'dev_array' definition 'entries'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:107:10: style: Function 'usd_get_device_list' argument 2 names different: declaration 'num_devs' definition 'num_entries'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:315:14: note: Function 'usd_get_device_list' argument 2 names different: declaration 'num_devs' definition 'num_entries'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:107:10: note: Function 'usd_get_device_list' argument 2 names different: declaration 'num_devs' definition 'num_entries'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:607:17: style: Function 'usd_open' argument 1 names different: declaration 'devname' definition 'dev_name'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:317:26: note: Function 'usd_open' argument 1 names different: declaration 'devname' definition 'dev_name'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:607:17: note: Function 'usd_open' argument 1 names different: declaration 'devname' definition 'dev_name'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:656:30: style: Function 'usd_get_device_attrs' argument 2 names different: declaration 'attr' definition 'dattrs'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:326:34: note: Function 'usd_get_device_attrs' argument 2 names different: declaration 'attr' definition 'dattrs'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_device.c:656:30: note: Function 'usd_get_device_attrs' argument 2 names different: declaration 'attr' definition 'dattrs'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_event.c:59:47: style: Function 'usd_get_device_event' argument 2 names different: declaration 'event' definition 'devent'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:329:34: note: Function 'usd_get_device_event' argument 2 names different: declaration 'event' definition 'devent'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_event.c:59:47: note: Function 'usd_get_device_event' argument 2 names different: declaration 'event' definition 'devent'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:580:5: style: Variable 'irp' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:569:0: note: Variable 'irp' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:580:5: note: Variable 'irp' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:274:35: style: The scope of the variable 'ucp' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:915:14: style: The scope of the variable 'speed' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:323:15: style: Function 'usd_ib_cmd_alloc_pd' argument 2 names different: declaration 'pd_handle_o' definition 'handle_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.h:49:60: note: Function 'usd_ib_cmd_alloc_pd' argument 2 names different: declaration 'pd_handle_o' definition 'handle_o'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:323:15: note: Function 'usd_ib_cmd_alloc_pd' argument 2 names different: declaration 'pd_handle_o' definition 'handle_o'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:592:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:832:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_ib_cmd.c:864:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:134:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:158:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:166:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:61:11: style: Function 'usd_reg_mr' argument 2 names different: declaration 'buffer' definition 'vaddr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:430:15: note: Function 'usd_reg_mr' argument 2 names different: declaration 'buffer' definition 'vaddr'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:61:11: note: Function 'usd_reg_mr' argument 2 names different: declaration 'buffer' definition 'vaddr'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:62:12: style: Function 'usd_reg_mr' argument 3 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:430:30: note: Function 'usd_reg_mr' argument 3 names different: declaration 'size' definition 'length'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_mem.c:62:12: note: Function 'usd_reg_mr' argument 3 names different: declaration 'size' definition 'length'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_poll.c:203:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_poll.c:199:20: style: Function 'usd_poll_cq_multi' argument 1 names different: declaration 'cq' definition 'ucq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:544:38: note: Function 'usd_poll_cq_multi' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_poll.c:199:20: note: Function 'usd_poll_cq_multi' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_poll.c:217:20: style: Function 'usd_poll_cq' argument 1 names different: declaration 'cq' definition 'ucq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:546:32: note: Function 'usd_poll_cq' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_poll.c:217:20: note: Function 'usd_poll_cq' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_post.c:77:19: style: The scope of the variable 'iovp' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_post.c:70:20: style: Function 'usd_post_recv' argument 1 names different: declaration 'qp' definition 'uqp'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:541:34: note: Function 'usd_post_recv' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_post.c:70:20: note: Function 'usd_post_recv' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:77:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:347:20: style: Function 'usd_destroy_cq' argument 1 names different: declaration 'cq' definition 'ucq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:365:35: note: Function 'usd_destroy_cq' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:347:20: note: Function 'usd_destroy_cq' argument 1 names different: declaration 'cq' definition 'ucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:722:20: style: Function 'usd_disable_qp' argument 1 names different: declaration 'qp' definition 'uqp'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:403:35: note: Function 'usd_disable_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:722:20: note: Function 'usd_disable_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:736:20: style: Function 'usd_enable_qp' argument 1 names different: declaration 'qp' definition 'uqp'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:402:34: note: Function 'usd_enable_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:736:20: note: Function 'usd_enable_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1053:20: style: Function 'usd_destroy_qp' argument 1 names different: declaration 'qp' definition 'uqp'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:400:35: note: Function 'usd_destroy_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1053:20: note: Function 'usd_destroy_qp' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1229:20: style: Function 'usd_create_qp' argument 4 names different: declaration 'wcq' definition 'wucq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:396:24: note: Function 'usd_create_qp' argument 4 names different: declaration 'wcq' definition 'wucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1229:20: note: Function 'usd_create_qp' argument 4 names different: declaration 'wcq' definition 'wucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1230:20: style: Function 'usd_create_qp' argument 5 names different: declaration 'rcq' definition 'rucq'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:396:44: note: Function 'usd_create_qp' argument 5 names different: declaration 'rcq' definition 'rucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1230:20: note: Function 'usd_create_qp' argument 5 names different: declaration 'rcq' definition 'rucq'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1231:14: style: Function 'usd_create_qp' argument 6 names different: declaration 'send_credits' definition 'num_send_credits'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:397:18: note: Function 'usd_create_qp' argument 6 names different: declaration 'send_credits' definition 'num_send_credits'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1231:14: note: Function 'usd_create_qp' argument 6 names different: declaration 'send_credits' definition 'num_send_credits'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1232:14: style: Function 'usd_create_qp' argument 7 names different: declaration 'recv_credits' definition 'num_recv_credits'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:397:41: note: Function 'usd_create_qp' argument 7 names different: declaration 'recv_credits' definition 'num_recv_credits'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1232:14: note: Function 'usd_create_qp' argument 7 names different: declaration 'recv_credits' definition 'num_recv_credits'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1234:21: style: Function 'usd_create_qp' argument 9 names different: declaration 'qp_o' definition 'uqp_o'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:398:50: note: Function 'usd_create_qp' argument 9 names different: declaration 'qp_o' definition 'uqp_o'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1234:21: note: Function 'usd_create_qp' argument 9 names different: declaration 'qp_o' definition 'uqp_o'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1343:20: style: Function 'usd_get_qp_attrs' argument 1 names different: declaration 'qp' definition 'uqp'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:405:37: note: Function 'usd_get_qp_attrs' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1343:20: note: Function 'usd_get_qp_attrs' argument 1 names different: declaration 'qp' definition 'uqp'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1344:26: style: Function 'usd_get_qp_attrs' argument 2 names different: declaration 'qp_attrs_o' definition 'qattrs'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/usnic_direct.h:406:30: note: Function 'usd_get_qp_attrs' argument 2 names different: declaration 'qp_attrs_o' definition 'qattrs'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/usd_queues.c:1344:26: note: Function 'usd_get_qp_attrs' argument 2 names different: declaration 'qp_attrs_o' definition 'qattrs'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.c:82:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.c:96:45: style: Function 'vnic_cq_init' argument 9 names different: declaration 'message_enable' definition 'cq_message_enable'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.h:146:45: note: Function 'vnic_cq_init' argument 9 names different: declaration 'message_enable' definition 'cq_message_enable'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.c:96:45: note: Function 'vnic_cq_init' argument 9 names different: declaration 'message_enable' definition 'cq_message_enable'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.c:97:37: style: Function 'vnic_cq_init' argument 11 names different: declaration 'message_addr' definition 'cq_message_addr'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.h:147:37: note: Function 'vnic_cq_init' argument 11 names different: declaration 'message_addr' definition 'cq_message_addr'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_cq.c:97:37: note: Function 'vnic_cq_init' argument 11 names different: declaration 'message_addr' definition 'cq_message_addr'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1755:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1750:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1755:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1770:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1765:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1770:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1782:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1780:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1782:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:804:6: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1020:6: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1021:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1037:6: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1038:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1170:6: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1365:6: style: The scope of the variable 'wait' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:1705:24: style: The scope of the variable 'action' can be reduced. [variableScope]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:242:31: style: Function 'vnic_dev_upd_res_vaddr' argument 2 names different: declaration 'maps' definition 'map'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.h:194:30: note: Function 'vnic_dev_upd_res_vaddr' argument 2 names different: declaration 'maps' definition 'map'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_dev.c:242:31: note: Function 'vnic_dev_upd_res_vaddr' argument 2 names different: declaration 'maps' definition 'map'.
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_intr.c:69:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_intr.c:118:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_rq.c:136:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_rq.c:229:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_wq.c:155:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/usnic/src/usnic_direct/vnic_wq.c:261:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/prov/util/src/util_attr.c:1201:18: warning: Either the condition 'hints' is redundant or there is possible null pointer dereference: hints. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/util/src/util_attr.c:1197:9: note: Assuming that condition 'hints' is not redundant
libfabric-1.6.1/prov/util/src/util_attr.c:1201:18: note: Null pointer dereference
libfabric-1.6.1/prov/util/src/util_attr.c:1203:43: warning: Either the condition 'hints' is redundant or there is possible null pointer dereference: hints. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/util/src/util_attr.c:1197:9: note: Assuming that condition 'hints' is not redundant
libfabric-1.6.1/prov/util/src/util_attr.c:1203:43: note: Null pointer dereference
libfabric-1.6.1/prov/util/src/util_attr.c:1205:35: warning: Either the condition 'hints' is redundant or there is possible null pointer dereference: hints. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/util/src/util_attr.c:1197:9: note: Assuming that condition 'hints' is not redundant
libfabric-1.6.1/prov/util/src/util_attr.c:1205:35: note: Null pointer dereference
libfabric-1.6.1/prov/util/src/util_attr.c:1206:35: warning: Either the condition 'hints' is redundant or there is possible null pointer dereference: hints. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/util/src/util_attr.c:1197:9: note: Assuming that condition 'hints' is not redundant
libfabric-1.6.1/prov/util/src/util_attr.c:1206:35: note: Null pointer dereference
libfabric-1.6.1/prov/util/src/util_attr.c:1207:35: warning: Either the condition 'hints' is redundant or there is possible null pointer dereference: hints. [nullPointerRedundantCheck]
libfabric-1.6.1/prov/util/src/util_attr.c:1197:9: note: Assuming that condition 'hints' is not redundant
libfabric-1.6.1/prov/util/src/util_attr.c:1207:35: note: Null pointer dereference
libfabric-1.6.1/prov/util/src/util_attr.c:910:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:330:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:331:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:376:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:418:15: style: The scope of the variable 'next' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:418:21: style: The scope of the variable 'i' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:1023:9: style: The scope of the variable 'slot' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:1023:15: style: The scope of the variable 'index' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:1023:22: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:1587:25: style: The scope of the variable 'peer' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:1588:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_av.c:111:18: style: Unused variable: ifaddrs [unusedVariable]
libfabric-1.6.1/prov/util/src/util_av.c:111:28: style: Unused variable: ifa [unusedVariable]
libfabric-1.6.1/prov/util/src/util_buf.c:45:26: style: The scope of the variable 'buf_ftr' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_buf.c:155:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_buf.c:156:26: style: The scope of the variable 'buf_region' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cntr.c:263:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cntr.c:264:25: style: The scope of the variable 'fid_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cq.c:349:28: style: The scope of the variable 'err' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cq.c:350:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cq.c:472:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_cq.c:473:25: style: The scope of the variable 'fid_entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_eq.c:160:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_eq.c:161:21: style: The scope of the variable 'event' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_main.c:114:25: style: The scope of the variable 'item' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_ns.c:291:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_wait.c:47:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/util/src/util_wait.c:262:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_av.c:186:11: style: The scope of the variable 'slot' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_av.c:186:20: style: The scope of the variable 'index' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_cntr.c:35:47: style: Function 'fi_ibv_dgram_cntr_open' argument 1 names different: declaration 'domain' definition 'domain_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/fi_verbs.h:678:47: note: Function 'fi_ibv_dgram_cntr_open' argument 1 names different: declaration 'domain' definition 'domain_fid'.
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_cntr.c:35:47: note: Function 'fi_ibv_dgram_cntr_open' argument 1 names different: declaration 'domain' definition 'domain_fid'.
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_cq.c:210:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_cq.c:229:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_cq.c:248:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep.c:338:12: error: Memory leak: src_addr [memleak]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep_msg.c:181:2: style: Variable 'wr_entry' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep_msg.c:170:0: note: Variable 'wr_entry' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep_msg.c:181:2: note: Variable 'wr_entry' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep_msg.c:81:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/ep_dgram/verbs_dgram_ep_msg.c:190:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_queuing.h:285:26: style: The scope of the variable 'j' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_cq_ep_rdm.c:173:11: style: The scope of the variable 'api_version' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_rdm_cntr.c:118:22: style: Function 'fi_rbv_rdm_cntr_open' argument 3 names different: declaration 'cntr' definition 'cntr_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/fi_verbs.h:670:22: note: Function 'fi_rbv_rdm_cntr_open' argument 3 names different: declaration 'cntr' definition 'cntr_fid'.
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_rdm_cntr.c:118:22: note: Function 'fi_rbv_rdm_cntr_open' argument 3 names different: declaration 'cntr' definition 'cntr_fid'.
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_tagged_ep_rdm_states.c:834:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_utils.c:114:54: style: Function 'fi_ibv_rdm_postponed_process' argument 1 names different: declaration 'item' definition 'postponed_item'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_utils.h:184:54: note: Function 'fi_ibv_rdm_postponed_process' argument 1 names different: declaration 'item' definition 'postponed_item'.
libfabric-1.6.1/prov/verbs/src/ep_rdm/verbs_utils.c:114:54: note: Function 'fi_ibv_rdm_postponed_process' argument 1 names different: declaration 'item' definition 'postponed_item'.
libfabric-1.6.1/prov/verbs/src/verbs_cm.c:126:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:391:24: style: The scope of the variable 'wre_pool' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:392:14: style: The scope of the variable 'wre_lock' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:610:25: style: The scope of the variable 'epe' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:611:21: style: The scope of the variable 'wce' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:613:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:358:46: style: Function 'fi_ibv_cleanup_cq' argument 1 names different: declaration 'cur_ep' definition 'ep'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/fi_verbs.h:737:46: note: Function 'fi_ibv_cleanup_cq' argument 1 names different: declaration 'cur_ep' definition 'ep'.
libfabric-1.6.1/prov/verbs/src/verbs_cq.c:358:46: note: Function 'fi_ibv_cleanup_cq' argument 1 names different: declaration 'cur_ep' definition 'ep'.
libfabric-1.6.1/prov/verbs/src/verbs_eq.c:335:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_eq.c:395:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_info.c:574:22: style: The scope of the variable 'verbs' can be reduced. [variableScope]
libfabric-1.6.1/prov/verbs/src/verbs_info.c:160:6: style: struct member 'fi_ibv_rdm_sysaddr::is_found' is never used. [unusedStructMember]
libfabric-1.6.1/prov/verbs/src/verbs_mr.c:283:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/prov/verbs/src/verbs_mr.c:282:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/verbs/src/verbs_mr.c:283:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:288:22: style: Function 'fi_ibv_open_ep' argument 3 names different: declaration 'ep' definition 'ep_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/fi_verbs.h:660:22: note: Function 'fi_ibv_open_ep' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:288:22: note: Function 'fi_ibv_open_ep' argument 3 names different: declaration 'ep' definition 'ep_fid'.
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:679:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:681:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:722:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:974:2: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/verbs_msg_ep.c:994:2: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/prov/verbs/src/verbs_srq.c:216:26: style: Function 'fi_ibv_srq_context' argument 3 names different: declaration 'rx_ep' definition 'srq_ep_fid'. [funcArgNamesDifferent]
libfabric-1.6.1/prov/verbs/src/fi_verbs.h:632:26: note: Function 'fi_ibv_srq_context' argument 3 names different: declaration 'rx_ep' definition 'srq_ep_fid'.
libfabric-1.6.1/prov/verbs/src/verbs_srq.c:216:26: note: Function 'fi_ibv_srq_context' argument 3 names different: declaration 'rx_ep' definition 'srq_ep_fid'.
libfabric-1.6.1/prov/verbs/src/verbs_srq.c:121:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/src/common.c:598:11: style: The scope of the variable 'addr_format' can be reduced. [variableScope]
libfabric-1.6.1/src/common.c:394:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libfabric-1.6.1/src/iov.c:43:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libfabric-1.6.1/src/linux/rdpmc.c:140:11: style: The scope of the variable 'index' can be reduced. [variableScope]
libfabric-1.6.1/src/unix/osd.c:237:3: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/src/unix/osd.c:233:3: note: Variable 'first' is reassigned a value before the old one has been used.
libfabric-1.6.1/src/unix/osd.c:237:3: note: Variable 'first' is reassigned a value before the old one has been used.
libfabric-1.6.1/src/unix/osd.c:219:20: style: The scope of the variable 'b' can be reduced. [variableScope]
libfabric-1.6.1/src/unix/osd.c:220:9: style: The scope of the variable 'first' can be reduced. [variableScope]
libfabric-1.6.1/src/unix/osd.c:220:16: style: The scope of the variable 'last' can be reduced. [variableScope]
libfabric-1.6.1/src/unix/osd.c:220:22: style: The scope of the variable 'stride' can be reduced. [variableScope]
libfabric-1.6.1/src/var.c:65:25: style: The scope of the variable 'param' can be reduced. [variableScope]
libfabric-1.6.1/src/var.c:152:25: style: The scope of the variable 'param' can be reduced. [variableScope]
libfabric-1.6.1/src/var.c:315:25: style: The scope of the variable 'param' can be reduced. [variableScope]
libfabric-1.6.1/src/var.c:316:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfabric-1.6.1/src/windows/osd.c:108:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libfabric-1.6.1/src/windows/osd.c:510:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/src/windows/osd.c:531:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libfabric-1.6.1/util/info.c:202:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/util/pingpong.c:842:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/util/pingpong.c:1508:3: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libfabric-1.6.1/util/pingpong.c:1617:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/util/pingpong.c:1657:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/util/pingpong.c:1718:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfabric-1.6.1/util/pingpong.c:2127:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfabric-1.6.1/util/pingpong.c:2124:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/util/pingpong.c:2127:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libfabric-1.6.1/util/pingpong.c:820:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libfabric-1.6.1/util/pingpong.c:1065:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfabric-1.6.1/util/pingpong.c:545:41: style: Checking if unsigned variable 'addrlen' is less than zero. [unsignedLessThanZero]
libfabric-1.6.1/util/pingpong.c:1283:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfabric-1.6.1/util/windows/getopt/getopt.cpp:327:3: error: Common realloc mistake: 'swap_list' nulled but not freed upon failure [memleakOnRealloc]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfailures-perl/libfailures-perl_0.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfakekey/libfakekey_0.1.orig.tar.gz
libfakekey-0.1/src/libfakekey.c:286:14: style: The scope of the variable 'modifiedkey' can be reduced. [variableScope]
libfakekey-0.1/tests/fakekey-test.c:8:12: style: Unused variable: i [unusedVariable]
libfakekey-0.1/tests/fakekey-test.c:10:17: style: Variable 'str2' is assigned a value that is never used. [unreadVariable]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfam-ruby/libfam-ruby_0.2.0.orig.tar.gz
libfam-ruby-0.2.0/fam.c:378:3: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfam-ruby-0.2.0/fam.c:374:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfam-ruby-0.2.0/fam.c:378:3: note: Variable 'req' is reassigned a value before the old one has been used.
libfam-ruby-0.2.0/fam.c:412:3: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
libfam-ruby-0.2.0/fam.c:408:0: note: Variable 'req' is reassigned a value before the old one has been used.
libfam-ruby-0.2.0/fam.c:412:3: note: Variable 'req' is reassigned a value before the old one has been used.
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfann/libfann_2.2.0+ds.orig.tar.xz
fann-2.2.0/src/fann.c:1087:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann.c:1268:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann.c:1271:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_io.c:207:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fann-2.2.0/src/fann_io.c:208:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fann-2.2.0/src/fann_io.c:209:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fann-2.2.0/src/fann_io.c:231:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fann-2.2.0/src/fann_io.c:285:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fann-2.2.0/src/fann_train_data.c:262:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_train_data.c:282:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_cascade.c:60:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_cascade.c:77:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_cascade.c:77:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann_cascade.c:117:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fann-2.2.0/src/fann.c:97:32: style: The scope of the variable 'last_layer' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:103:51: style: The scope of the variable 'j' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:104:15: style: The scope of the variable 'min_connections' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:104:32: style: The scope of the variable 'max_connections' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:104:49: style: The scope of the variable 'num_connections' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:105:15: style: The scope of the variable 'connections_per_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:105:39: style: The scope of the variable 'allocated_connections' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:106:15: style: The scope of the variable 'random_number' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:106:30: style: The scope of the variable 'found_connection' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:106:48: style: The scope of the variable 'tmp_con' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:401:31: style: The scope of the variable 'num_neurons_out' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:529:34: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:842:18: style: The scope of the variable 'input_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann.c:1137:34: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann_io.c:93:15: style: The scope of the variable 'decimal_point' can be reduced. [variableScope]
fann-2.2.0/src/fann_io.c:96:15: style: The scope of the variable 'bits_used_for_max' can be reduced. [variableScope]
fann-2.2.0/src/fann_train.c:296:34: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann_train.c:372:34: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann_train.c:458:34: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann_train.c:544:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fann-2.2.0/src/fann_train.c:962:22: style: The scope of the variable 'last_neuron' can be reduced. [variableScope]
fann-2.2.0/src/fann_train_data.c:252:8: style: The scope of the variable 'error' can be reduced. [variableScope]
fann-2.2.0/src/fann_train_data.c:254:6: style: The scope of the variable 'desired_error_reached' can be reduced. [variableScope]
fann-2.2.0/src/fann_train_data.c:322:30: style: The scope of the variable 'swap' can be reduced. [variableScope]
fann-2.2.0/src/fann_train_data.c:1111:23: style: The scope of the variable 'cur_sample' can be reduced. [variableScope]
fann-2.2.0/src/fann_train_data.c:1149:23: style: The scope of the variable 'cur_sample' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:53:8: style: The scope of the variable 'error' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:56:6: style: The scope of the variable 'desired_error_reached' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:145:8: style: The scope of the variable 'error' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:145:30: style: The scope of the variable 'error_improvement' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:298:15: style: The scope of the variable 'num_neurons' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:299:15: style: The scope of the variable 'num_neurons_so_far' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:372:15: style: The scope of the variable 'neurons_to_allocate' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:372:36: style: The scope of the variable 'connections_to_allocate' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:563:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:563:21: style: The scope of the variable 'num_connections' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:566:23: style: The scope of the variable 'cand_out_weights' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:566:42: style: The scope of the variable 'cand_slopes' can be reduced. [variableScope]
fann-2.2.0/src/fann_cascade.c:566:56: style: The scope of the variable 'cand_out_slopes' can be reduced. [variableScope]
fann-2.2.0/src/fann_io.c:393:3: error: Memory leak: read_version [memleak]
fann-2.2.0/src/fann_train_data.c:456:3: error: Memory leak: dest [memleak]
fann-2.2.0/src/fann_train_data.c:497:3: error: Memory leak: data_input [memleak]
fann-2.2.0/src/fann_train_data.c:566:3: error: Memory leak: data_input [memleak]
fann-2.2.0/src/fann_train_data.c:598:3: error: Memory leak: dest [memleak]
fann-2.2.0/src/fann_train_data.c:637:3: error: Memory leak: data_input [memleak]
fann-2.2.0/src/fann_train_data.c:810:3: error: Memory leak: data_input [memleak]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfap/libfap_1.5.orig.tar.gz
libfap-1.5/src/fap.c:1054:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfap-1.5/src/fap.c:1098:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfap-1.5/src/fap.c:822:8: style: The scope of the variable 'wasdigied' can be reduced. [variableScope]
libfap-1.5/src/fap.c:904:6: style: The scope of the variable 'ssid' can be reduced. [variableScope]
libfap-1.5/src/fap.c:904:16: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap-1.5/src/fap.c:905:7: style: The scope of the variable 'call' can be reduced. [variableScope]
libfap-1.5/src/fap.c:905:16: style: The scope of the variable 'ssid_str' can be reduced. [variableScope]
libfap-1.5/src/fap.c:908:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libfap-1.5/src/fap.c:1075:7: style: The scope of the variable 'charri' can be reduced. [variableScope]
libfap-1.5/src/fap.c:1325:15: style: The scope of the variable 'digi_count' can be reduced. [variableScope]
libfap-1.5/src/fap.c:515:60: style: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
libfap-1.5/src/fap.h:383:60: note: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'.
libfap-1.5/src/fap.c:515:60: note: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'.
libfap-1.5/src/fap.c:745:56: style: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
libfap-1.5/src/fap.h:390:56: note: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'.
libfap-1.5/src/fap.c:745:56: note: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'.
libfap-1.5/src/helpers.c:1817:12: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap-1.5/src/helpers.c:1812:10: note: Assuming that condition 'tmp_str' is not redundant
libfap-1.5/src/helpers.c:1817:12: note: Null pointer dereference
libfap-1.5/src/helpers.c:1818:5: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap-1.5/src/helpers.c:1812:10: note: Assuming that condition 'tmp_str' is not redundant
libfap-1.5/src/helpers.c:1818:5: note: Null pointer dereference
libfap-1.5/src/helpers.c:1819:15: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap-1.5/src/helpers.c:1812:10: note: Assuming that condition 'tmp_str' is not redundant
libfap-1.5/src/helpers.c:1819:15: note: Null pointer dereference
libfap-1.5/src/helpers.c:3361:18: warning: Either the condition 'current_elem' is redundant or there is possible null pointer dereference: current_elem. [nullPointerRedundantCheck]
libfap-1.5/src/helpers.c:3357:8: note: Assuming that condition 'current_elem' is not redundant
libfap-1.5/src/helpers.c:3361:18: note: Null pointer dereference
libfap-1.5/src/helpers.c:318:7: style: The scope of the variable 'dao' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:758:7: style: The scope of the variable 'buf_3b' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1238:7: style: The scope of the variable 'course' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1238:18: style: The scope of the variable 'speed' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1238:28: style: The scope of the variable 'range' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1238:38: style: The scope of the variable 'altitude' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1238:51: style: The scope of the variable 'dao' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1239:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1418:8: style: The scope of the variable 'checksum_area' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1419:7: style: The scope of the variable 'checksum_given_str' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1420:7: style: The scope of the variable 'checksum_given' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:1421:7: style: The scope of the variable 'checksum_calculated' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:2381:20: style: The scope of the variable 'saved' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:2516:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:2992:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:2993:6: style: The scope of the variable 'len1' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:2993:12: style: The scope of the variable 'len2' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:3743:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:3744:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap-1.5/src/helpers.c:761:24: style: Unused variable: fwd_struct [unusedVariable]
libfap-1.5/src/helpers.c:761:36: style: Unused variable: back_struct [unusedVariable]
libfap-1.5/src/helpers.c:3014:34: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers.c:3027:35: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers.c:3040:35: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers.c:3053:35: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers.c:3066:35: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers.c:3079:35: error: Memory leak: tmp_str [memleak]
libfap-1.5/src/helpers2.c:82:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:84:7: style: The scope of the variable 'type' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:86:7: style: The scope of the variable 'numberid_str' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:87:6: style: The scope of the variable 'numberid' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:89:7: style: The scope of the variable 'dst_type' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:90:7: style: The scope of the variable 'overlay' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:92:7: style: The scope of the variable 'tmp_2b' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:425:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:426:15: style: The scope of the variable 'tmp_us' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:427:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:545:15: style: The scope of the variable 'tmp_us' can be reduced. [variableScope]
libfap-1.5/src/helpers2.c:546:7: style: Unused variable: buf [unusedVariable]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfap5/libfap5_1.3.orig.tar.gz
libfap5-1.3/src/fap.c:1049:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfap5-1.3/src/fap.c:1093:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfap5-1.3/src/fap.c:817:8: style: The scope of the variable 'wasdigied' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:899:6: style: The scope of the variable 'ssid' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:899:16: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:900:7: style: The scope of the variable 'call' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:900:16: style: The scope of the variable 'ssid_str' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:903:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:1070:7: style: The scope of the variable 'charri' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:1322:15: style: The scope of the variable 'digi_count' can be reduced. [variableScope]
libfap5-1.3/src/fap.c:510:60: style: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
libfap5-1.3/src/fap.h:381:60: note: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'.
libfap5-1.3/src/fap.c:510:60: note: Function 'fap_explain_error' argument 2 names different: declaration 'buffer' definition 'output'.
libfap5-1.3/src/fap.c:740:56: style: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
libfap5-1.3/src/fap.h:388:56: note: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'.
libfap5-1.3/src/fap.c:740:56: note: Function 'fap_mice_mbits_to_message' argument 2 names different: declaration 'buffer' definition 'output'.
libfap5-1.3/src/helpers.c:1770:12: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap5-1.3/src/helpers.c:1765:10: note: Assuming that condition 'tmp_str' is not redundant
libfap5-1.3/src/helpers.c:1770:12: note: Null pointer dereference
libfap5-1.3/src/helpers.c:1771:5: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap5-1.3/src/helpers.c:1765:10: note: Assuming that condition 'tmp_str' is not redundant
libfap5-1.3/src/helpers.c:1771:5: note: Null pointer dereference
libfap5-1.3/src/helpers.c:1772:15: warning: Either the condition 'tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
libfap5-1.3/src/helpers.c:1765:10: note: Assuming that condition 'tmp_str' is not redundant
libfap5-1.3/src/helpers.c:1772:15: note: Null pointer dereference
libfap5-1.3/src/helpers.c:318:7: style: The scope of the variable 'dao' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:708:7: style: The scope of the variable 'buf_3b' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1191:7: style: The scope of the variable 'course' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1191:18: style: The scope of the variable 'speed' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1191:28: style: The scope of the variable 'range' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1191:38: style: The scope of the variable 'altitude' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1191:51: style: The scope of the variable 'dao' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1371:8: style: The scope of the variable 'checksum_area' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1372:7: style: The scope of the variable 'checksum_given_str' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1373:7: style: The scope of the variable 'checksum_given' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:1374:7: style: The scope of the variable 'checksum_calculated' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:2334:20: style: The scope of the variable 'saved' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:2469:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:2945:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:2946:6: style: The scope of the variable 'len1' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:2946:12: style: The scope of the variable 'len2' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:3685:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap5-1.3/src/helpers.c:3686:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:82:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:84:7: style: The scope of the variable 'type' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:86:7: style: The scope of the variable 'numberid_str' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:87:6: style: The scope of the variable 'numberid' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:89:7: style: The scope of the variable 'dst_type' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:90:7: style: The scope of the variable 'overlay' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:92:7: style: The scope of the variable 'tmp_2b' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:425:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:426:15: style: The scope of the variable 'tmp_us' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:427:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libfap5-1.3/src/helpers2.c:545:15: style: The scope of the variable 'tmp_us' can be reduced. [variableScope]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfastahack/libfastahack_0.0+git20160702.bbc645f+dfsg.orig.tar.xz
libfastahack-0.0+git20160702.bbc645f/Region.h:31:73: style: Same expression on both sides of '-'. [duplicateExpression]
libfastahack-0.0+git20160702.bbc645f/Region.h:34:73: style: Same expression on both sides of '-'. [duplicateExpression]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:47:15: style: The scope of the variable 'linenum' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:102:9: style: The scope of the variable 'line_length' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:103:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:104:15: style: The scope of the variable 'line_number' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:105:10: style: The scope of the variable 'mismatchedLineLengths' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:110:10: style: The scope of the variable 'emptyLine' can be reduced. [variableScope]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:92:40: style: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'. [funcArgNamesDifferent]
libfastahack-0.0+git20160702.bbc645f/Fasta.h:51:36: note: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'.
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:92:40: note: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'.
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:207:42: style: Function 'entry' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
libfastahack-0.0+git20160702.bbc645f/Fasta.h:55:38: note: Function 'entry' argument 1 names different: declaration 'key' definition 'name'.
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:207:42: note: Function 'entry' argument 1 names different: declaration 'key' definition 'name'.
libfastahack-0.0+git20160702.bbc645f/Fasta.h:65:9: warning: Member variable 'FastaReference::filemm' is not initialized in the constructor. [uninitMemberVar]
libfastahack-0.0+git20160702.bbc645f/Fasta.h:65:9: warning: Member variable 'FastaReference::filesize' is not initialized in the constructor. [uninitMemberVar]
libfastahack-0.0+git20160702.bbc645f/Region.h:41:9: style: Technically the member function 'FastaRegion::length' can be const. [functionConst]
libfastahack-0.0+git20160702.bbc645f/Fasta.h:80:16: style: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const. [functionConst]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:271:24: note: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const.
libfastahack-0.0+git20160702.bbc645f/Fasta.h:80:16: note: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const.
libfastahack-0.0+git20160702.bbc645f/Region.h:15:5: style: Class 'FastaRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:267:0: error: Memory leak: seq [memleak]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:316:0: error: Memory leak: seq [memleak]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:11:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libfastahack-0.0+git20160702.bbc645f/Fasta.cpp:224:34: performance: Function parameter 'reffilename' should be passed by const reference. [passedByValue]
libfastahack-0.0+git20160702.bbc645f/FastaHack.cpp:46:9: style: The scope of the variable 'c' can be reduced. [variableScope]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfastjson/libfastjson_0.99.8.orig.tar.gz
libfastjson-0.99.8/arraylist.c:42:36: style: Function 'array_list_free' argument 1 names different: declaration 'al' definition 'arr'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:33:36: note: Function 'array_list_free' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:42:36: note: Function 'array_list_free' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:52:39: style: Function 'array_list_get_idx' argument 1 names different: declaration 'al' definition 'arr'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:36:39: note: Function 'array_list_get_idx' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:52:39: note: Function 'array_list_get_idx' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:75:39: style: Function 'array_list_put_idx' argument 1 names different: declaration 'al' definition 'arr'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:39:39: note: Function 'array_list_put_idx' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:75:39: note: Function 'array_list_put_idx' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:75:48: style: Function 'array_list_put_idx' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:39:47: note: Function 'array_list_put_idx' argument 2 names different: declaration 'i' definition 'idx'.
libfastjson-0.99.8/arraylist.c:75:48: note: Function 'array_list_put_idx' argument 2 names different: declaration 'i' definition 'idx'.
libfastjson-0.99.8/arraylist.c:85:35: style: Function 'array_list_add' argument 1 names different: declaration 'al' definition 'arr'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:42:35: note: Function 'array_list_add' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:85:35: note: Function 'array_list_add' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:104:46: style: Function 'array_list_sort' argument 2 names different: declaration 'compar' definition 'sort_fn'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:48:46: note: Function 'array_list_sort' argument 2 names different: declaration 'compar' definition 'sort_fn'.
libfastjson-0.99.8/arraylist.c:104:46: note: Function 'array_list_sort' argument 2 names different: declaration 'compar' definition 'sort_fn'.
libfastjson-0.99.8/arraylist.c:131:38: style: Function 'array_list_length' argument 1 names different: declaration 'al' definition 'arr'. [funcArgNamesDifferent]
libfastjson-0.99.8/arraylist.h:45:38: note: Function 'array_list_length' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/arraylist.c:131:38: note: Function 'array_list_length' argument 1 names different: declaration 'al' definition 'arr'.
libfastjson-0.99.8/debug.c:46:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
libfastjson-0.99.8/debug.c:39:31: style: Function 'mc_set_syslog' argument 1 names different: declaration 'syslog' definition 'use_syslog'. [funcArgNamesDifferent]
libfastjson-0.99.8/debug.h:25:31: note: Function 'mc_set_syslog' argument 1 names different: declaration 'syslog' definition 'use_syslog'.
libfastjson-0.99.8/debug.c:39:31: note: Function 'mc_set_syslog' argument 1 names different: declaration 'syslog' definition 'use_syslog'.
libfastjson-0.99.8/json_object.c:39:0: error: #error You do not have strdup on your system. [preprocessorErrorDirective]
libfastjson-0.99.8/json_print.c:26:0: error: #error Not enough var arg support! [preprocessorErrorDirective]
libfastjson-0.99.8/json_tokener.c:46:0: error: #error You do not have strdup on your system. [preprocessorErrorDirective]
libfastjson-0.99.8/json_util.c:41:0: error: #error You do not have snprintf on your system. [preprocessorErrorDirective]
libfastjson-0.99.8/printbuf.c:23:0: error: #error Not enough var arg support! [preprocessorErrorDirective]
libfastjson-0.99.8/tests/parse_flags.c:11:0: error: #error You do not have strcasecmp on your system. [preprocessorErrorDirective]
libfastjson-0.99.8/tests/test_parse_int64.c:61:2: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
libfastjson-0.99.8/tests/test_parse_int64.c:59:2: note: Buffer 'buf' is being written before its old content has been used.
libfastjson-0.99.8/tests/test_parse_int64.c:61:2: note: Buffer 'buf' is being written before its old content has been used.
libfastjson-0.99.8/tests/test_parse_int64.c:63:2: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
libfastjson-0.99.8/tests/test_parse_int64.c:59:2: note: Buffer 'buf' is being written before its old content has been used.
libfastjson-0.99.8/tests/test_parse_int64.c:63:2: note: Buffer 'buf' is being written before its old content has been used.
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfastutil-java/libfastutil-java_7.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfax-hylafax-client-perl/libfax-hylafax-client-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi/libfcgi_2.4.0.orig.tar.gz
libfcgi-2.4.0.orig/cgi-fcgi/cgi-fcgi.c:727:20: style: The scope of the variable 'valueLen' can be reduced. [variableScope]
libfcgi-2.4.0.orig/cgi-fcgi/cgi-fcgi.c:827:14: style: Variable 'numFDs' is assigned a value that is never used. [unreadVariable]
libfcgi-2.4.0.orig/cgi-fcgi/cgi-fcgi.c:656:0: error: Resource leak: fp [resourceLeak]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1704:9: style: Variable 'data->eorStop' is reassigned a value before the old one has been used. [redundantAssignment]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1701:9: note: Variable 'data->eorStop' is reassigned a value before the old one has been used.
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1704:9: note: Variable 'data->eorStop' is reassigned a value before the old one has been used.
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:202:9: style: The scope of the variable 'c' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1140:18: style: The scope of the variable 'valueLen' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1142:11: style: The scope of the variable 'nameValue' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1364:9: style: The scope of the variable 'wrote' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1389:9: style: The scope of the variable 'cLen' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1389:15: style: The scope of the variable 'eLen' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1458:12: style: The scope of the variable 'pPtr' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1461:11: style: The scope of the variable 'name' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/fcgiapp.c:1461:17: style: The scope of the variable 'value' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/os_unix.c:821:18: style: The scope of the variable 'selectStatus' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1550:65: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1729:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1850:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1472:9: style: The scope of the variable 'err' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1870:9: style: The scope of the variable 'err' can be reduced. [variableScope]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1495:13: style: Unsigned variable 'fd' can't be negative so it is unnecessary to test it. [unsignedPositive]
libfcgi-2.4.0.orig/libfcgi/os_win32.c:1491:12: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-async-perl/libfcgi-async-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-client-perl/libfcgi-client-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-engine-perl/libfcgi-engine-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-ev-perl/libfcgi-ev-perl_2.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-perl/libfcgi-perl_0.78.orig.tar.gz
FCGI-0.78/fcgiapp.c:1704:9: style: Variable 'data->eorStop' is reassigned a value before the old one has been used. [redundantAssignment]
FCGI-0.78/fcgiapp.c:1701:9: note: Variable 'data->eorStop' is reassigned a value before the old one has been used.
FCGI-0.78/fcgiapp.c:1704:9: note: Variable 'data->eorStop' is reassigned a value before the old one has been used.
FCGI-0.78/fcgiapp.c:202:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1140:18: style: The scope of the variable 'valueLen' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1142:11: style: The scope of the variable 'nameValue' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1364:9: style: The scope of the variable 'wrote' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1389:9: style: The scope of the variable 'cLen' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1389:15: style: The scope of the variable 'eLen' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1458:12: style: The scope of the variable 'pPtr' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1461:11: style: The scope of the variable 'name' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1461:17: style: The scope of the variable 'value' can be reduced. [variableScope]
FCGI-0.78/fcgiapp.c:1821:36: style: Function 'FCGX_FreeStream' argument 1 names different: declaration 'stream' definition 'streamPtr'. [funcArgNamesDifferent]
FCGI-0.78/fcgiapp.h:609:43: note: Function 'FCGX_FreeStream' argument 1 names different: declaration 'stream' definition 'streamPtr'.
FCGI-0.78/fcgiapp.c:1821:36: note: Function 'FCGX_FreeStream' argument 1 names different: declaration 'stream' definition 'streamPtr'.
FCGI-0.78/fcgiapp.c:1903:13: style: Function 'FCGX_CreateWriter' argument 1 names different: declaration 'socket' definition 'ipcFd'. [funcArgNamesDifferent]
FCGI-0.78/fcgiapp.h:594:13: note: Function 'FCGX_CreateWriter' argument 1 names different: declaration 'socket' definition 'ipcFd'.
FCGI-0.78/fcgiapp.c:1903:13: note: Function 'FCGX_CreateWriter' argument 1 names different: declaration 'socket' definition 'ipcFd'.
FCGI-0.78/fcgiapp.c:2002:34: style: Function 'FCGX_Finish_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'. [funcArgNamesDifferent]
FCGI-0.78/fcgiapp.h:229:41: note: Function 'FCGX_Finish_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'.
FCGI-0.78/fcgiapp.c:2002:34: note: Function 'FCGX_Finish_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'.
FCGI-0.78/fcgiapp.c:2190:33: style: Function 'FCGX_Accept_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'. [funcArgNamesDifferent]
FCGI-0.78/fcgiapp.h:208:40: note: Function 'FCGX_Accept_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'.
FCGI-0.78/fcgiapp.c:2190:33: note: Function 'FCGX_Accept_r' argument 1 names different: declaration 'request' definition 'reqDataPtr'.
FCGI-0.78/os_unix.c:818:18: style: The scope of the variable 'selectStatus' can be reduced. [variableScope]
FCGI-0.78/os_unix.c:494:25: style: Function 'OS_SpawnChild' argument 1 names different: declaration 'execPath' definition 'appPath'. [funcArgNamesDifferent]
FCGI-0.78/fcgios.h:103:32: note: Function 'OS_SpawnChild' argument 1 names different: declaration 'execPath' definition 'appPath'.
FCGI-0.78/os_unix.c:494:25: note: Function 'OS_SpawnChild' argument 1 names different: declaration 'execPath' definition 'appPath'.
FCGI-0.78/os_unix.c:716:26: style: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'. [funcArgNamesDifferent]
FCGI-0.78/fcgios.h:110:33: note: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'.
FCGI-0.78/os_unix.c:716:26: note: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'.
FCGI-0.78/os_win32.c:1556:65: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
FCGI-0.78/os_win32.c:1735:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
FCGI-0.78/os_win32.c:1856:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
FCGI-0.78/os_win32.c:1478:9: style: The scope of the variable 'err' can be reduced. [variableScope]
FCGI-0.78/os_win32.c:1876:9: style: The scope of the variable 'err' can be reduced. [variableScope]
FCGI-0.78/os_win32.c:1501:2: style: Unsigned variable 'fd' can't be negative so it is unnecessary to test it. [unsignedPositive]
FCGI-0.78/os_win32.c:1355:26: style: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'. [funcArgNamesDifferent]
FCGI-0.78/fcgios.h:110:33: note: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'.
FCGI-0.78/os_win32.c:1355:26: note: Function 'OS_Close' argument 2 names different: declaration 'shutdown' definition 'shutdown_ok'.
FCGI-0.78/os_win32.c:1497:12: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-procmanager-maxrequests-perl/libfcgi-procmanager-maxrequests-perl_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-procmanager-perl/libfcgi-procmanager-perl_0.28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfcgi-ruby/libfcgi-ruby_0.8.8.orig.tar.gz
fcgi-0.8.8/ext/fcgi/fcgi.c:89:17: style: The scope of the variable 'pvalue' can be reduced. [variableScope]
[01:18]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfeed-find-perl/libfeed-find-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfennec-lite-perl/libfennec-lite-perl_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfennec-perl/libfennec-perl_2.018.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libffado/libffado_2.4.1.orig.tar.gz
libffado-2.4.1/src/DeviceStringParser.cpp:57:26: style: Variable 'prefix' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/DeviceStringParser.cpp:120:26: style: Variable 'prefix' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/ffadotypes.h:76:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libffado-2.4.1/src/debugmodule/debugmodule.h:327:19: style: Technically the member function 'DebugModule::getLevel' can be const. [functionConst]
libffado-2.4.1/src/debugmodule/debugmodule.h:329:17: style: Technically the member function 'DebugModule::getName' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.h:74:9: style: Technically the member function 'DeviceStringParser::countDeviceStrings' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.h:81:10: performance: Technically the member function 'DeviceStringParser::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/DeviceStringParser.cpp:400:21: note: Technically the member function 'DeviceStringParser::setVerboseLevel' can be static.
libffado-2.4.1/src/DeviceStringParser.h:81:10: note: Technically the member function 'DeviceStringParser::setVerboseLevel' can be static.
libffado-2.4.1/src/DeviceStringParser.h:50:14: style: Technically the member function 'DeviceStringParser::DeviceString::match' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.cpp:159:35: note: Technically the member function 'DeviceStringParser::DeviceString::match' can be const.
libffado-2.4.1/src/DeviceStringParser.h:50:14: note: Technically the member function 'DeviceStringParser::DeviceString::match' can be const.
libffado-2.4.1/src/DeviceStringParser.h:52:21: style: Technically the member function 'DeviceStringParser::DeviceString::getString' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.h:53:14: style: Technically the member function 'DeviceStringParser::DeviceString::show' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.cpp:215:35: note: Technically the member function 'DeviceStringParser::DeviceString::show' can be const.
libffado-2.4.1/src/DeviceStringParser.h:53:14: note: Technically the member function 'DeviceStringParser::DeviceString::show' can be const.
libffado-2.4.1/src/DeviceStringParser.h:55:14: style: Technically the member function 'DeviceStringParser::DeviceString::operator==' can be const. [functionConst]
libffado-2.4.1/src/DeviceStringParser.cpp:193:35: note: Technically the member function 'DeviceStringParser::DeviceString::operator==' can be const.
libffado-2.4.1/src/DeviceStringParser.h:55:14: note: Technically the member function 'DeviceStringParser::DeviceString::operator==' can be const.
libffado-2.4.1/src/libieee1394/ieee1394service.h:81:9: style: Technically the member function 'Ieee1394Service::getPort' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:89:17: style: Technically the member function 'Ieee1394Service::getPortName' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:394:21: style: Technically the member function 'Ieee1394Service::getHandle' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:553:20: style: Technically the member function 'Ieee1394Service::ARMHandler::getStart' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:554:16: style: Technically the member function 'Ieee1394Service::ARMHandler::getLength' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:555:22: style: Technically the member function 'Ieee1394Service::ARMHandler::getAccessRights' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:556:22: style: Technically the member function 'Ieee1394Service::ARMHandler::getNotificationOptions' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:557:22: style: Technically the member function 'Ieee1394Service::ARMHandler::getClientTransactions' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.h:521:5: warning: The class 'Ieee1394Service' defines member variable with name 'm_debugModule' also defined in its parent class 'IEC61883'. [duplInheritedMember]
libffado-2.4.1/src/libieee1394/IEC61883.h:198:5: note: Parent variable 'IEC61883::m_debugModule'
libffado-2.4.1/src/libieee1394/ieee1394service.h:521:5: note: Derived variable 'Ieee1394Service::m_debugModule'
libffado-2.4.1/src/DeviceStringParser.h:46:9: style: Class 'DeviceString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/ffadotypes.h:72:38: performance: Function parameter 'joiner' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/DeviceStringParser.cpp:250:45: performance: Function parameter 's' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/bebob/bebob_dl_bcd.h:81:19: performance: Technically the member function 'BeBoB::BCD::reflect' can be static. [functionStatic]
libffado-2.4.1/src/bebob/bebob_dl_bcd.cpp:308:13: note: Technically the member function 'BeBoB::BCD::reflect' can be static.
libffado-2.4.1/src/bebob/bebob_dl_bcd.h:81:19: note: Technically the member function 'BeBoB::BCD::reflect' can be static.
libffado-2.4.1/src/bebob/bebob_dl_bcd.h:82:18: style: Technically the member function 'BeBoB::BCD::getCRC' can be const. [functionConst]
libffado-2.4.1/src/bebob/bebob_dl_bcd.cpp:322:13: note: Technically the member function 'BeBoB::BCD::getCRC' can be const.
libffado-2.4.1/src/bebob/bebob_dl_bcd.h:82:18: note: Technically the member function 'BeBoB::BCD::getCRC' can be const.
libffado-2.4.1/src/bebob/bebob_dl_bcd.h:38:9: style: Class 'BCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/bebob_dl_bcd.cpp:301:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libffado-2.4.1/src/bebob/bebob_dl_bcd.cpp:96:30: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/bebob/bebob_dl_mgr.h:70:13: style: Technically the member function 'BeBoB::BootloaderManager::getSoftwareVersion' can be const. [functionConst]
libffado-2.4.1/src/bebob/bebob_dl_mgr.h:81:14: style: Technically the member function 'BeBoB::BootloaderManager::writeRequest' can be const. [functionConst]
libffado-2.4.1/src/bebob/bebob_dl_mgr.cpp:592:27: note: Technically the member function 'BeBoB::BootloaderManager::writeRequest' can be const.
libffado-2.4.1/src/bebob/bebob_dl_mgr.h:81:14: note: Technically the member function 'BeBoB::BootloaderManager::writeRequest' can be const.
libffado-2.4.1/src/bebob/bebob_dl_mgr.h:82:14: style: Technically the member function 'BeBoB::BootloaderManager::readResponse' can be const. [functionConst]
libffado-2.4.1/src/bebob/bebob_dl_mgr.cpp:619:27: note: Technically the member function 'BeBoB::BootloaderManager::readResponse' can be const.
libffado-2.4.1/src/bebob/bebob_dl_mgr.h:82:14: note: Technically the member function 'BeBoB::BootloaderManager::readResponse' can be const.
libffado-2.4.1/src/bebob/bebob_dl_mgr.cpp:90:5: style: Class 'BootloaderManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/bebob/bebob_dl_mgr.cpp:90:5: style: Class 'BootloaderManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:214:9: style: Class 'CommandCodesDownloadBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:243:9: style: Class 'CommandCodesDownloadEnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:264:9: style: Class 'CommandCodesInitializePersParam' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:275:9: style: Class 'CommandCodesInitializeConfigToFactorySetting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:126:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:126:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:127:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:127:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:146:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:146:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:147:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:147:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:176:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:176:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:177:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:177:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:217:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:217:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:218:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:218:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:246:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:246:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:247:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:247:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:267:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:267:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:268:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:268:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:279:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:279:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:280:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:280:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:295:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:68:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:295:22: note: Function in derived class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:296:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/bebob_dl_codes.h:69:22: note: Virtual function in base class
libffado-2.4.1/src/bebob/bebob_dl_codes.h:296:22: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_cmd.h:37:5: style: Class 'FocusriteVendorDependentCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:460:14: style: The scope of the variable 'val' can be reduced. [variableScope]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:385:51: style: Function 'setValue' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:120:51: note: Function 'setValue' argument 2 names different: declaration 'value' definition 'v'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:385:51: note: Function 'setValue' argument 2 names different: declaration 'value' definition 'v'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:513:61: style: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:176:43: note: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:513:61: note: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:519:61: style: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:177:43: note: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:519:61: note: Function 'FocusriteMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:116:5: style: Class 'RegisterControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:321:5: style: Class 'SaffireProDeviceNameControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:337:5: style: Class 'SaffireProDeviceStandaloneEnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:309:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:180:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:309:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:312:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:215:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:312:10: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:362:18: style: The function 'showDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:232:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:362:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:363:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:233:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:363:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.cpp:519:75: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.cpp:430:55: style: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:259:39: note: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.cpp:430:55: note: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.cpp:438:55: style: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:260:39: note: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.cpp:438:55: note: Function 'SaffireMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:263:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:180:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:263:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:266:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:215:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:266:10: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:275:18: style: The function 'showDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:232:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:275:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:276:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/focusrite/focusrite_generic.h:233:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.h:276:18: note: Function in derived class
libffado-2.4.1/src/bebob/focusrite/focusrite_saffire.cpp:439:80: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:981:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:1172:64: style: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:305:45: note: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:1172:64: note: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:1180:64: style: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:306:45: note: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:1180:64: note: Function 'SaffireProMatrixMixer' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:370:18: warning: Virtual function 'destroyMixer' is called from destructor '~SaffireProDevice()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:52:5: note: Calling destroyMixer
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.h:370:18: note: destroyMixer is a virtual method
libffado-2.4.1/src/bebob/focusrite/focusrite_saffirepro.cpp:1181:86: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/bebob/presonus/inspire1394_avdevice.cpp:76:43: style: Function 'setValue' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
libffado-2.4.1/src/bebob/presonus/inspire1394_avdevice.h:95:40: note: Function 'setValue' argument 2 names different: declaration 'val' definition 'v'.
libffado-2.4.1/src/bebob/presonus/inspire1394_avdevice.cpp:76:43: note: Function 'setValue' argument 2 names different: declaration 'val' definition 'v'.
libffado-2.4.1/src/bebob/presonus/inspire1394_avdevice.h:63:5: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:37:5: style: Class 'TerratecVendorDependentCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:53:5: style: Class 'TerratecSyncStateCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:68:5: style: Class 'TerratecStoreMixerSettingsCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:81:5: style: Class 'TerratecSetMidiRemoteChannelCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:96:5: style: Class 'TerratecSetMidiControlCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:112:5: style: Class 'TerratecSetDefaultRoutingCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:128:5: style: Class 'TerratecDeviceIdCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:56:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:56:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:57:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:57:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:59:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:59:25: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:71:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:71:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:72:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:72:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:74:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:74:25: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:84:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:84:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:85:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:85:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:87:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:87:25: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:99:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:99:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:100:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:100:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:102:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:102:25: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:115:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:115:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:116:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:116:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:118:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:118:25: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:131:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:131:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:132:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:132:18: note: Function in derived class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:134:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:43:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/terratec/terratec_cmd.h:134:25: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:38:5: style: Class 'YamahaVendorDependentCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:54:5: style: Class 'YamahaSyncStateCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:69:2: style: Class 'YamahaDigInDetectCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:57:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:57:18: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:58:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:42:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:58:18: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:60:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:44:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:60:25: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:72:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:72:18: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:73:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:42:18: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:73:18: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:75:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:44:25: note: Virtual function in base class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.h:75:25: note: Function in derived class
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.cpp:72:5: performance: Variable 'm_syncstate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/bebob/yamaha/yamaha_cmd.cpp:100:5: performance: Variable 'm_digin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:184:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:183:0: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:184:9: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:207:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:206:0: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:207:9: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:200:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/bounce/bounce_avdevice.cpp:223:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:341:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:336:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:341:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:345:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:341:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:345:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:390:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:369:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:390:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:410:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:390:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:410:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:413:5: style: Variable 'rom_size' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:370:5: note: Variable 'rom_size' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:413:5: note: Variable 'rom_size' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:425:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:410:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:425:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:428:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:425:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:428:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:319:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:428:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:40:14: warning: Member variable 'SlaveDevice::m_original_config_rom' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.cpp:40:14: warning: Member variable 'SlaveDevice::m_Notifier' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:53:10: style: The function 'discover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:72:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:53:10: note: Function in derived class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:54:10: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:83:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:54:10: note: Function in derived class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:55:10: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:84:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:55:10: note: Function in derived class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:56:10: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:85:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:56:10: note: Function in derived class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:58:10: style: The function 'startStreamByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:91:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:58:10: note: Function in derived class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:59:10: style: The function 'stopStreamByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/bounce/bounce_avdevice.h:92:18: note: Virtual function in base class
libffado-2.4.1/src/bounce/bounce_slave_avdevice.h:59:10: note: Function in derived class
libffado-2.4.1/src/debugmodule/debugmodule.cpp:49:0: error: #error Printing debug info without ringbuffer, not RT-safe (not allowed for non-debug builds)! [preprocessorErrorDirective]
libffado-2.4.1/src/debugmodule/test_debugmodule.cpp:39:10: performance: Technically the member function 'Test::run' can be static. [functionStatic]
libffado-2.4.1/src/devicemanager.cpp:669:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/devicemanager.cpp:1270:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/libieee1394/configrom.h:114:10: style: Technically the member function 'ConfigRom::isPresentOnBus' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.h:87:10: style: Technically the member function 'Streaming::Port::isDisabled' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.h:94:10: performance: Technically the member function 'Streaming::Port::prepare' can be static. [functionStatic]
libffado-2.4.1/src/libstreaming/generic/Port.h:97:17: style: Technically the member function 'Streaming::Port::getName' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.h:106:21: style: Technically the member function 'Streaming::Port::getPortType' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.h:108:22: style: Technically the member function 'Streaming::Port::getDirection' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.h:116:18: style: Technically the member function 'Streaming::Port::getBufferSize' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:89:18: style: Technically the member function 'Streaming::StreamProcessorManager::getPeriodSize' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:94:29: style: Technically the member function 'Streaming::StreamProcessorManager::getAudioDataType' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:99:18: style: Technically the member function 'Streaming::StreamProcessorManager::getNbBuffers' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:108:9: style: Technically the member function 'Streaming::StreamProcessorManager::getActivityWaitTimeoutUsec' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:130:9: style: Technically the member function 'Streaming::StreamProcessorManager::getDelayedUsecs' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:132:10: style: Technically the member function 'Streaming::StreamProcessorManager::shutdownNeeded' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:133:9: style: Technically the member function 'Streaming::StreamProcessorManager::getXrunCount' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:136:18: style: Technically the member function 'Streaming::StreamProcessorManager::getNominalRate' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:137:14: style: Technically the member function 'Streaming::StreamProcessorManager::getTimeOfLastTransfer' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:127:9: style: Technically the member function 'Util::OptionContainer::countOptions' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:61:21: style: Technically the member function 'Util::OptionContainer::Option::getName' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:62:20: style: Technically the member function 'Util::OptionContainer::Option::getType' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:70:21: style: Technically the member function 'Util::OptionContainer::Option::getString' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:71:14: style: Technically the member function 'Util::OptionContainer::Option::getBool' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:72:16: style: Technically the member function 'Util::OptionContainer::Option::getDouble' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:73:17: style: Technically the member function 'Util::OptionContainer::Option::getInt' can be const. [functionConst]
libffado-2.4.1/src/libutil/OptionContainer.h:74:18: style: Technically the member function 'Util::OptionContainer::Option::getUInt' can be const. [functionConst]
libffado-2.4.1/src/libcontrol/Element.h:83:14: style: Technically the member function 'Control::Element::getId' can be const. [functionConst]
libffado-2.4.1/src/devicemanager.h:83:10: performance: Technically the member function 'DeviceManager::deinitialize' can be static. [functionStatic]
libffado-2.4.1/src/devicemanager.cpp:1228:16: note: Technically the member function 'DeviceManager::deinitialize' can be static.
libffado-2.4.1/src/devicemanager.h:83:10: note: Technically the member function 'DeviceManager::deinitialize' can be static.
libffado-2.4.1/src/devicemanager.h:92:10: performance: Technically the member function 'DeviceManager::startStreamingOnDevice' can be static. [functionStatic]
libffado-2.4.1/src/devicemanager.cpp:848:16: note: Technically the member function 'DeviceManager::startStreamingOnDevice' can be static.
libffado-2.4.1/src/devicemanager.h:92:10: note: Technically the member function 'DeviceManager::startStreamingOnDevice' can be static.
libffado-2.4.1/src/devicemanager.h:94:10: performance: Technically the member function 'DeviceManager::stopStreamingOnDevice' can be static. [functionStatic]
libffado-2.4.1/src/devicemanager.cpp:944:16: note: Technically the member function 'DeviceManager::stopStreamingOnDevice' can be static.
libffado-2.4.1/src/devicemanager.h:94:10: note: Technically the member function 'DeviceManager::stopStreamingOnDevice' can be static.
libffado-2.4.1/src/devicemanager.h:96:10: performance: Technically the member function 'DeviceManager::resetStreaming' can be static. [functionStatic]
libffado-2.4.1/src/devicemanager.cpp:939:16: note: Technically the member function 'DeviceManager::resetStreaming' can be static.
libffado-2.4.1/src/devicemanager.h:96:10: note: Technically the member function 'DeviceManager::resetStreaming' can be static.
libffado-2.4.1/src/devicemanager.h:102:9: style: Technically the member function 'DeviceManager::getNbDevices' can be const. [functionConst]
libffado-2.4.1/src/devicemanager.cpp:1149:16: note: Technically the member function 'DeviceManager::getNbDevices' can be const.
libffado-2.4.1/src/devicemanager.h:102:9: note: Technically the member function 'DeviceManager::getNbDevices' can be const.
libffado-2.4.1/src/devicemanager.h:107:18: style: Technically the member function 'DeviceManager::getAvDeviceCount' can be const. [functionConst]
libffado-2.4.1/src/devicemanager.cpp:1194:16: note: Technically the member function 'DeviceManager::getAvDeviceCount' can be const.
libffado-2.4.1/src/devicemanager.h:107:18: note: Technically the member function 'DeviceManager::getAvDeviceCount' can be const.
libffado-2.4.1/src/ffadodevice.h:246:14: style: Technically the member function 'FFADODevice::ClockSource::operator==' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:148:31: style: Technically the member function 'IsoHandlerManager::IsoHandler::getType' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:154:18: style: Technically the member function 'IsoHandlerManager::IsoHandler::isEnabled' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:158:26: style: Technically the member function 'IsoHandlerManager::IsoHandler::getMaxPacketSize' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:159:26: style: Technically the member function 'IsoHandlerManager::IsoHandler::getNbBuffers' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:160:17: style: Technically the member function 'IsoHandlerManager::IsoHandler::getIrqInterval' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:164:18: style: Technically the member function 'IsoHandlerManager::IsoHandler::inUse' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:165:18: style: Technically the member function 'IsoHandlerManager::IsoHandler::isStreamRegistered' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:177:17: style: Technically the member function 'IsoHandlerManager::IsoHandler::getLastCycle' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:183:22: style: Technically the member function 'IsoHandlerManager::IsoHandler::getLastIterateTime' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:189:22: style: Technically the member function 'IsoHandlerManager::IsoHandler::getLastPacketTime' can be const. [functionConst]
libffado-2.4.1/src/devicemanager.cpp:91:7: style: Class 'DeviceManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/devicemanager.cpp:91:7: style: Class 'DeviceManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/devicemanager.h:195:5: warning: The class 'DeviceManager' defines member variable with name 'm_debugModule' also defined in its parent class 'OptionContainer'. [duplInheritedMember]
libffado-2.4.1/src/libutil/OptionContainer.h:171:5: note: Parent variable 'OptionContainer::m_debugModule'
libffado-2.4.1/src/devicemanager.h:195:5: note: Derived variable 'DeviceManager::m_debugModule'
libffado-2.4.1/src/libieee1394/configrom.h:153:5: warning: The class 'ConfigRom' defines member variable with name 'm_debugModule' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/src/libcontrol/Element.h:125:5: note: Parent variable 'Element::m_debugModule'
libffado-2.4.1/src/libieee1394/configrom.h:153:5: note: Derived variable 'ConfigRom::m_debugModule'
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:206:5: warning: The class 'StreamProcessorManager' defines member variable with name 'm_debugModule' also defined in its parent class 'OptionContainer'. [duplInheritedMember]
libffado-2.4.1/src/libutil/OptionContainer.h:171:5: note: Parent variable 'OptionContainer::m_debugModule'
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:206:5: note: Derived variable 'StreamProcessorManager::m_debugModule'
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:449:5: warning: The class 'StreamProcessor' defines member variable with name 'm_debugModule' also defined in its parent class 'PortManager'. [duplInheritedMember]
libffado-2.4.1/src/libstreaming/generic/PortManager.h:75:5: note: Parent variable 'PortManager::m_debugModule'
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:449:5: note: Derived variable 'StreamProcessor::m_debugModule'
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:449:5: warning: The class 'StreamProcessor' defines member variable with name 'm_debugModule' also defined in its parent class 'OptionContainer'. [duplInheritedMember]
libffado-2.4.1/src/libutil/OptionContainer.h:171:5: note: Parent variable 'OptionContainer::m_debugModule'
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:449:5: note: Derived variable 'StreamProcessor::m_debugModule'
libffado-2.4.1/src/ffadodevice.h:494:5: warning: The class 'FFADODevice' defines member variable with name 'm_debugModule' also defined in its parent class 'OptionContainer'. [duplInheritedMember]
libffado-2.4.1/src/libutil/OptionContainer.h:171:5: note: Parent variable 'OptionContainer::m_debugModule'
libffado-2.4.1/src/ffadodevice.h:494:5: note: Derived variable 'FFADODevice::m_debugModule'
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:61:5: style: Class 'StreamProcessorManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/OptionContainer.h:52:9: style: Class 'Option' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/Element.h:67:5: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/Element.h:145:5: style: Class 'Container' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/Mutex.h:61:5: style: Class 'MutexLockHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/PosixMutex.h:46:5: style: Class 'PosixMutex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:324:9: style: Class 'IsoHandlerManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libieee1394/configrom.h:109:10: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:106:18: note: Virtual function in base class
libffado-2.4.1/src/libieee1394/configrom.h:109:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:443:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/PortManager.h:64:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:443:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/Element.h:168:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Element.h:168:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/Element.h:169:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:106:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Element.h:169:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:74:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:38:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:74:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:84:18: style: The function 'matchCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:39:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:84:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:126:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:38:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:126:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:137:18: style: The function 'matchCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:39:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:137:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:173:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:38:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:173:18: note: Function in derived class
libffado-2.4.1/src/libutil/Functors.h:183:18: style: The function 'matchCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Functors.h:39:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/Functors.h:183:18: note: Function in derived class
libffado-2.4.1/src/devicemanager.h:141:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:71:25: note: Virtual function in base class
libffado-2.4.1/src/devicemanager.h:141:25: note: Function in derived class
libffado-2.4.1/src/devicemanager.h:143:18: style: The function 'setName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:72:18: note: Virtual function in base class
libffado-2.4.1/src/devicemanager.h:143:18: note: Function in derived class
libffado-2.4.1/src/devicemanager.h:193:10: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:169:18: note: Virtual function in base class
libffado-2.4.1/src/devicemanager.h:193:10: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:49:18: style: The function 'Lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:40:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:49:18: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:50:18: style: The function 'TryLock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:41:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:50:18: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:51:18: style: The function 'Unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:42:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:51:18: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:53:18: style: The function 'isLocked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:44:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:53:18: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:55:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:46:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:55:18: note: Function in derived class
libffado-2.4.1/src/libutil/PosixMutex.h:56:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Mutex.h:47:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixMutex.h:56:18: note: Function in derived class
libffado-2.4.1/src/ffadodevice.h:442:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:169:18: note: Virtual function in base class
libffado-2.4.1/src/ffadodevice.h:442:18: note: Function in derived class
libffado-2.4.1/src/ffadodevice.h:483:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:71:25: note: Virtual function in base class
libffado-2.4.1/src/ffadodevice.h:483:25: note: Function in derived class
libffado-2.4.1/src/ffadodevice.h:484:18: style: The function 'setName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:72:18: note: Virtual function in base class
libffado-2.4.1/src/ffadodevice.h:484:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/generic/Port.h:175:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/generic/Port.h:191:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/generic/Port.h:206:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:44:40: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:64:38: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:85:34: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:100:38: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:115:34: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:149:43: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/BasicElements.h:166:37: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/Configuration.h:86:50: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/dice_avdevice.cpp:325:10: style: The scope of the variable 'supported' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/focusrite_eap.h:86:5: style: Class 'FocusriteEAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/focusrite/saffire_pro40.h:105:9: style: Class 'SaffirePro40EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/focusrite/saffire_pro26.h:98:9: style: Class 'SaffirePro26EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/focusrite/saffire_pro24.h:110:9: style: Class 'SaffirePro24EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/focusrite/saffire_pro14.h:111:9: style: Class 'SaffirePro14EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/maudio/profire_2626.h:58:9: style: Class 'Profire2626EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/presonus/firestudio_tube.h:52:9: style: Class 'FirestudioTubeEAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/presonus/firestudio_project.h:52:9: style: Class 'FirestudioProjectEAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/presonus/firestudio_mobile.h:53:9: style: Class 'FirestudioMobileEAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_avdevice.cpp:1126:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/dice/dice_avdevice.cpp:739:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libffado-2.4.1/src/dice/dice_avdevice.cpp:743:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libffado-2.4.1/src/dice/dice_eap.cpp:1529:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/dice/dice_eap.cpp:1541:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/dice/dice_eap.cpp:403:18: style: The scope of the variable 'destid_0' can be reduced. [variableScope]
libffado-2.4.1/src/dice/dice_eap.cpp:443:18: style: The scope of the variable 'srcid_0' can be reduced. [variableScope]
libffado-2.4.1/src/dice/dice_eap.cpp:841:18: style: The scope of the variable 'to_read' can be reduced. [variableScope]
libffado-2.4.1/src/dice/dice_eap.cpp:1523:43: style: Function 'addSource' argument 1 names different: declaration 'name' definition 'basename'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:461:43: note: Function 'addSource' argument 1 names different: declaration 'name' definition 'basename'.
libffado-2.4.1/src/dice/dice_eap.cpp:1523:43: note: Function 'addSource' argument 1 names different: declaration 'name' definition 'basename'.
libffado-2.4.1/src/dice/dice_eap.cpp:1535:48: style: Function 'addDestination' argument 1 names different: declaration 'name' definition 'basename'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:459:48: note: Function 'addDestination' argument 1 names different: declaration 'name' definition 'basename'.
libffado-2.4.1/src/dice/dice_eap.cpp:1535:48: note: Function 'addDestination' argument 1 names different: declaration 'name' definition 'basename'.
libffado-2.4.1/src/dice/dice_eap.cpp:1633:35: style: Function 'canConnect' argument 1 names different: declaration 'srcidx' definition 'source'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:475:43: note: Function 'canConnect' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1633:35: note: Function 'canConnect' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1633:53: style: Function 'canConnect' argument 2 names different: declaration 'dstidx' definition 'dest'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:475:61: note: Function 'canConnect' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1633:53: note: Function 'canConnect' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1643:43: style: Function 'setConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:476:51: note: Function 'setConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1643:43: note: Function 'setConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1643:61: style: Function 'setConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:476:69: note: Function 'setConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1643:61: note: Function 'setConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1669:43: style: Function 'getConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:477:51: note: Function 'getConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1669:43: note: Function 'getConnectionState' argument 1 names different: declaration 'srcidx' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1669:61: style: Function 'getConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:477:69: note: Function 'getConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1669:61: note: Function 'getConnectionState' argument 2 names different: declaration 'dstidx' definition 'dest'.
libffado-2.4.1/src/dice/dice_eap.cpp:1684:44: style: Function 'canConnect' argument 1 names different: declaration 'srcname' definition 'src'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:479:52: note: Function 'canConnect' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1684:44: note: Function 'canConnect' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1684:68: style: Function 'canConnect' argument 2 names different: declaration 'dstname' definition 'dst'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:479:80: note: Function 'canConnect' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1684:68: note: Function 'canConnect' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1692:52: style: Function 'setConnectionState' argument 1 names different: declaration 'srcname' definition 'src'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:480:60: note: Function 'setConnectionState' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1692:52: note: Function 'setConnectionState' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1692:76: style: Function 'setConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:480:88: note: Function 'setConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1692:76: note: Function 'setConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1700:52: style: Function 'getConnectionState' argument 1 names different: declaration 'srcname' definition 'src'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:481:60: note: Function 'getConnectionState' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1700:52: note: Function 'getConnectionState' argument 1 names different: declaration 'srcname' definition 'src'.
libffado-2.4.1/src/dice/dice_eap.cpp:1700:76: style: Function 'getConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:481:88: note: Function 'getConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1700:76: note: Function 'getConnectionState' argument 2 names different: declaration 'dstname' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:1790:71: style: Function 'RouterConfig' argument 3 names different: declaration 'offset' definition 'o'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:204:57: note: Function 'RouterConfig' argument 3 names different: declaration 'offset' definition 'o'.
libffado-2.4.1/src/dice/dice_eap.cpp:1790:71: note: Function 'RouterConfig' argument 3 names different: declaration 'offset' definition 'o'.
libffado-2.4.1/src/dice/dice_eap.cpp:1800:39: style: Function 'read' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:211:33: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1800:39: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1829:40: style: Function 'write' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:212:34: note: Function 'write' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1829:40: note: Function 'write' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1948:59: style: Function 'getDestinationsForSource' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:270:75: note: Function 'getDestinationsForSource' argument 1 names different: declaration 'src' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1948:59: note: Function 'getDestinationsForSource' argument 1 names different: declaration 'src' definition 'source'.
libffado-2.4.1/src/dice/dice_eap.cpp:1972:36: style: Function 'read' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:303:33: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1972:36: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2012:39: style: Function 'getPeak' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:307:35: note: Function 'getPeak' argument 1 names different: declaration 'dest' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:2012:39: note: Function 'getPeak' argument 1 names different: declaration 'dest' definition 'dst'.
libffado-2.4.1/src/dice/dice_eap.cpp:2032:71: style: Function 'StreamConfig' argument 3 names different: declaration 'offset' definition 'o'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:328:57: note: Function 'StreamConfig' argument 3 names different: declaration 'offset' definition 'o'.
libffado-2.4.1/src/dice/dice_eap.cpp:2032:71: note: Function 'StreamConfig' argument 3 names different: declaration 'offset' definition 'o'.
libffado-2.4.1/src/dice/dice_eap.cpp:2049:39: style: Function 'read' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:345:33: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2049:39: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2098:40: style: Function 'write' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:346:34: note: Function 'write' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2098:40: note: Function 'write' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2193:43: style: Function 'read' argument 1 names different: declaration 'b' definition 'base'. [funcArgNamesDifferent]
libffado-2.4.1/src/dice/dice_eap.h:376:33: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:2193:43: note: Function 'read' argument 1 names different: declaration 'b' definition 'base'.
libffado-2.4.1/src/dice/dice_eap.cpp:1135:18: style: Variable 'm_debugModule' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/dice/dice_eap.cpp:471:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libffado-2.4.1/src/dice/dice_eap.cpp:1479:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_router_exposed' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_router_readonly' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_router_flashstored' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_router_nb_entries' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_exposed' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_readonly' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_flashstored' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_tx_id' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_rx_id' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_nb_tx' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_mixer_nb_rx' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_support_dynstream' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_support_flash' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_peak_enabled' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_max_tx' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_max_rx' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_stream_cfg_stored' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.cpp:77:6: warning: Member variable 'EAP::m_general_chip' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/dice/dice_eap.h:370:9: warning: Member variable 'StandaloneConfig::m_clk_src' is not initialized in the constructor. [uninitMemberVarPrivate]
libffado-2.4.1/src/dice/dice_eap.h:370:9: warning: Member variable 'StandaloneConfig::m_aes_ext' is not initialized in the constructor. [uninitMemberVarPrivate]
libffado-2.4.1/src/dice/dice_eap.h:370:9: warning: Member variable 'StandaloneConfig::m_adat_ext' is not initialized in the constructor. [uninitMemberVarPrivate]
libffado-2.4.1/src/dice/dice_eap.h:370:9: warning: Member variable 'StandaloneConfig::m_wc_ext' is not initialized in the constructor. [uninitMemberVarPrivate]
libffado-2.4.1/src/dice/dice_eap.h:370:9: warning: Member variable 'StandaloneConfig::m_int_ext' is not initialized in the constructor. [uninitMemberVarPrivate]
libffado-2.4.1/src/dice/dice_eap.h:272:22: style: Technically the member function 'Dice::EAP::RouterConfig::getNbRoutes' can be const. [functionConst]
libffado-2.4.1/src/dice/dice_eap.h:377:14: performance: Technically the member function 'Dice::EAP::StandaloneConfig::write' can be static. [functionStatic]
libffado-2.4.1/src/dice/dice_eap.cpp:2212:24: note: Technically the member function 'Dice::EAP::StandaloneConfig::write' can be static.
libffado-2.4.1/src/dice/dice_eap.h:377:14: note: Technically the member function 'Dice::EAP::StandaloneConfig::write' can be static.
libffado-2.4.1/src/dice/dice_eap.h:510:5: style: Class 'EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.h:203:9: style: Class 'RouterConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.h:298:9: style: Class 'PeakSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.h:370:9: style: Class 'StandaloneConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.h:401:9: style: Class 'Mixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.h:453:9: style: Class 'Router' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/dice_eap.cpp:351:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/dice_eap.cpp:357:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/dice_firmware_loader.cpp:209:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libffado-2.4.1/src/dice/dice_firmware_loader.cpp:212:5: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/src/dice/dice_firmware_loader.cpp:209:10: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/src/dice/dice_firmware_loader.cpp:400:11: style: The scope of the variable 'index' can be reduced. [variableScope]
libffado-2.4.1/src/dice/dice_firmware_loader.cpp:402:17: style: The scope of the variable 'byteValue' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/focusrite_eap.cpp:179:15: style: Variable 'm_value' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/dice/focusrite/focusrite_eap.cpp:77:74: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/focusrite_eap.cpp:112:78: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/focusrite_eap.cpp:151:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_56.cpp:384:34: style: The scope of the variable 'vol' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_56.h:110:9: style: Class 'Saffire56EAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/dice/focusrite/saffire_56.cpp:301:89: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_56.cpp:321:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_pro14.cpp:204:34: style: The scope of the variable 'vol' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_pro14.cpp:152:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_pro24.cpp:260:34: style: The scope of the variable 'vol' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_pro24.cpp:209:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_pro26.cpp:234:34: style: The scope of the variable 'vol' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_pro26.cpp:237:27: style: The scope of the variable 's' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_pro26.cpp:197:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_pro40.cpp:361:34: style: The scope of the variable 'vol' can be reduced. [variableScope]
libffado-2.4.1/src/dice/focusrite/saffire_pro40.cpp:278:95: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/dice/focusrite/saffire_pro40.cpp:298:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/digidesign/digidesign_avdevice.cpp:365:20: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/digidesign/digidesign_avdevice.cpp:465:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/ffado.cpp:274:9: style: Variable 'xruns' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/ffadodevice.h:449:9: style: Technically the member function 'FFADODevice::getNodeId' can be const. [functionConst]
libffado-2.4.1/src/ffadodevice.cpp:116:14: note: Technically the member function 'FFADODevice::getNodeId' can be const.
libffado-2.4.1/src/ffadodevice.h:449:9: note: Technically the member function 'FFADODevice::getNodeId' can be const.
libffado-2.4.1/src/ffadodevice.cpp:57:5: style: Class 'FFADODevice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/ffadodevice.cpp:57:5: style: Class 'FFADODevice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/ffadodevice.h:93:24: warning: Virtual function 'getConfigRom' is called from constructor 'FFADODevice(DeviceManager&,std::auto_ptr<ConfigRom>(configRom)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/ffadodevice.cpp:51:26: note: Calling getConfigRom
libffado-2.4.1/src/ffadodevice.h:93:24: note: getConfigRom is a virtual method
libffado-2.4.1/src/ffadodevice.h:93:24: warning: Virtual function 'getConfigRom' is called from constructor 'FFADODevice(DeviceManager&,std::auto_ptr<ConfigRom>(configRom)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/ffadodevice.cpp:53:22: note: Calling getConfigRom
libffado-2.4.1/src/ffadodevice.h:93:24: note: getConfigRom is a virtual method
libffado-2.4.1/src/ffadodevice.h:93:24: warning: Virtual function 'getConfigRom' is called from destructor '~FFADODevice()' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/ffadodevice.cpp:86:25: note: Calling getConfigRom
libffado-2.4.1/src/ffadodevice.h:93:24: note: getConfigRom is a virtual method
libffado-2.4.1/src/libcontrol/ClockSelect.h:46:5: style: Class 'ClockSelect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/ClockSelect.h:76:5: style: Class 'SamplerateSelect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/ClockSelect.h:101:5: style: Class 'StreamingStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/Nickname.h:45:5: style: Class 'Nickname' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libcontrol/ClockSelect.h:49:18: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:118:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:49:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:50:17: style: The function 'selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:119:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:50:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:51:17: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:120:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:51:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:52:25: style: The function 'getEnumLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:121:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:52:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:54:17: style: The function 'attributeCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:152:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:54:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:56:25: style: The function 'getAttributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:154:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:56:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:58:25: style: The function 'getAttributeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:156:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:58:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:60:18: style: The function 'canChangeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:87:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:60:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:62:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:62:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:79:18: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:118:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:79:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:80:17: style: The function 'selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:119:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:80:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:81:17: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:120:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:81:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:82:25: style: The function 'getEnumLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:121:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:82:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:84:18: style: The function 'canChangeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:87:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:84:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:86:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:86:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:88:18: style: The function 'devConfigChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:123:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:88:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:104:18: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:118:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:104:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:105:17: style: The function 'selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:119:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:105:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:106:17: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:120:17: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:106:17: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:107:25: style: The function 'getEnumLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:121:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:107:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:109:18: style: The function 'canChangeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:87:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:109:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/ClockSelect.h:111:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/ClockSelect.h:111:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/Nickname.h:48:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:88:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Nickname.h:48:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/Nickname.h:49:25: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/BasicElements.h:89:25: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Nickname.h:49:25: note: Function in derived class
libffado-2.4.1/src/libcontrol/Nickname.h:51:18: style: The function 'canChangeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:87:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Nickname.h:51:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/Nickname.h:53:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/Nickname.h:53:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_avc_cmd.h:38:5: style: Class 'EfcOverAVCCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/fireworks/efc/efc_cmd.cpp:132:94: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:47:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:47:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:48:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:48:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:50:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:50:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:53:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:53:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:127:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:127:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:128:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:128:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:130:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:130:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:133:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.h:133:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.cpp:74:18: warning: Member variable 'EfcFlashReadCmd::m_data' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.cpp:131:19: warning: Member variable 'EfcFlashWriteCmd::m_data' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:46:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:46:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:47:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:47:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:49:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:49:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:52:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:52:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:63:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:63:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:64:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:64:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:66:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:66:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:69:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:69:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:82:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:82:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:83:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:83:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:85:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:85:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:88:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:88:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:101:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:101:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:102:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:102:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:104:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:104:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:107:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:107:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:118:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:118:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:119:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:119:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:121:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:121:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:124:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:124:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:135:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:135:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:136:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:136:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:138:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:138:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:141:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_flash.h:141:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_flags' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_guid' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_type' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_version' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_vendor_name' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_model_name' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_supported_clocks' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_playback_channels' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_record_channels' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_phys_audio_out' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_phys_audio_in' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::out_groups' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::in_groups' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_midi_out' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_midi_in' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_max_sample_rate' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_min_sample_rate' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_dsp_version' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_arm_version' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::num_mix_play_chan' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::num_mix_rec_chan' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_fpga_version' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_play_chan_2x' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_rec_chan_2x' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_play_chan_4x' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_nb_1394_rec_chan_4x' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:33:21: warning: Member variable 'EfcHardwareInfoCmd::m_reserved' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_status' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_detect_spdif' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_detect_adat' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_reserved3' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_reserved4' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_reserved5' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_reserved6' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware.cpp:171:21: warning: Member variable 'EfcPolledValuesCmd::m_meters' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:41:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:41:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:42:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:42:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:44:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:44:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:47:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:47:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:60:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:60:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:61:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:61:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:63:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:63:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:66:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:66:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:79:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:79:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:80:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:80:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:82:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:82:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:85:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:85:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:95:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:95:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:96:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:96:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:98:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:98:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:101:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:101:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:112:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:112:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:113:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:113:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:115:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:115:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:118:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:118:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:130:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:130:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:131:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:131:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:133:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:133:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:136:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_hardware_ctrl.h:136:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.cpp:189:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:58:19: style: Technically the member function 'FireWorks::EfcGenericIOConfigCmd::getType' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:60:28: style: Technically the member function 'FireWorks::EfcGenericIOConfigCmd::getRegister' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:84:19: style: Technically the member function 'FireWorks::EfcIsocMapIOConfigCmd::getType' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:49:5: style: Class 'EfcGenericIOConfigCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:52:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:52:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:53:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:53:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:55:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:55:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:62:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:62:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:78:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:78:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:79:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:79:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:81:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:81:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:86:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_ioconfig.h:86:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.cpp:189:52: style: Function 'setCommand' argument 1 names different: declaration 'cmd' definition 'command'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:47:41: note: Function 'setCommand' argument 1 names different: declaration 'cmd' definition 'command'.
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.cpp:189:52: note: Function 'setCommand' argument 1 names different: declaration 'cmd' definition 'command'.
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:44:19: style: Technically the member function 'FireWorks::EfcGenericMixerCmd::getType' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:46:23: style: Technically the member function 'FireWorks::EfcGenericMixerCmd::getTarget' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:48:24: style: Technically the member function 'FireWorks::EfcGenericMixerCmd::getCommand' can be const. [functionConst]
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:38:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:38:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:39:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:39:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:41:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:41:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:50:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_mixer.h:50:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:49:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:217:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:49:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:50:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:218:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:50:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:52:18: style: The function 'showEfcCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:222:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:52:18: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:71:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:71:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:81:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:81:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:92:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:92:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:102:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:102:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:113:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:113:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:123:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:123:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:134:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:134:25: note: Function in derived class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:144:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/efc/efc_cmd.h:220:25: note: Virtual function in base class
libffado-2.4.1/src/fireworks/efc/efc_cmds_monitor.h:144:25: note: Function in derived class
libffado-2.4.1/src/fireworks/fireworks_control.cpp:40:51: style: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:57:39: note: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:40:51: note: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:47:51: style: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:58:39: note: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:47:51: note: Function 'MonitorControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:257:49: style: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:88:38: note: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:257:49: note: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:267:49: style: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:91:38: note: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:267:49: note: Function 'SimpleControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:352:49: style: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:119:38: note: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:352:49: note: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:363:49: style: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:122:38: note: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:363:49: note: Function 'BinaryControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:695:49: style: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:240:38: note: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:695:49: note: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:703:49: style: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:242:38: note: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:703:49: note: Function 'HwInfoControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:750:47: style: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:272:37: note: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:750:47: note: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:757:47: style: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_control.h:273:37: note: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:757:47: note: Function 'MultiControl' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_control.cpp:547:18: warning: Member variable 'IOConfigControl::m_bit' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:555:18: warning: Member variable 'IOConfigControl::m_bit' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_control.h:148:5: style: Class 'SpdifModeControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/fireworks/fireworks_control.h:204:5: style: Class 'PlaybackRoutingControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:47:90: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:271:42: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:367:42: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:498:48: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:557:46: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:619:87: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:705:42: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_control.cpp:758:54: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:882:14: style: The scope of the variable 'blocksize_quads' can be reduced. [variableScope]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:899:18: style: The scope of the variable 'verify' can be reduced. [variableScope]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:771:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:808:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:569:39: style: Function 'clockIdToClockSource' argument 1 names different: declaration 'clockflag' definition 'clockid'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_device.h:139:60: note: Function 'clockIdToClockSource' argument 1 names different: declaration 'clockflag' definition 'clockid'.
libffado-2.4.1/src/fireworks/fireworks_device.cpp:569:39: note: Function 'clockIdToClockSource' argument 1 names different: declaration 'clockflag' definition 'clockid'.
libffado-2.4.1/src/fireworks/fireworks_device.cpp:707:35: style: Function 'setClockSrc' argument 1 names different: declaration 'clock' definition 'id'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_device.h:146:31: note: Function 'setClockSrc' argument 1 names different: declaration 'clock' definition 'id'.
libffado-2.4.1/src/fireworks/fireworks_device.cpp:707:35: note: Function 'setClockSrc' argument 1 names different: declaration 'clock' definition 'id'.
libffado-2.4.1/src/fireworks/fireworks_device.h:62:18: warning: Virtual function 'destroyMixer' is called from destructor '~Device()' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/fireworks/fireworks_device.cpp:65:5: note: Calling destroyMixer
libffado-2.4.1/src/fireworks/fireworks_device.h:62:18: note: destroyMixer is a virtual method
libffado-2.4.1/src/fireworks/audiofire/audiofire_device.h:40:18: style: The function 'showDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/fireworks/fireworks_device.h:59:18: note: Virtual function in base class
libffado-2.4.1/src/fireworks/audiofire/audiofire_device.h:40:18: note: Function in derived class
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:482:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:73:70: style: Function 'eDatTypeToString' argument 1 names different: declaration 'target' definition 'type'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_firmware.h:67:61: note: Function 'eDatTypeToString' argument 1 names different: declaration 'target' definition 'type'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:73:70: note: Function 'eDatTypeToString' argument 1 names different: declaration 'target' definition 'type'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:186:38: style: Function 'operator==' argument 1 names different: declaration 'x' definition 'f'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_firmware.h:88:37: note: Function 'operator==' argument 1 names different: declaration 'x' definition 'f'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:186:38: note: Function 'operator==' argument 1 names different: declaration 'x' definition 'f'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:442:47: style: Function 'FirmwareUtil' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_firmware.h:146:37: note: Function 'FirmwareUtil' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:442:47: note: Function 'FirmwareUtil' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:492:62: style: Function 'getFirmwareFromDevice' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_firmware.h:159:61: note: Function 'getFirmwareFromDevice' argument 2 names different: declaration 'length' definition 'len'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:492:62: note: Function 'getFirmwareFromDevice' argument 2 names different: declaration 'length' definition 'len'.
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:102:11: warning: Member variable 'Firmware::m_header' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:117:11: warning: Member variable 'Firmware::m_magic' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:117:11: warning: Member variable 'Firmware::m_header' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:134:21: warning: Member variable 'Firmware::m_magic' is not assigned a value in 'Firmware::operator='. [operatorEqVarError]
libffado-2.4.1/src/fireworks/fireworks_firmware.cpp:134:21: warning: Member variable 'Firmware::m_header' is not assigned a value in 'Firmware::operator='. [operatorEqVarError]
libffado-2.4.1/src/fireworks/fireworks_firmware.h:146:5: style: Class 'FirmwareUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:183:35: style: Function 'loadFromFile' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_session_block.h:121:35: note: Function 'loadFromFile' argument 1 names different: declaration 'name' definition 'filename'.
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:183:35: note: Function 'loadFromFile' argument 1 names different: declaration 'name' definition 'filename'.
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:216:33: style: Function 'saveToFile' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
libffado-2.4.1/src/fireworks/fireworks_session_block.h:122:33: note: Function 'saveToFile' argument 1 names different: declaration 'name' definition 'filename'.
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:216:33: note: Function 'saveToFile' argument 1 names different: declaration 'name' definition 'filename'.
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:109:10: warning: Member variable 'Session::h' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:109:10: warning: Member variable 'Session::s' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/fireworks/fireworks_session_block.h:129:10: performance: Technically the member function 'FireWorks::Session::dumpData' can be static. [functionStatic]
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:454:10: note: Technically the member function 'FireWorks::Session::dumpData' can be static.
libffado-2.4.1/src/fireworks/fireworks_session_block.h:129:10: note: Technically the member function 'FireWorks::Session::dumpData' can be static.
libffado-2.4.1/src/fireworks/fireworks_session_block.h:133:14: performance: Technically the member function 'FireWorks::Session::calculateCRC' can be static. [functionStatic]
libffado-2.4.1/src/fireworks/fireworks_session_block.cpp:306:10: note: Technically the member function 'FireWorks::Session::calculateCRC' can be static.
libffado-2.4.1/src/fireworks/fireworks_session_block.h:133:14: note: Technically the member function 'FireWorks::Session::calculateCRC' can be static.
libffado-2.4.1/src/genericavc/avc_avdevice.cpp:106:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffado-2.4.1/src/genericavc/avc_avdevice.cpp:758:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/genericavc/stanton/scs.cpp:182:72: style: Function 'readRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'. [funcArgNamesDifferent]
libffado-2.4.1/src/genericavc/stanton/scs.h:88:70: note: Function 'readRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'.
libffado-2.4.1/src/genericavc/stanton/scs.cpp:182:72: note: Function 'readRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'.
libffado-2.4.1/src/genericavc/stanton/scs.cpp:215:73: style: Function 'writeRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'. [funcArgNamesDifferent]
libffado-2.4.1/src/genericavc/stanton/scs.h:87:71: note: Function 'writeRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'.
libffado-2.4.1/src/genericavc/stanton/scs.cpp:215:73: note: Function 'writeRegBlock' argument 3 names different: declaration 'length' definition 'length_quads'.
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.cpp:37:35: style: Function 'SubunitAudio' argument 1 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:43:25: note: Function 'SubunitAudio' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.cpp:37:35: note: Function 'SubunitAudio' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.cpp:43:15: warning: Member variable 'SubunitAudio::m_identifier_descriptor' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:62:5: warning: Member variable 'AVCAudioClusterInformation::m_cluster_info_length' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:62:5: warning: Member variable 'AVCAudioClusterInformation::m_Predefined_ChannelConfig' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:82:5: warning: Member variable 'AVCAudioConfigurationDependentInformation::m_configuration_dependent_info_length' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:82:5: warning: Member variable 'AVCAudioConfigurationDependentInformation::m_configuration_ID' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:106:5: warning: Member variable 'AVCAudioSubunitDependentInformation::m_audio_subunit_dependent_info_fields_length' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.h:326:9: style: Technically the member function 'AVC::PlugManager::getPlugCount' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_subunit.h:53:15: style: Technically the member function 'AVC::Subunit::getSubunitId' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_subunit.h:55:18: style: Technically the member function 'AVC::Subunit::getSubunitType' can be const. [functionConst]
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.cpp:39:7: style: Class 'SubunitAudio' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.cpp:39:7: style: Class 'SubunitAudio' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:80:5: style: Class 'SignalSourceCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:65:5: style: Class 'SubunitPlugAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:95:5: style: Class 'ExtendedSubunitInfoCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:76:5: style: Class 'AVCDescriptorSpecifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:114:5: style: Class 'AVCDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:166:5: style: Class 'AVCInfoBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:48:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:48:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:49:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:49:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:60:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:60:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:61:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:61:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:83:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:83:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:84:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:84:18: note: Function in derived class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:86:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/ccm/avc_signal_source.h:86:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:51:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:51:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:52:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:52:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:68:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:68:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:69:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:69:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:88:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:88:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:89:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:89:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:105:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:105:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:106:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:106:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:130:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:130:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:131:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:131:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:151:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:151:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:152:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:152:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:174:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:174:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:175:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:175:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:193:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:193:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:194:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:194:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:236:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:236:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:237:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:237:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:239:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:239:26: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:280:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:280:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:281:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:281:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:283:38: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:283:38: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:119:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:119:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:120:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:120:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:122:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:122:31: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:145:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:145:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:146:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:146:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:163:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:163:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:164:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:164:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:229:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:229:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:230:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:230:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:232:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:232:32: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:269:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:269:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:270:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:270:18: note: Function in derived class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:276:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:276:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:49:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:49:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:50:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:50:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:51:42: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:51:42: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:99:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:99:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:100:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:100:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:102:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:102:25: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:43:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:43:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:44:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:44:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:45:41: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:45:41: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:60:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:60:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:61:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:61:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:62:44: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:62:44: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:77:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:77:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:78:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:78:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:79:43: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:79:43: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:106:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:106:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:107:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:107:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:108:51: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:108:51: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:134:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:134:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:135:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:135:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:136:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:136:36: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:170:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:170:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:171:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:171:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:172:35: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:172:35: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:216:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:216:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:217:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:217:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:218:38: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:218:38: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:247:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:247:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:248:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:248:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:249:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:249:33: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:285:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:285:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:286:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:286:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:289:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:289:25: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:48:18: style: The function 'discover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:49:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:48:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:50:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:51:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:50:25: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:53:18: style: The function 'serializeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:53:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:55:18: style: The function 'deserializeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:91:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:55:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:58:18: style: The function 'deserializeUpdateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:94:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_audiosubunit.h:58:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:79:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:79:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:80:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:80:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:82:37: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:82:37: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:110:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:110:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:111:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:111:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:119:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:119:28: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:169:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:169:27: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:195:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:195:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:196:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:196:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:202:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:202:25: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:217:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:217:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:218:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:218:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:224:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:224:25: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:125:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:110:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:125:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:126:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:111:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:126:18: note: Function in derived class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:131:25: style: The function 'getDescriptorName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:129:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.h:131:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_plug.h:121:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.cpp:164:31: warning: Member variable 'AVCAudioIdentifierDescriptor::m_number_of_root_object_lists' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_descriptor_audio.cpp:164:31: warning: Member variable 'AVCAudioIdentifierDescriptor::m_audio_subunit_dependent_length' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:62:5: style: Class 'OpenDescriptorCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:94:5: style: Class 'ReadDescriptorCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:65:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:65:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:66:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:66:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:70:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:70:25: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:97:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:97:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:98:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:98:18: note: Function in derived class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:104:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:104:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:46:18: style: The function 'discover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:49:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:46:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:47:18: style: The function 'initPlugFromDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:72:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:47:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:53:18: style: The function 'setVerboseLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:78:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:53:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:54:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:51:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:54:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:56:18: style: The function 'serializeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:56:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:58:18: style: The function 'deserializeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:91:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:58:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:61:18: style: The function 'deserializeUpdateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_subunit.h:94:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:61:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_unit.h:72:31: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.cpp:203:39: warning: Member variable 'FunctionBlockProcessingEnhancedMixer::m_controlDataLength' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.cpp:203:39: warning: Member variable 'FunctionBlockProcessingEnhancedMixer::m_ProgramableStateData' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.cpp:203:39: warning: Member variable 'FunctionBlockProcessingEnhancedMixer::m_LevelData' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.cpp:651:13: style: Class 'FunctionBlockCmd' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:36:1: warning: The class 'FunctionBlockFeatureVolume' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:53:1: warning: The class 'FunctionBlockFeatureLRBalance' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:70:1: warning: The class 'FunctionBlockProcessingMixer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:93:1: warning: The class 'FunctionBlockProcessingEnhancedMixer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:120:1: warning: The class 'FunctionBlockSelector' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:145:1: warning: The class 'FunctionBlockFeature' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:184:1: warning: The class 'FunctionBlockProcessing' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/audiosubunit/avc_function_block.h:257:1: warning: The class 'FunctionBlockCmd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:126:10: performance: Technically the member function 'AVC::AVCDescriptor::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:354:16: note: Technically the member function 'AVC::AVCDescriptor::setVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:126:10: note: Technically the member function 'AVC::AVCDescriptor::setVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:127:9: performance: Technically the member function 'AVC::AVCDescriptor::getVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:361:16: note: Technically the member function 'AVC::AVCDescriptor::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:127:9: note: Technically the member function 'AVC::AVCDescriptor::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:138:10: performance: Technically the member function 'AVC::AVCDescriptor::printBufferBytes' can be static. [functionStatic]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:373:16: note: Technically the member function 'AVC::AVCDescriptor::printBufferBytes' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:138:10: note: Technically the member function 'AVC::AVCDescriptor::printBufferBytes' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:173:10: performance: Technically the member function 'AVC::AVCInfoBlock::setVerbose' can be static. [functionStatic]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:461:15: note: Technically the member function 'AVC::AVCInfoBlock::setVerbose' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:173:10: note: Technically the member function 'AVC::AVCInfoBlock::setVerbose' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:174:9: performance: Technically the member function 'AVC::AVCInfoBlock::getVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:468:15: note: Technically the member function 'AVC::AVCInfoBlock::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:174:9: note: Technically the member function 'AVC::AVCInfoBlock::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:198:18: warning: Virtual function 'clear' is called from destructor '~AVCRawTextInfoBlock()' at line 488. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:488:5: note: Calling clear
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:198:18: note: clear is a virtual method
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:220:18: warning: Virtual function 'clear' is called from destructor '~AVCNameInfoBlock()' at line 534. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.cpp:534:5: note: Calling clear
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:220:18: note: clear is a virtual method
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:102:22: style: Technically the member function 'AVC::ReadDescriptorCmd::getStatus' can be const. [functionConst]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.cpp:239:20: note: Technically the member function 'AVC::ReadDescriptorCmd::getStatus' can be const.
libffado-2.4.1/src/libavc/descriptors/avc_descriptor_cmd.h:102:22: note: Technically the member function 'AVC::ReadDescriptorCmd::getStatus' can be const.
libffado-2.4.1/src/libavc/general/avc_connect.h:36:5: style: Class 'ConnectCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_connect.h:39:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_connect.h:39:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_connect.h:40:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_connect.h:40:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_connect.h:42:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_connect.h:42:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.cpp:392:7: style: Class 'PlugAddress' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.cpp:490:7: style: Class 'PlugAddressSpecificData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:207:1: warning: The class 'PlugAddress' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_cmd_generic.h:251:1: warning: The class 'PlugAddressSpecificData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:823:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:820:0: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:823:5: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:835:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:832:0: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:835:5: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:86:47: warning: Either the condition 'plugType>56' is redundant or the array 'extendedPlugInfoPlugTypeStrings[7]' is accessed at index 56, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:83:19: note: Assuming that condition 'plugType>56' is not redundant
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:86:47: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:510:47: warning: Either the condition 'portType>(11)' is redundant or the array 'extendedPlugInfoPortTypeStrings[11]' is accessed at index 11, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:506:19: note: Assuming that condition 'portType>(11)' is not redundant
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:510:47: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:780:47: warning: Either the condition 'infoType>(8)' is redundant or the array 'extendedPlugInfoInfoTypeStrings[8]' is accessed at index 8, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:776:19: note: Assuming that condition 'infoType>(8)' is not redundant
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:780:47: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:804:5: performance: Variable 'm_subFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:306:19: style: Technically the member function 'AVC::ExtendedPlugInfoCmd::getSubFunction' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:311:5: style: Class 'ExtendedPlugInfoPlugInputSpecificData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.cpp:793:5: style: Class 'ExtendedPlugInfoCmd' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:51:5: style: Class 'ExtendedPlugInfoPlugTypeSpecificData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:258:5: style: Class 'ExtendedPlugInfoInfoType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:164:1: warning: The class 'ExtendedPlugInfoPlugInputSpecificData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:181:1: warning: The class 'ExtendedPlugInfoPlugOutputSpecificData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:244:1: warning: The class 'ExtendedPlugInfoInfoType' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:288:1: warning: The class 'ExtendedPlugInfoCmd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:54:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:54:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:55:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:55:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:56:51: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:56:51: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:73:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:73:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:74:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:74:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:75:51: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:75:51: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:88:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:88:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:89:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:89:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:90:63: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:90:63: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:135:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:135:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:136:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:136:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:137:62: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:137:62: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:153:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:153:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:154:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:154:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:155:58: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:155:58: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:171:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:171:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:172:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:172:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:173:52: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:173:52: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:188:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:188:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:189:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:189:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:190:53: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:190:53: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:221:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:221:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:222:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:222:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:223:54: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:223:54: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:264:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:57:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:264:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:265:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:265:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:266:39: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:60:23: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:266:39: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:301:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:301:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:302:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:302:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:311:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_extended_plug_info.h:311:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:116:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:115:0: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:116:5: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:140:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:139:0: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.cpp:140:5: note: Variable 'status' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_extended_subunit_info.h:62:1: warning: The class 'ExtendedSubunitInfoCmd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:300:34: warning: Either the condition 'subunitType>(int)(sizeof(subunitTypeStrings)/sizeof(subunitTypeStrings[0]))' is redundant or the array 'subunitTypeStrings[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:296:22: note: Assuming that condition 'subunitType>(int)(sizeof(subunitTypeStrings)/sizeof(subunitTypeStrings[0]))' is not redundant
libffado-2.4.1/src/libavc/general/avc_generic.cpp:300:34: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_generic.cpp:330:29: warning: Either the condition 'eResponse>(int)(sizeof(responseToStrings)/sizeof(responseToStrings[0]))' is redundant or the array 'responseToStrings[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:327:20: note: Assuming that condition 'eResponse>(int)(sizeof(responseToStrings)/sizeof(responseToStrings[0]))' is not redundant
libffado-2.4.1/src/libavc/general/avc_generic.cpp:330:29: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_generic.cpp:300:34: warning: Either the condition 'subunitType>(int)(13)' is redundant or the array 'subunitTypeStrings[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:296:22: note: Assuming that condition 'subunitType>(int)(13)' is not redundant
libffado-2.4.1/src/libavc/general/avc_generic.cpp:300:34: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_generic.cpp:330:29: warning: Either the condition 'eResponse>(int)(15)' is redundant or the array 'responseToStrings[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:327:20: note: Assuming that condition 'eResponse>(int)(15)' is not redundant
libffado-2.4.1/src/libavc/general/avc_generic.cpp:330:29: note: Array index out of bounds
libffado-2.4.1/src/libavc/general/avc_generic.cpp:45:13: warning: Member variable 'AVCCommand::m_fcpFrame' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:45:13: warning: Member variable 'AVCCommand::m_commandType' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_generic.h:95:15: style: Technically the member function 'AVC::AVCCommand::getResponse' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:100:13: note: Technically the member function 'AVC::AVCCommand::getResponse' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:95:15: note: Technically the member function 'AVC::AVCCommand::getResponse' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:101:18: style: Technically the member function 'AVC::AVCCommand::getSubunitType' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:129:13: note: Technically the member function 'AVC::AVCCommand::getSubunitType' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:101:18: note: Technically the member function 'AVC::AVCCommand::getSubunitType' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:102:18: style: Technically the member function 'AVC::AVCCommand::getSubunitId' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:135:13: note: Technically the member function 'AVC::AVCCommand::getSubunitId' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:102:18: note: Technically the member function 'AVC::AVCCommand::getSubunitId' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:104:10: performance: Technically the member function 'AVC::AVCCommand::setVerbose' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:141:13: note: Technically the member function 'AVC::AVCCommand::setVerbose' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:104:10: note: Technically the member function 'AVC::AVCCommand::setVerbose' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:108:9: performance: Technically the member function 'AVC::AVCCommand::getVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:148:13: note: Technically the member function 'AVC::AVCCommand::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:108:9: note: Technically the member function 'AVC::AVCCommand::getVerboseLevel' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:113:10: performance: Technically the member function 'AVC::AVCCommand::showFcpFrame' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:155:13: note: Technically the member function 'AVC::AVCCommand::showFcpFrame' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:113:10: note: Technically the member function 'AVC::AVCCommand::showFcpFrame' can be static.
libffado-2.4.1/src/libavc/general/avc_generic.h:120:18: style: Technically the member function 'AVC::AVCCommand::getCommandType' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_generic.cpp:94:13: note: Technically the member function 'AVC::AVCCommand::getCommandType' can be const.
libffado-2.4.1/src/libavc/general/avc_generic.h:120:18: note: Technically the member function 'AVC::AVCCommand::getCommandType' can be const.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:639:24: warning: Either the condition 'if(p)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:643:12: note: Assuming that condition 'if(p)' is not redundant
libffado-2.4.1/src/libavc/general/avc_plug.cpp:639:24: note: Null pointer dereference
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1883:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1881:0: note: Variable 'result' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1883:5: note: Variable 'result' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:157:27: style: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:198:39: note: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:157:27: note: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1865:26: style: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:169:37: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1865:26: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1956:63: style: Function 'avPlugAddressTypeToString' argument 1 names different: declaration 'addressType' definition 'type'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:310:63: note: Function 'avPlugAddressTypeToString' argument 1 names different: declaration 'addressType' definition 'type'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1956:63: note: Function 'avPlugAddressTypeToString' argument 1 names different: declaration 'addressType' definition 'type'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1994:59: style: Function 'avPlugDirectionToString' argument 1 names different: declaration 'direction' definition 'type'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:312:59: note: Function 'avPlugDirectionToString' argument 1 names different: declaration 'direction' definition 'type'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1994:59: note: Function 'avPlugDirectionToString' argument 1 names different: declaration 'direction' definition 'type'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2024:35: style: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:352:31: note: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2024:35: note: Function 'setVerboseLevel' argument 1 names different: declaration 'i' definition 'l'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2408:33: style: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:351:17: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2408:33: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2490:38: style: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_plug.h:380:12: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2490:38: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_plug.cpp:115:7: warning: Member variable 'Plug::m_samplingFrequency' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:115:7: warning: Member variable 'Plug::m_inputConnections' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:115:7: warning: Member variable 'Plug::m_outputConnections' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:137:7: warning: Member variable 'Plug::m_subunitType' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2013:14: warning: Member variable 'PlugManager::m_plugs' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_plug.h:66:17: performance: Technically the member function 'AVC::Plug::plugAddressTypeToString' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1389:7: note: Technically the member function 'AVC::Plug::plugAddressTypeToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:66:17: note: Technically the member function 'AVC::Plug::plugAddressTypeToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:77:17: performance: Technically the member function 'AVC::Plug::plugTypeToString' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1408:7: note: Technically the member function 'AVC::Plug::plugTypeToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:77:17: note: Technically the member function 'AVC::Plug::plugTypeToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:84:17: performance: Technically the member function 'AVC::Plug::plugDirectionToString' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1429:7: note: Technically the member function 'AVC::Plug::plugDirectionToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:84:17: note: Technically the member function 'AVC::Plug::plugDirectionToString' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:164:10: performance: Technically the member function 'AVC::Plug::showPlug' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1442:7: note: Technically the member function 'AVC::Plug::showPlug' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:164:10: note: Technically the member function 'AVC::Plug::showPlug' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:231:10: performance: Technically the member function 'AVC::Plug::setDestPlugAddrToSignalCmd' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1295:7: note: Technically the member function 'AVC::Plug::setDestPlugAddrToSignalCmd' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:231:10: note: Technically the member function 'AVC::Plug::setDestPlugAddrToSignalCmd' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:236:10: performance: Technically the member function 'AVC::Plug::addPlugConnection' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1235:7: note: Technically the member function 'AVC::Plug::addPlugConnection' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:236:10: note: Technically the member function 'AVC::Plug::addPlugConnection' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:248:20: performance: Technically the member function 'AVC::Plug::toggleDirection' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1637:7: note: Technically the member function 'AVC::Plug::toggleDirection' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:248:20: note: Technically the member function 'AVC::Plug::toggleDirection' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:252:10: performance: Technically the member function 'AVC::Plug::serializeChannelInfos' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1655:7: note: Technically the member function 'AVC::Plug::serializeChannelInfos' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:252:10: note: Technically the member function 'AVC::Plug::serializeChannelInfos' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:255:10: performance: Technically the member function 'AVC::Plug::deserializeChannelInfos' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1679:7: note: Technically the member function 'AVC::Plug::deserializeChannelInfos' can be static.
libffado-2.4.1/src/libavc/general/avc_plug.h:255:10: note: Technically the member function 'AVC::Plug::deserializeChannelInfos' can be static.
libffado-2.4.1/src/libavc/general/avc_signal_format.h:35:5: style: Class 'OutputPlugSignalFormatCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_signal_format.h:54:5: style: Class 'InputPlugSignalFormatCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_plug.h:55:1: warning: The class 'Plug' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_plug.h:314:1: warning: The class 'PlugManager' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_signal_format.h:38:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:38:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:39:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:39:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:41:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:41:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:57:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:57:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:58:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:58:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:60:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_signal_format.h:60:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1655:42: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1679:44: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1715:42: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1741:44: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1779:41: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1803:43: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1839:30: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1863:32: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:1924:43: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2386:37: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2406:39: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2442:45: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2479:40: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2488:42: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2598:34: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug.cpp:2619:36: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_plug_info.h:40:1: warning: The class 'PlugInfoCmd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/general/avc_plug_info.h:55:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_plug_info.h:55:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_plug_info.h:56:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_plug_info.h:56:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_plug_info.h:60:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_plug_info.h:60:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:44:25: style: Function 'Subunit' argument 1 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_subunit.h:44:20: note: Function 'Subunit' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:44:25: note: Function 'Subunit' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:249:29: style: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_subunit.h:82:40: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:249:29: note: Function 'deserialize' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:54:10: warning: Member variable 'Subunit::m_unit' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:54:10: warning: Member variable 'Subunit::m_sbType' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:233:33: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_subunit.cpp:280:41: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:66:11: performance: Technically the member function 'AVC::SubUnitInfoCmd::getMaxNoOfPages' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:71:11: style: Technically the member function 'AVC::SubUnitInfoCmd::getNrOfValidEntries' can be const. [functionConst]
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:38:5: style: Class 'SubUnitInfoCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:41:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:41:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:42:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:42:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:44:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_subunit_info.h:44:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_unit.cpp:583:41: style: Function 'getPlugById' argument 2 names different: declaration 'plugDireciton' definition 'plugDirection'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/general/avc_unit.h:142:47: note: Function 'getPlugById' argument 2 names different: declaration 'plugDireciton' definition 'plugDirection'.
libffado-2.4.1/src/libavc/general/avc_unit.cpp:583:41: note: Function 'getPlugById' argument 2 names different: declaration 'plugDireciton' definition 'plugDirection'.
libffado-2.4.1/src/libavc/general/avc_unit.h:152:10: performance: Technically the member function 'AVC::Unit::showPlugs' can be static. [functionStatic]
libffado-2.4.1/src/libavc/general/avc_unit.cpp:884:7: note: Technically the member function 'AVC::Unit::showPlugs' can be static.
libffado-2.4.1/src/libavc/general/avc_unit.h:152:10: note: Technically the member function 'AVC::Unit::showPlugs' can be static.
libffado-2.4.1/src/libavc/general/avc_unit.cpp:49:7: style: Class 'Unit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libavc/general/avc_unit.cpp:49:7: style: Class 'Unit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/general/avc_unit.h:120:18: warning: Virtual function 'clean' is called from destructor '~Unit()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/general/avc_unit.cpp:57:5: note: Calling clean
libffado-2.4.1/src/libavc/general/avc_unit.h:120:18: note: clean is a virtual method
libffado-2.4.1/src/libavc/general/avc_unit.cpp:899:30: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_unit.cpp:916:32: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libavc/general/avc_unit_info.h:37:5: style: Class 'UnitInfoCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_unit_info.h:40:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_unit_info.h:40:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_unit_info.h:41:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_unit_info.h:41:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_unit_info.h:43:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_unit_info.h:43:25: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.cpp:37:21: warning: Member variable 'VendorDependentCmd::m_companyId' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:34:5: style: Class 'VendorDependentCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:37:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:89:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:37:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:38:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:90:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:38:18: note: Function in derived class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:40:25: style: The function 'getCmdName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/general/avc_generic.h:110:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/general/avc_vendor_dependent_cmd.h:40:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:708:19: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:107:17: style: Technically the member function 'AVC::AVCMusicClusterInfoBlock::getName' can be const. [functionConst]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:209:27: note: Technically the member function 'AVC::AVCMusicClusterInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:107:17: note: Technically the member function 'AVC::AVCMusicClusterInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:156:17: style: Technically the member function 'AVC::AVCMusicSubunitPlugInfoBlock::getName' can be const. [functionConst]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:362:31: note: Technically the member function 'AVC::AVCMusicSubunitPlugInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:156:17: note: Technically the member function 'AVC::AVCMusicSubunitPlugInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:189:17: style: Technically the member function 'AVC::AVCMusicPlugInfoBlock::getName' can be const. [functionConst]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:482:24: note: Technically the member function 'AVC::AVCMusicPlugInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:189:17: note: Technically the member function 'AVC::AVCMusicPlugInfoBlock::getName' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:267:18: style: Technically the member function 'AVC::AVCMusicStatusDescriptor::getNbMusicPlugs' can be const. [functionConst]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:772:27: note: Technically the member function 'AVC::AVCMusicStatusDescriptor::getNbMusicPlugs' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:267:18: note: Technically the member function 'AVC::AVCMusicStatusDescriptor::getNbMusicPlugs' can be const.
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:105:18: warning: Virtual function 'clear' is called from destructor '~AVCMusicClusterInfoBlock()' at line 116. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:116:5: note: Calling clear
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:105:18: note: clear is a virtual method
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:154:18: warning: Virtual function 'clear' is called from destructor '~AVCMusicSubunitPlugInfoBlock()' at line 253. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:253:5: note: Calling clear
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:154:18: note: clear is a virtual method
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:233:18: warning: Virtual function 'clear' is called from destructor '~AVCMusicRoutingStatusInfoBlock()' at line 521. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.cpp:521:5: note: Calling clear
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:233:18: note: clear is a virtual method
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:54:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:54:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:55:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:55:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:59:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:59:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:76:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:76:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:77:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:77:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:81:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:81:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:102:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:102:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:103:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:103:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:111:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:111:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:122:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:185:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:122:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:146:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:146:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:147:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:147:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:151:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:151:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:180:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:180:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:181:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:181:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:186:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:186:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:208:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:185:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:208:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:222:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:159:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:222:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:223:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:160:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:223:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:227:25: style: The function 'getInfoBlockName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:176:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:227:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:256:18: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:110:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:256:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:257:18: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:111:18: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:257:18: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:262:25: style: The function 'getDescriptorName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libavc/descriptors/avc_descriptor.h:129:25: note: Virtual function in base class
libffado-2.4.1/src/libavc/musicsubunit/avc_descriptor_music.h:262:25: note: Function in derived class
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:44:35: style: Function 'SubunitMusic' argument 1 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:41:25: note: Function 'SubunitMusic' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:44:35: note: Function 'SubunitMusic' argument 1 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:316:39: style: Function 'deserializeChild' argument 3 names different: declaration 'avDevice' definition 'unit'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.h:60:42: note: Function 'deserializeChild' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:316:39: note: Function 'deserializeChild' argument 3 names different: declaration 'avDevice' definition 'unit'.
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:46:7: style: Class 'SubunitMusic' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libavc/musicsubunit/avc_musicsubunit.cpp:46:7: style: Class 'SubunitMusic' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:294:68: style: Function 'ExtendedStreamFormatCmd' argument 1 names different: declaration 'ieee1349service' definition 'service'. [funcArgNamesDifferent]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:261:47: note: Function 'ExtendedStreamFormatCmd' argument 1 names different: declaration 'ieee1349service' definition 'service'.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:294:68: note: Function 'ExtendedStreamFormatCmd' argument 1 names different: declaration 'ieee1349service' definition 'service'.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:306:26: warning: Member variable 'ExtendedStreamFormatCmd::m_status' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:306:26: warning: Member variable 'ExtendedStreamFormatCmd::m_indexInStreamFormat' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:310:5: performance: Variable 'm_subFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:272:13: style: Technically the member function 'AVC::ExtendedStreamFormatCmd::getStatus' can be const. [functionConst]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:368:26: note: Technically the member function 'AVC::ExtendedStreamFormatCmd::getStatus' can be const.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:272:13: note: Technically the member function 'AVC::ExtendedStreamFormatCmd::getStatus' can be const.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:274:30: style: Technically the member function 'AVC::ExtendedStreamFormatCmd::getIndex' can be const. [functionConst]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:381:26: note: Technically the member function 'AVC::ExtendedStreamFormatCmd::getIndex' can be const.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:274:30: note: Technically the member function 'AVC::ExtendedStreamFormatCmd::getIndex' can be const.
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.cpp:303:5: style: Class 'ExtendedStreamFormatCmd' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:179:1: warning: The class 'FormatInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libavc/streamformat/avc_extended_stream_format.h:242:1: warning: The class 'ExtendedStreamFormatCmd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libffado-2.4.1/src/libcontrol/ClockSelect.cpp:242:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
libffado-2.4.1/src/libcontrol/CrossbarRouter.h:49:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/CrossbarRouter.h:49:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/CrossbarRouter.h:46:44: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/Element.cpp:67:9: style: Class 'Element' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libcontrol/Element.cpp:67:9: style: Class 'Element' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libcontrol/Element.cpp:56:47: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/Element.cpp:191:46: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/Element.cpp:228:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libcontrol/MatrixMixer.h:47:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libcontrol/Element.h:101:18: note: Virtual function in base class
libffado-2.4.1/src/libcontrol/MatrixMixer.h:47:18: note: Function in derived class
libffado-2.4.1/src/libcontrol/MatrixMixer.h:44:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libieee1394/ieee1394service.h:573:14: performance: Technically the member function 'Ieee1394Service::ARMHandler::printBufferBytes' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/ARMHandler.cpp:133:30: note: Technically the member function 'Ieee1394Service::ARMHandler::printBufferBytes' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:573:14: note: Technically the member function 'Ieee1394Service::ARMHandler::printBufferBytes' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:574:14: style: Technically the member function 'Ieee1394Service::ARMHandler::printRequest' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ARMHandler.cpp:119:30: note: Technically the member function 'Ieee1394Service::ARMHandler::printRequest' can be const.
libffado-2.4.1/src/libieee1394/ieee1394service.h:574:14: note: Technically the member function 'Ieee1394Service::ARMHandler::printRequest' can be const.
libffado-2.4.1/src/libieee1394/ARMHandler.cpp:65:5: style: Class 'ARMHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libieee1394/ARMHandler.cpp:65:5: style: Class 'ARMHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libieee1394/CycleTimerHelper.cpp:39:19: warning: Member variable 'CycleTimerHelper::m_shadow_vars' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/CycleTimerHelper.cpp:69:19: warning: Member variable 'CycleTimerHelper::m_shadow_vars' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1157:9: style: Condition '!retval' is always false [knownConditionTrueFalse]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1135:17: note: Assignment 'retval=true', assigned value is 1
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1157:9: note: Condition '!retval' is always false
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1465:9: style: The scope of the variable 'channel' can be reduced. [variableScope]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1174:45: style: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'. [funcArgNamesDifferent]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:330:34: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1174:45: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1225:33: style: Function 'iso_transmit_handler' argument 7 names different: declaration 'dropped' definition 'dropped1'. [funcArgNamesDifferent]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:103:49: note: Function 'iso_transmit_handler' argument 7 names different: declaration 'dropped' definition 'dropped1'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1225:33: note: Function 'iso_transmit_handler' argument 7 names different: declaration 'dropped' definition 'dropped1'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1386:49: style: Function 'iterate' argument 1 names different: declaration 'ctr_now' definition 'cycle_timer_now'. [funcArgNamesDifferent]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:122:35: note: Function 'iterate' argument 1 names different: declaration 'ctr_now' definition 'cycle_timer_now'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1386:49: note: Function 'iterate' argument 1 names different: declaration 'ctr_now' definition 'cycle_timer_now'.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1466:27: style: Variable 'channel' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:477:20: warning: Member variable 'IsoHandlerManager::m_MissedCyclesOK' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1246:32: warning: Member variable 'IsoHandler::m_packets' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1246:32: warning: Member variable 'IsoHandler::m_deferred_cycles' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1272:32: warning: Member variable 'IsoHandler::m_packets' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1272:32: warning: Member variable 'IsoHandler::m_deferred_cycles' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1299:32: warning: Member variable 'IsoHandler::m_packets' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:49:29: warning: Member variable 'IsoTask::request_update' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:49:29: warning: Member variable 'IsoTask::m_IsoHandler_map_shadow' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:49:29: warning: Member variable 'IsoTask::m_poll_nfds_shadow' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:332:14: performance: Technically the member function 'IsoHandlerManager::dumpInfo' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1191:25: note: Technically the member function 'IsoHandlerManager::dumpInfo' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:332:14: note: Technically the member function 'IsoHandlerManager::dumpInfo' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:398:21: performance: Technically the member function 'IsoHandlerManager::eHSToString' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1208:20: note: Technically the member function 'IsoHandlerManager::eHSToString' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:398:21: note: Technically the member function 'IsoHandlerManager::eHSToString' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:127:18: performance: Technically the member function 'IsoHandlerManager::IsoHandler::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:1488:37: note: Technically the member function 'IsoHandlerManager::IsoHandler::setVerboseLevel' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:127:18: note: Technically the member function 'IsoHandlerManager::IsoHandler::setVerboseLevel' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:152:25: performance: Technically the member function 'IsoHandlerManager::IsoHandler::eHTToString' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/IsoHandlerManager.cpp:2014:32: note: Technically the member function 'IsoHandlerManager::IsoHandler::eHTToString' can be static.
libffado-2.4.1/src/libieee1394/IsoHandlerManager.h:152:25: note: Technically the member function 'IsoHandlerManager::IsoHandler::eHTToString' can be static.
libffado-2.4.1/src/libieee1394/configrom.cpp:208:16: warning: Either the condition 'if(m_csr)' is redundant or there is possible null pointer dereference: m_csr. [nullPointerRedundantCheck]
libffado-2.4.1/src/libieee1394/configrom.cpp:218:8: note: Assuming that condition 'if(m_csr)' is not redundant
libffado-2.4.1/src/libieee1394/configrom.cpp:208:16: note: Null pointer dereference
libffado-2.4.1/src/libieee1394/configrom.cpp:553:25: warning: Either the condition 'if(csr)' is redundant or there is possible null pointer dereference: csr. [nullPointerRedundantCheck]
libffado-2.4.1/src/libieee1394/configrom.cpp:576:16: note: Assuming that condition 'if(csr)' is not redundant
libffado-2.4.1/src/libieee1394/configrom.cpp:553:25: note: Null pointer dereference
libffado-2.4.1/src/libieee1394/configrom.cpp:554:15: warning: Either the condition 'if(csr)' is redundant or there is possible null pointer dereference: csr. [nullPointerRedundantCheck]
libffado-2.4.1/src/libieee1394/configrom.cpp:576:16: note: Assuming that condition 'if(csr)' is not redundant
libffado-2.4.1/src/libieee1394/configrom.cpp:554:15: note: Null pointer dereference
libffado-2.4.1/src/libieee1394/configrom.cpp:645:35: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libieee1394/configrom.cpp:670:37: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libieee1394/csr1212.c:764:36: style: The scope of the variable 'oc' can be reduced. [variableScope]
libffado-2.4.1/src/libieee1394/csr1212.c:1068:29: style: The scope of the variable 'kvi' can be reduced. [variableScope]
libffado-2.4.1/src/libieee1394/csr1212.c:1442:13: style: The scope of the variable 'cache_ptr' can be reduced. [variableScope]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1234:21: style: C-style pointer casting [cstyleCast]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1452:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1445:0: note: Variable 'c' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1452:5: note: Variable 'c' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:358:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:361:11: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:358:9: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1494:49: style: Function 'freeIsoChannel' argument 1 names different: declaration 'channel' definition 'c'. [funcArgNamesDifferent]
libffado-2.4.1/src/libieee1394/ieee1394service.h:366:36: note: Function 'freeIsoChannel' argument 1 names different: declaration 'channel' definition 'c'.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1494:49: note: Function 'freeIsoChannel' argument 1 names different: declaration 'channel' definition 'c'.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:627:33: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:635:32: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:68:18: warning: Member variable 'Ieee1394Service::m_have_read_ctr_and_clock' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:68:18: warning: Member variable 'Ieee1394Service::m_fcp_block' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:96:18: warning: Member variable 'Ieee1394Service::m_have_read_ctr_and_clock' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:96:18: warning: Member variable 'Ieee1394Service::m_fcp_block' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1655:5: performance: Variable 'm_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1671:5: performance: Variable 'm_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libieee1394/ieee1394service.h:267:9: performance: Technically the member function 'Ieee1394Service::getVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1042:18: note: Technically the member function 'Ieee1394Service::getVerboseLevel' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:267:9: note: Technically the member function 'Ieee1394Service::getVerboseLevel' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:435:10: style: Technically the member function 'Ieee1394Service::configurationUpdated' can be const. [functionConst]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:174:18: note: Technically the member function 'Ieee1394Service::configurationUpdated' can be const.
libffado-2.4.1/src/libieee1394/ieee1394service.h:435:10: note: Technically the member function 'Ieee1394Service::configurationUpdated' can be const.
libffado-2.4.1/src/libieee1394/ieee1394service.h:437:10: performance: Technically the member function 'Ieee1394Service::printBuffer' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1048:18: note: Technically the member function 'Ieee1394Service::printBuffer' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:437:10: note: Technically the member function 'Ieee1394Service::printBuffer' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:438:10: performance: Technically the member function 'Ieee1394Service::printBufferBytes' can be static. [functionStatic]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1063:18: note: Technically the member function 'Ieee1394Service::printBufferBytes' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.h:438:10: note: Technically the member function 'Ieee1394Service::printBufferBytes' can be static.
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:102:7: style: Class 'Ieee1394Service' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:102:7: style: Class 'Ieee1394Service' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1647:82: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libieee1394/ieee1394service.cpp:1663:82: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:592:9: style: The scope of the variable 'min_delay' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:889:18: style: The scope of the variable 'nb_sync_runs' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:957:13: style: The scope of the variable 'frames_to_shift_stream' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:958:13: style: The scope of the variable 'min_shift' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:43:63: style: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:61:43: note: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:43:63: note: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:68:63: style: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:62:43: note: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:68:63: note: Function 'StreamProcessorManager' argument 1 names different: declaration 'parent' definition 'p'.
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:69:61: style: Function 'StreamProcessorManager' argument 3 names different: declaration 'rate' definition 'framerate'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/StreamProcessorManager.h:63:41: note: Function 'StreamProcessorManager' argument 3 names different: declaration 'rate' definition 'framerate'.
libffado-2.4.1/src/libstreaming/StreamProcessorManager.cpp:69:61: note: Function 'StreamProcessorManager' argument 3 names different: declaration 'rate' definition 'framerate'.
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:59:36: style: The function 'processPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:235:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:59:36: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:62:36: style: The function 'processPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:239:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:62:36: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:64:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:64:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:67:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:67:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:69:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:69:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:71:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:71:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:73:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:73:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:78:10: style: The function 'processReadBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:241:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:78:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:61:36: style: The function 'processPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:59:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:61:36: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:64:36: style: The function 'processPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:62:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:64:36: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:66:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h:64:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.h:66:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpPortInfo.h:62:18: style: Technically the member function 'Streaming::AmdtpPortInfo::getLocation' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpPortInfo.h:63:18: style: Technically the member function 'Streaming::AmdtpPortInfo::getPosition' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpPortInfo.h:64:20: style: Technically the member function 'Streaming::AmdtpPortInfo::getFormat' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpPort.h:50:32: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpPort.h:75:31: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:362:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:397:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:45:30: warning: Member variable 'AmdtpReceiveStreamProcessor::m_syt_interval' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:45:30: warning: Member variable 'AmdtpReceiveStreamProcessor::midibuffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:549:41: error: Uninitialized struct member: p.enabled [uninitStructMember]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:584:36: error: Uninitialized struct member: p.enabled [uninitStructMember]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:526:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:919:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:962:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:1022:16: style: The scope of the variable 'target_event' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:50:31: warning: Member variable 'AmdtpTransmitStreamProcessor::m_cip_status' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:50:31: warning: Member variable 'AmdtpTransmitStreamProcessor::m_syt_interval' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:50:31: warning: Member variable 'AmdtpTransmitStreamProcessor::m_fdf' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:62:28: style: The function 'generatePacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:245:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:62:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:65:28: style: The function 'generatePacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:249:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:65:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:66:28: style: The function 'generateEmptyPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:251:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:66:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:69:28: style: The function 'generateEmptyPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:255:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:69:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:70:28: style: The function 'generateSilentPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:257:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:70:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:73:28: style: The function 'generateSilentPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:261:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:73:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:74:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:74:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:82:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:82:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:84:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:84:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:86:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:86:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:88:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:88:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:105:10: style: The function 'processWriteBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:263:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:105:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:106:10: style: The function 'transmitSilenceBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:265:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h:106:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:1147:41: error: Uninitialized struct member: p.enabled [uninitStructMember]
libffado-2.4.1/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp:1182:36: error: Uninitialized struct member: p.enabled [uninitStructMember]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignPortInfo.h:60:9: style: Technically the member function 'Streaming::DigidesignPortInfo::getPosition' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignPortInfo.h:61:9: style: Technically the member function 'Streaming::DigidesignPortInfo::getSize' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignPort.h:51:31: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignPort.h:74:30: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.cpp:274:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.cpp:295:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:61:28: style: The function 'processPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:235:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:61:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:64:28: style: The function 'processPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:239:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:64:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:66:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:66:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:69:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:69:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:71:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:71:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:72:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:72:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:74:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:74:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:77:10: style: The function 'processReadBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:241:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignReceiveStreamProcessor.h:77:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.cpp:282:13: style: Variable 'quadlet' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.cpp:494:5: style: Variable 'quadlet' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.cpp:523:5: style: Variable 'quadlet' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.cpp:656:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.cpp:679:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:60:28: style: The function 'generatePacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:245:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:60:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:63:28: style: The function 'generatePacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:249:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:63:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:64:28: style: The function 'generateEmptyPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:251:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:64:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:67:28: style: The function 'generateEmptyPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:255:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:67:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:68:28: style: The function 'generateSilentPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:257:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:68:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:71:28: style: The function 'generateSilentPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:261:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:71:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:72:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:72:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:75:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:75:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:77:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:77:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:78:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:78:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:80:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:80:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:83:10: style: The function 'processWriteBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:263:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:83:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:84:10: style: The function 'transmitSilenceBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:265:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/digidesign/DigidesignTransmitStreamProcessor.h:84:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/generic/Port.h:95:10: performance: Technically the member function 'Streaming::Port::reset' can be static. [functionStatic]
libffado-2.4.1/src/libstreaming/generic/Port.cpp:76:12: note: Technically the member function 'Streaming::Port::reset' can be static.
libffado-2.4.1/src/libstreaming/generic/Port.h:95:10: note: Technically the member function 'Streaming::Port::reset' can be static.
libffado-2.4.1/src/libstreaming/generic/Port.h:104:18: performance: Technically the member function 'Streaming::Port::getEventSize' can be static. [functionStatic]
libffado-2.4.1/src/libstreaming/generic/Port.cpp:101:20: note: Technically the member function 'Streaming::Port::getEventSize' can be static.
libffado-2.4.1/src/libstreaming/generic/Port.h:104:18: note: Technically the member function 'Streaming::Port::getEventSize' can be static.
libffado-2.4.1/src/libstreaming/generic/Port.h:107:17: style: Technically the member function 'Streaming::Port::getPortTypeName' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/Port.cpp:144:7: note: Technically the member function 'Streaming::Port::getPortTypeName' can be const.
libffado-2.4.1/src/libstreaming/generic/Port.h:107:17: note: Technically the member function 'Streaming::Port::getPortTypeName' can be const.
libffado-2.4.1/src/libstreaming/generic/Port.cpp:34:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/generic/PortManager.cpp:170:34: style: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/PortManager.h:64:38: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libstreaming/generic/PortManager.cpp:170:34: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libstreaming/generic/PortManager.h:56:9: style: Technically the member function 'Streaming::PortManager::getPortCount' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/generic/PortManager.cpp:152:14: note: Technically the member function 'Streaming::PortManager::getPortCount' can be const.
libffado-2.4.1/src/libstreaming/generic/PortManager.h:56:9: note: Technically the member function 'Streaming::PortManager::getPortCount' can be const.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1055:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:349:55: style: Function 'canClientTransferFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:334:51: note: Function 'canClientTransferFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:349:55: note: Function 'canClientTransferFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:381:41: style: Function 'putPacket' argument 7 names different: declaration 'dropped' definition 'dropped_cycles'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:166:50: note: Function 'putPacket' argument 7 names different: declaration 'dropped' definition 'dropped_cycles'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:381:41: note: Function 'putPacket' argument 7 names different: declaration 'dropped' definition 'dropped_cycles'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:618:59: style: Function 'getPacket' argument 6 names different: declaration 'dropped' definition 'dropped_cycles'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:171:46: note: Function 'getPacket' argument 6 names different: declaration 'dropped' definition 'dropped_cycles'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:618:59: note: Function 'getPacket' argument 6 names different: declaration 'dropped' definition 'dropped_cycles'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:966:42: style: Function 'dropFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:197:34: note: Function 'dropFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:966:42: note: Function 'dropFrames' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1041:34: style: Function 'shiftStream' argument 1 names different: declaration 'nframes' definition 'nbframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:220:26: note: Function 'shiftStream' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1041:34: note: Function 'shiftStream' argument 1 names different: declaration 'nframes' definition 'nbframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1208:72: style: Function 'waitForState' argument 2 names different: declaration 'timeout' definition 'timeout_ms'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:108:64: note: Function 'waitForState' argument 2 names different: declaration 'timeout' definition 'timeout_ms'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1208:72: note: Function 'waitForState' argument 2 names different: declaration 'timeout' definition 'timeout_ms'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1223:55: style: Function 'scheduleStartDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:129:42: note: Function 'scheduleStartDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1223:55: note: Function 'scheduleStartDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1271:52: style: Function 'scheduleStartRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:130:39: note: Function 'scheduleStartRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1271:52: note: Function 'scheduleStartRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1295:54: style: Function 'scheduleStopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:131:41: note: Function 'scheduleStopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1295:54: note: Function 'scheduleStopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1320:51: style: Function 'scheduleStopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:132:38: note: Function 'scheduleStopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1320:51: note: Function 'scheduleStopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1344:47: style: Function 'startDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:123:34: note: Function 'startDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1344:47: note: Function 'startDryRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1360:44: style: Function 'startRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:124:31: note: Function 'startRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1360:44: note: Function 'startRunning' argument 1 names different: declaration 'time_to_start_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1376:46: style: Function 'stopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:125:33: note: Function 'stopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1376:46: note: Function 'stopDryRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1392:43: style: Function 'stopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:126:30: note: Function 'stopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1392:43: note: Function 'stopRunning' argument 1 names different: declaration 'time_to_stop_at' definition 't'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1880:47: style: Function 'transferSilence' argument 1 names different: declaration 'size' definition 'nframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:277:39: note: Function 'transferSilence' argument 1 names different: declaration 'size' definition 'nframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1880:47: note: Function 'transferSilence' argument 1 names different: declaration 'size' definition 'nframes'.
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:907:13: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:981:13: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1097:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1111:51: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.cpp:1123:51: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuPortInfo.h:73:9: style: Technically the member function 'Streaming::MotuPortInfo::getPosition' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/motu/MotuPortInfo.h:74:9: style: Technically the member function 'Streaming::MotuPortInfo::getSize' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/motu/MotuPort.h:51:31: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/motu/MotuPort.h:74:30: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/motu/MotuPort.h:96:33: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:183:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:183:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:183:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:391:5: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:372:0: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:391:5: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:439:5: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:433:0: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:439:5: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:440:5: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:434:0: note: Variable 'arg' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:440:5: note: Variable 'arg' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:139:16: style: The scope of the variable 'len_shown' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:140:16: style: The scope of the variable 'ts_print_cx' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:141:12: style: The scope of the variable 'pktcx' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:318:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:345:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:375:35: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp:84:29: warning: Member variable 'MotuReceiveStreamProcessor::midibuffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/motu/motu_controls.h:178:5: style: Class 'MotuMatrixMixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/motu/motu_controls.h:217:5: style: Class 'ChannelFaderMatrixMixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/motu/motu_controls.h:226:5: style: Class 'ChannelPanMatrixMixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/motu/motu_controls.h:235:5: style: Class 'ChannelBinSwMatrixMixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/motu/motu_controls.h:288:5: style: Class 'PhonesSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:143:28: style: The function 'processPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:235:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:143:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:146:28: style: The function 'processPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:239:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:146:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:148:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:148:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:151:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:151:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:153:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:153:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:154:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:154:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:156:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:156:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:159:10: style: The function 'processReadBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:241:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuReceiveStreamProcessor.h:159:10: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:143:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:143:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:144:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:144:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:159:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:159:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:160:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:160:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:171:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:171:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:172:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:172:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:256:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:256:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:257:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:257:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:268:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:268:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:269:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:269:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:280:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:280:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:281:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:281:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:292:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:292:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:293:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:293:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:304:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:304:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:305:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:305:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:316:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:316:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:317:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:317:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:332:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:332:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:333:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:333:17: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:346:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:116:18: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:346:18: note: Function in derived class
libffado-2.4.1/src/motu/motu_controls.h:347:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/motu/motu_controls.h:117:17: note: Virtual function in base class
libffado-2.4.1/src/motu/motu_controls.h:347:17: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:352:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:352:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:350:26: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:539:5: style: Variable 'quadlet' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:559:5: style: Variable 'quadlet' is modified but its new value is never used. [unreadVariable]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:689:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:712:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp:70:30: warning: Member variable 'MotuTransmitStreamProcessor::midibuffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:60:28: style: The function 'generatePacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:245:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:60:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:63:28: style: The function 'generatePacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:249:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:63:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:64:28: style: The function 'generateEmptyPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:251:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:64:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:67:28: style: The function 'generateEmptyPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:255:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:67:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:68:28: style: The function 'generateSilentPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:257:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:68:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:71:28: style: The function 'generateSilentPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:261:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:71:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:72:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:72:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:75:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:75:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:77:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:77:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:78:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:78:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:80:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:80:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:83:10: style: The function 'processWriteBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:263:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:83:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:84:10: style: The function 'transmitSilenceBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:265:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/motu/MotuTransmitStreamProcessor.h:84:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmePortInfo.h:73:9: style: Technically the member function 'Streaming::RmePortInfo::getPosition' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/rme/RmePortInfo.h:74:9: style: Technically the member function 'Streaming::RmePortInfo::getSize' can be const. [functionConst]
libffado-2.4.1/src/libstreaming/rme/RmePort.h:51:30: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/rme/RmePort.h:74:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:387:5: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:363:0: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:387:5: note: Variable 'src' is reassigned a value before the old one has been used.
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:138:13: style: The scope of the variable 'pkt_timestamp' can be reduced. [variableScope]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:310:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:337:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:366:35: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp:62:28: warning: Member variable 'RmeReceiveStreamProcessor::midibuffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:62:28: style: The function 'processPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:235:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:62:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:65:28: style: The function 'processPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:239:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:65:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:67:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:67:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:70:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:70:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:72:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:72:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:73:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:73:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:75:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:75:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:81:10: style: The function 'processReadBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:241:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeReceiveStreamProcessor.h:81:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp:656:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp:676:47: warning: Assert statement calls a function which may have desired side effects: 'getBufferSize'. [assertWithSideEffect]
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp:71:29: warning: Member variable 'RmeTransmitStreamProcessor::midibuffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:61:28: style: The function 'generatePacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:245:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:61:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:64:28: style: The function 'generatePacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:249:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:64:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:65:28: style: The function 'generateEmptyPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:251:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:65:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:68:28: style: The function 'generateEmptyPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:255:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:68:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:69:28: style: The function 'generateSilentPacketHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:257:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:69:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:72:28: style: The function 'generateSilentPacketData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:261:36: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:72:28: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:73:18: style: The function 'prepareChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:399:22: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:73:18: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:78:26: style: The function 'getEventSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:410:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:78:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:80:26: style: The function 'getMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:292:26: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:80:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:81:26: style: The function 'getEventsPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:404:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:81:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:83:26: style: The function 'getNominalFramesPerPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:422:30: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:83:26: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:86:10: style: The function 'processWriteBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:263:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:86:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:87:10: style: The function 'transmitSilenceBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libstreaming/generic/StreamProcessor.h:265:18: note: Virtual function in base class
libffado-2.4.1/src/libstreaming/rme/RmeTransmitStreamProcessor.h:87:10: note: Function in derived class
libffado-2.4.1/src/libstreaming/util/cip.c:81:40: style: Function 'iec61883_cip_init' argument 1 names different: declaration 'cip' definition 'ptz'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/util/cip.h:157:40: note: Function 'iec61883_cip_init' argument 1 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libstreaming/util/cip.c:81:40: note: Function 'iec61883_cip_init' argument 1 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libstreaming/util/cip.c:131:60: style: Function 'iec61883_cip_fill_header' argument 2 names different: declaration 'cip' definition 'ptz'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/util/cip.h:166:60: note: Function 'iec61883_cip_fill_header' argument 2 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libstreaming/util/cip.c:131:60: note: Function 'iec61883_cip_fill_header' argument 2 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libstreaming/util/cip.c:212:67: style: Function 'iec61883_cip_fill_header_nodata' argument 2 names different: declaration 'cip' definition 'ptz'. [funcArgNamesDifferent]
libffado-2.4.1/src/libstreaming/util/cip.h:170:67: note: Function 'iec61883_cip_fill_header_nodata' argument 2 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libstreaming/util/cip.c:212:67: note: Function 'iec61883_cip_fill_header_nodata' argument 2 names different: declaration 'cip' definition 'ptz'.
libffado-2.4.1/src/libutil/Configuration.cpp:411:18: style: The scope of the variable 's' can be reduced. [variableScope]
libffado-2.4.1/src/libutil/Configuration.cpp:100:37: style: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/Configuration.h:115:39: note: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'name'.
libffado-2.4.1/src/libutil/Configuration.cpp:100:37: note: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'name'.
libffado-2.4.1/src/libutil/Configuration.h:162:18: performance: Technically the member function 'Util::Configuration::convertDriver' can be static. [functionStatic]
libffado-2.4.1/src/libutil/Configuration.cpp:495:16: note: Technically the member function 'Util::Configuration::convertDriver' can be static.
libffado-2.4.1/src/libutil/Configuration.h:162:18: note: Technically the member function 'Util::Configuration::convertDriver' can be static.
libffado-2.4.1/src/libutil/Configuration.cpp:480:41: performance: Function parameter 's' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:217:40: style: Function 'setOrder' argument 1 names different: declaration 'i' definition 'order'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/DelayLockedLoop.h:47:32: note: Function 'setOrder' argument 1 names different: declaration 'i' definition 'order'.
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:217:40: note: Function 'setOrder' argument 1 names different: declaration 'i' definition 'order'.
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:38:18: warning: Member variable 'DelayLockedLoop::m_error' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:62:18: warning: Member variable 'DelayLockedLoop::m_error' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:83:18: warning: Member variable 'DelayLockedLoop::m_error' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/DelayLockedLoop.h:39:11: style: Technically the member function 'Util::DelayLockedLoop::getCoefficient' can be const. [functionConst]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:108:18: note: Technically the member function 'Util::DelayLockedLoop::getCoefficient' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:39:11: note: Technically the member function 'Util::DelayLockedLoop::getCoefficient' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:46:18: style: Technically the member function 'Util::DelayLockedLoop::getOrder' can be const. [functionConst]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:169:18: note: Technically the member function 'Util::DelayLockedLoop::getOrder' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:46:18: note: Technically the member function 'Util::DelayLockedLoop::getOrder' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:51:11: style: Technically the member function 'Util::DelayLockedLoop::get' can be const. [functionConst]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:287:18: note: Technically the member function 'Util::DelayLockedLoop::get' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:51:11: note: Technically the member function 'Util::DelayLockedLoop::get' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:52:11: style: Technically the member function 'Util::DelayLockedLoop::getError' can be const. [functionConst]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:297:18: note: Technically the member function 'Util::DelayLockedLoop::getError' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.h:52:11: note: Technically the member function 'Util::DelayLockedLoop::getError' can be const.
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:86:5: style: Class 'DelayLockedLoop' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libutil/DelayLockedLoop.cpp:86:5: style: Class 'DelayLockedLoop' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libutil/DelayLockedLoop.h:34:5: style: Class 'DelayLockedLoop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/IpcRingBuffer.cpp:578:36: style: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/IpcRingBuffer.h:177:30: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libutil/IpcRingBuffer.cpp:578:36: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libutil/IpcRingBuffer.h:75:9: warning: Member variable 'IpcMessage::m_data' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/IpcRingBuffer.h:85:9: warning: Member variable 'IpcMessage::m_data' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/IpcRingBuffer.h:107:27: style: Technically the member function 'Util::IpcRingBuffer::IpcMessage::getType' can be const. [functionConst]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:87:5: style: Class 'PosixMessageQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/IpcRingBuffer.h:85:9: style: Class 'IpcMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/IpcRingBuffer.h:97:26: style: The function 'getPriority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:58:30: note: Virtual function in base class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:97:26: note: Function in derived class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:99:30: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:60:34: note: Virtual function in base class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:99:30: note: Function in derived class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:103:22: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:61:26: note: Virtual function in base class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:103:22: note: Function in derived class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:104:22: style: The function 'deserialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:62:26: note: Virtual function in base class
libffado-2.4.1/src/libutil/IpcRingBuffer.h:104:22: note: Function in derived class
libffado-2.4.1/src/libutil/IpcRingBuffer.cpp:40:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:43:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:53:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:53:60: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:63:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:73:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:83:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:93:45: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:103:47: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:110:49: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:126:51: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:160:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:167:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:174:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:181:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:188:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:195:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:202:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:209:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:216:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:223:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:230:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:239:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:246:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:253:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:259:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:266:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:272:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:278:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:284:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:291:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:297:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:303:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:309:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:316:75: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:322:64: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:355:43: performance: Function parameter 'o' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:365:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:375:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:379:40: performance: Function parameter 'o' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:397:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:414:48: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/OptionContainer.cpp:436:50: performance: Function parameter 'basePath' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PacketBuffer.cpp:101:56: style: Function 'getNextPacket' argument 2 names different: declaration 'packet_len' definition 'max_packet_len'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/PacketBuffer.h:51:46: note: Function 'getNextPacket' argument 2 names different: declaration 'packet_len' definition 'max_packet_len'.
libffado-2.4.1/src/libutil/PacketBuffer.cpp:101:56: note: Function 'getNextPacket' argument 2 names different: declaration 'packet_len' definition 'max_packet_len'.
libffado-2.4.1/src/libutil/PacketBuffer.h:43:10: performance: Technically the member function 'Streaming::PacketBuffer::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:135:59: style: Function 'Open' argument 2 names different: declaration 'blocking' definition 'b'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:90:55: note: Function 'Open' argument 2 names different: declaration 'blocking' definition 'b'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:135:59: note: Function 'Open' argument 2 names different: declaration 'blocking' definition 'b'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:150:61: style: Function 'Create' argument 2 names different: declaration 'blocking' definition 'b'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:91:57: note: Function 'Create' argument 2 names different: declaration 'blocking' definition 'b'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:150:61: note: Function 'Create' argument 2 names different: declaration 'blocking' definition 'b'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:479:40: style: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:114:38: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:479:40: note: Function 'setVerboseLevel' argument 1 names different: declaration 'l' definition 'i'.
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:65:5: style: Class 'PosixMessageQueue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:65:5: style: Class 'PosixMessageQueue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libffado-2.4.1/src/libutil/PosixMessageQueue.h:92:18: warning: Virtual function 'Close' is called from destructor '~PosixMessageQueue()' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:73:5: note: Calling Close
libffado-2.4.1/src/libutil/PosixMessageQueue.h:92:18: note: Close is a virtual method
libffado-2.4.1/src/libutil/PosixMessageQueue.cpp:49:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixMutex.cpp:93:9: style: Unused variable: err [unusedVariable]
libffado-2.4.1/src/libutil/PosixMutex.cpp:51:5: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libutil/PosixMutex.cpp:69:5: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libutil/PosixMutex.cpp:67:36: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixSharedMemory.cpp:36:69: style: Function 'PosixSharedMemory' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/PosixSharedMemory.h:54:54: note: Function 'PosixSharedMemory' argument 2 names different: declaration 'len' definition 'size'.
libffado-2.4.1/src/libutil/PosixSharedMemory.cpp:36:69: note: Function 'PosixSharedMemory' argument 2 names different: declaration 'len' definition 'size'.
libffado-2.4.1/src/libutil/PosixSharedMemory.h:67:18: warning: Virtual function 'Close' is called from destructor '~PosixSharedMemory()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
libffado-2.4.1/src/libutil/PosixSharedMemory.cpp:50:5: note: Calling Close
libffado-2.4.1/src/libutil/PosixSharedMemory.h:67:18: note: Close is a virtual method
libffado-2.4.1/src/libutil/PosixSharedMemory.cpp:36:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixThread.cpp:63:24: style: C-style pointer casting [cstyleCast]
libffado-2.4.1/src/libutil/PosixThread.h:91:9: style: Class 'PosixThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/PosixThread.h:134:21: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:108:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:134:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:135:21: style: The function 'Kill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:109:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:135:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:136:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:110:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:136:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:138:21: style: The function 'AcquireRealTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:112:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:138:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:139:21: style: The function 'AcquireRealTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:113:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:139:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:140:21: style: The function 'DropRealTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:114:21: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:140:21: note: Function in derived class
libffado-2.4.1/src/libutil/PosixThread.h:142:19: style: The function 'GetThreadID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:119:27: note: Virtual function in base class
libffado-2.4.1/src/libutil/PosixThread.h:142:19: note: Function in derived class
libffado-2.4.1/src/libutil/Thread.h:101:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixThread.h:106:62: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixThread.h:113:62: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/PosixThread.h:120:62: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/StreamStatistics.h:40:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/SystemTimeSource.cpp:85:55: style: Function 'SleepUsecAbsolute' argument 1 names different: declaration 'wake_time' definition 'wake_at_usec'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/SystemTimeSource.h:57:53: note: Function 'SleepUsecAbsolute' argument 1 names different: declaration 'wake_time' definition 'wake_at_usec'.
libffado-2.4.1/src/libutil/SystemTimeSource.cpp:85:55: note: Function 'SleepUsecAbsolute' argument 1 names different: declaration 'wake_time' definition 'wake_at_usec'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:624:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:642:13: style: The scope of the variable 'byteswritten' can be reduced. [variableScope]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:736:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:757:13: style: The scope of the variable 'bytesread' can be reduced. [variableScope]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:328:41: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:157:54: style: Function 'setUpdatePeriod' argument 1 names different: declaration 't' definition 'n'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:150:45: note: Function 'setUpdatePeriod' argument 1 names different: declaration 't' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:157:54: note: Function 'setUpdatePeriod' argument 1 names different: declaration 't' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:277:56: style: Function 'setEventsPerFrame' argument 1 names different: declaration 's' definition 'n'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:119:47: note: Function 'setEventsPerFrame' argument 1 names different: declaration 's' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:277:56: note: Function 'setEventsPerFrame' argument 1 names different: declaration 's' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:290:52: style: Function 'setBufferSize' argument 1 names different: declaration 's' definition 'n'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:120:43: note: Function 'setBufferSize' argument 1 names different: declaration 's' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:290:52: note: Function 'setBufferSize' argument 1 names different: declaration 's' definition 'n'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:421:46: style: Function 'resizeBuffer' argument 1 names different: declaration 'size' definition 'new_size'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:157:40: note: Function 'resizeBuffer' argument 1 names different: declaration 'size' definition 'new_size'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:421:46: note: Function 'resizeBuffer' argument 1 names different: declaration 'size' definition 'new_size'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:493:50: style: Function 'writeFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:100:41: note: Function 'writeFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:493:50: note: Function 'writeFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:533:52: style: Function 'preloadFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:103:43: note: Function 'preloadFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:533:52: note: Function 'preloadFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:571:44: style: Function 'dropFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:98:40: note: Function 'dropFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:571:44: note: Function 'dropFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:588:49: style: Function 'readFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:101:40: note: Function 'readFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:588:49: note: Function 'readFrames' argument 1 names different: declaration 'nbframes' definition 'nframes'.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:111:14: style: Technically the member function 'Util::TimestampedBuffer::isEnabled' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:115:14: style: Technically the member function 'Util::TimestampedBuffer::isTransparent' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:121:22: style: Technically the member function 'Util::TimestampedBuffer::getBufferSize' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:123:22: style: Technically the member function 'Util::TimestampedBuffer::getBytesPerFrame' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:127:22: style: Technically the member function 'Util::TimestampedBuffer::getBufferFill' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:312:33: note: Technically the member function 'Util::TimestampedBuffer::getBufferFill' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:127:22: note: Technically the member function 'Util::TimestampedBuffer::getBufferFill' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:131:13: style: Technically the member function 'Util::TimestampedBuffer::getFrameCounter' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:139:27: style: Technically the member function 'Util::TimestampedBuffer::getTimestampFromTail' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:958:38: note: Technically the member function 'Util::TimestampedBuffer::getTimestampFromTail' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:139:27: note: Technically the member function 'Util::TimestampedBuffer::getTimestampFromTail' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:144:16: style: Technically the member function 'Util::TimestampedBuffer::getBandwidth' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:124:27: note: Technically the member function 'Util::TimestampedBuffer::getBandwidth' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:144:16: note: Technically the member function 'Util::TimestampedBuffer::getBandwidth' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:146:15: style: Technically the member function 'Util::TimestampedBuffer::getNominalRate' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:147:15: style: Technically the member function 'Util::TimestampedBuffer::getRate' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:190:26: note: Technically the member function 'Util::TimestampedBuffer::getRate' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:147:15: note: Technically the member function 'Util::TimestampedBuffer::getRate' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:151:22: style: Technically the member function 'Util::TimestampedBuffer::getUpdatePeriod' can be const. [functionConst]
libffado-2.4.1/src/libutil/TimestampedBuffer.cpp:170:33: note: Technically the member function 'Util::TimestampedBuffer::getUpdatePeriod' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:151:22: note: Technically the member function 'Util::TimestampedBuffer::getUpdatePeriod' can be const.
libffado-2.4.1/src/libutil/TimestampedBuffer.h:155:14: performance: Technically the member function 'Util::TimestampedBuffer::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libutil/TimestampedBuffer.h:92:9: style: Class 'TimestampedBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/Watchdog.cpp:44:25: warning: Member variable 'WatchdogTask::stop_msg_pipe' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/src/libutil/Watchdog.h:102:10: performance: Technically the member function 'Util::Watchdog::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/src/libutil/Watchdog.cpp:254:11: note: Technically the member function 'Util::Watchdog::setVerboseLevel' can be static.
libffado-2.4.1/src/libutil/Watchdog.h:102:10: note: Technically the member function 'Util::Watchdog::setVerboseLevel' can be static.
libffado-2.4.1/src/libutil/Watchdog.h:105:10: style: Technically the member function 'Util::Watchdog::getHartbeat' can be const. [functionConst]
libffado-2.4.1/src/libutil/Watchdog.h:46:14: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:77:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:46:14: note: Function in derived class
libffado-2.4.1/src/libutil/Watchdog.h:47:14: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:81:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:47:14: note: Function in derived class
libffado-2.4.1/src/libutil/Watchdog.h:62:14: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:77:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:62:14: note: Function in derived class
libffado-2.4.1/src/libutil/Watchdog.h:63:14: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:81:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:63:14: note: Function in derived class
libffado-2.4.1/src/libutil/Watchdog.h:79:14: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:77:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:79:14: note: Function in derived class
libffado-2.4.1/src/libutil/Watchdog.h:80:14: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/Thread.h:81:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/Watchdog.h:80:14: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.cpp:183:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libffado-2.4.1/src/libutil/cmd_serialize.cpp:180:23: note: outer condition: isCurPosValid()
libffado-2.4.1/src/libutil/cmd_serialize.cpp:183:27: note: identical inner condition: isCurPosValid()
libffado-2.4.1/src/libutil/cmd_serialize.cpp:255:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
libffado-2.4.1/src/libutil/cmd_serialize.cpp:251:23: note: outer condition: isCurPosValid()
libffado-2.4.1/src/libutil/cmd_serialize.cpp:255:14: note: opposite inner condition: !isCurPosValid()
libffado-2.4.1/src/libutil/cmd_serialize.cpp:44:31: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:75:32: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:44:31: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:53:33: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:76:34: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:53:33: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:62:34: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:77:35: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:62:34: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:70:37: style: Function 'write' argument 1 names different: declaration 'values' definition 'v'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:78:37: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:70:37: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:79:33: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:94:32: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:79:33: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:93:35: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:95:34: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:93:35: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:107:36: style: Function 'write' argument 1 names different: declaration 'value' definition 'd'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:96:35: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:107:36: note: Function 'write' argument 1 names different: declaration 'value' definition 'd'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:120:39: style: Function 'write' argument 1 names different: declaration 'values' definition 'v'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:97:37: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:120:39: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:177:38: style: Function 'write' argument 1 names different: declaration 'values' definition 'v'. [funcArgNamesDifferent]
libffado-2.4.1/src/libutil/cmd_serialize.h:119:37: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.cpp:177:38: note: Function 'write' argument 1 names different: declaration 'values' definition 'v'.
libffado-2.4.1/src/libutil/cmd_serialize.h:75:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:43:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:75:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:76:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:44:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:76:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:77:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:45:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:77:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:78:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:46:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:78:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:94:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:43:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:94:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:95:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:44:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:95:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:96:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:45:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:96:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:97:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:46:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:97:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:116:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:43:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:116:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:117:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:44:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:117:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:118:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:45:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:118:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:119:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:46:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:119:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:144:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:54:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:144:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:145:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:55:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:145:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:146:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:56:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:146:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:148:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:58:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:148:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:149:18: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:59:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:149:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:150:18: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:60:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:150:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:151:18: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:61:18: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:151:18: note: Function in derived class
libffado-2.4.1/src/libutil/cmd_serialize.h:153:9: style: The function 'getNrOfConsumedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/cmd_serialize.h:62:17: note: Virtual function in base class
libffado-2.4.1/src/libutil/cmd_serialize.h:153:9: note: Function in derived class
libffado-2.4.1/src/libutil/ringbuffer.c:239:21: style: Variable 'tmp_read_ptr' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/src/libutil/serialize_expat.cpp:276:60: warning: Either the condition 'if(pNode)' is redundant or there is possible null pointer dereference: pNode. [nullPointerRedundantCheck]
libffado-2.4.1/src/libutil/serialize_expat.cpp:277:7: note: Assuming that condition 'if(pNode)' is not redundant
libffado-2.4.1/src/libutil/serialize_expat.cpp:276:60: note: Null pointer dereference
libffado-2.4.1/src/libutil/serialize_expat.cpp:312:60: warning: Either the condition 'if(pNode)' is redundant or there is possible null pointer dereference: pNode. [nullPointerRedundantCheck]
libffado-2.4.1/src/libutil/serialize_expat.cpp:313:7: note: Assuming that condition 'if(pNode)' is not redundant
libffado-2.4.1/src/libutil/serialize_expat.cpp:312:60: note: Null pointer dereference
libffado-2.4.1/src/libutil/serialize_libxml.h:66:9: style: Class 'XMLSerialize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/serialize_libxml.h:89:9: style: Class 'XMLDeserialize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/serialize_libxml.h:70:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/serialize_libxml.h:41:23: note: Virtual function in base class
libffado-2.4.1/src/libutil/serialize_libxml.h:70:22: note: Function in derived class
libffado-2.4.1/src/libutil/serialize_libxml.h:72:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/serialize_libxml.h:43:23: note: Virtual function in base class
libffado-2.4.1/src/libutil/serialize_libxml.h:72:22: note: Function in derived class
libffado-2.4.1/src/libutil/serialize_libxml.h:93:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/serialize_libxml.h:54:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/serialize_libxml.h:93:22: note: Function in derived class
libffado-2.4.1/src/libutil/serialize_libxml.h:95:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/serialize_libxml.h:56:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/serialize_libxml.h:95:22: note: Function in derived class
libffado-2.4.1/src/libutil/serialize_libxml.h:98:22: style: The function 'isExisting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libffado-2.4.1/src/libutil/serialize_libxml.h:61:22: note: Virtual function in base class
libffado-2.4.1/src/libutil/serialize_libxml.h:98:22: note: Function in derived class
libffado-2.4.1/src/libutil/serialize_libxml.h:112:64: performance: Function parameter 'strMemberName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_libxml.h:118:65: performance: Function parameter 'strMemberName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat.cpp:36:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat.cpp:50:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat.cpp:208:51: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat.cpp:224:51: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:351:24: style: Array index 'x' is used before limits check. [arrayIndexThenCheck]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:80:5: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libffado-2.4.1/src/libutil/serialize_expat_xml.h:126:11: style: Technically the member function 'Util::Xml::Node::find' can be const. [functionConst]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:134:13: note: Technically the member function 'Util::Xml::Node::find' can be const.
libffado-2.4.1/src/libutil/serialize_expat_xml.h:126:11: note: Technically the member function 'Util::Xml::Node::find' can be const.
libffado-2.4.1/src/libutil/serialize_expat_xml.h:128:10: style: Technically the member function 'Util::Xml::Node::has_child_text' can be const. [functionConst]
libffado-2.4.1/src/libutil/serialize_expat_xml.h:129:17: style: Technically the member function 'Util::Xml::Node::get_child_text' can be const. [functionConst]
libffado-2.4.1/src/libutil/serialize_expat_xml.h:161:10: style: Technically the member function 'Util::Xml::Document::write_to_file_formatted' can be const. [functionConst]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:376:16: note: Technically the member function 'Util::Xml::Document::write_to_file_formatted' can be const.
libffado-2.4.1/src/libutil/serialize_expat_xml.h:161:10: note: Technically the member function 'Util::Xml::Document::write_to_file_formatted' can be const.
libffado-2.4.1/src/libutil/serialize_expat_xml.h:150:5: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/src/libutil/serialize_expat_xml.h:130:37: performance: Function parameter 't' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:376:59: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_expat_xml.cpp:385:50: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_libxml.cpp:37:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_libxml.cpp:51:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_libxml.cpp:207:51: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/serialize_libxml.cpp:223:51: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/libutil/unittests.cpp:45:10: style: Technically the member function 'U0_SerializeMe::operator==' can be const. [functionConst]
libffado-2.4.1/src/libutil/unittests.cpp:63:17: note: Technically the member function 'U0_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:45:10: note: Technically the member function 'U0_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:127:10: style: Technically the member function 'U1_SerializeMe::operator==' can be const. [functionConst]
libffado-2.4.1/src/libutil/unittests.cpp:147:17: note: Technically the member function 'U1_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:127:10: note: Technically the member function 'U1_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:214:10: style: Technically the member function 'U2_SerializeMe::operator==' can be const. [functionConst]
libffado-2.4.1/src/libutil/unittests.cpp:240:17: note: Technically the member function 'U2_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:214:10: note: Technically the member function 'U2_SerializeMe::operator==' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:341:10: style: Technically the member function 'U3_SerializeMe::serialize' can be const. [functionConst]
libffado-2.4.1/src/libutil/unittests.cpp:366:17: note: Technically the member function 'U3_SerializeMe::serialize' can be const.
libffado-2.4.1/src/libutil/unittests.cpp:341:10: note: Technically the member function 'U3_SerializeMe::serialize' can be const.
libffado-2.4.1/src/motu/motu_avdevice.cpp:1630:13: style: Condition '!err' is always true [knownConditionTrueFalse]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1593:26: note: Assignment 'err=0', assigned value is 0
libffado-2.4.1/src/motu/motu_avdevice.cpp:1630:13: note: Condition '!err' is always true
libffado-2.4.1/src/motu/motu_avdevice.cpp:1766:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1764:0: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/motu/motu_avdevice.cpp:1766:5: note: Variable 'p' is reassigned a value before the old one has been used.
libffado-2.4.1/src/motu/motu_avdevice.cpp:579:17: style: The scope of the variable 'src_name' can be reduced. [variableScope]
libffado-2.4.1/src/motu/motu_avdevice.cpp:581:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1489:23: style: The scope of the variable 'reg2' can be reduced. [variableScope]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1802:14: style: The scope of the variable 'portgroup_flags' can be reduced. [variableScope]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1227:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/motu/motu_avdevice.cpp:1772:0: error: Memory leak: p [memleak]
libffado-2.4.1/src/motu/motu_controls.cpp:584:12: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
libffado-2.4.1/src/motu/motu_controls.cpp:633:12: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
libffado-2.4.1/src/motu/motu_controls.cpp:740:22: style: Unsigned variable 'm_register' can't be negative so it is unnecessary to test it. [unsignedPositive]
libffado-2.4.1/src/motu/motu_controls.cpp:746:22: style: Unsigned variable 'm_register' can't be negative so it is unnecessary to test it. [unsignedPositive]
libffado-2.4.1/src/motu/motu_controls.cpp:61:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:61:35: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:61:54: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:125:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:125:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:125:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:173:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:173:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:173:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:222:66: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:228:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:238:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:286:82: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:335:78: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:394:82: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:462:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:462:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:462:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:510:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:510:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:510:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:562:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:562:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:562:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:618:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:618:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:618:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:659:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:659:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:659:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:707:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:707:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:707:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:867:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:867:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:867:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:923:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:923:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/motu/motu_controls.cpp:923:63: performance: Function parameter 'descr' should be passed by const reference. [passedByValue]
libffado-2.4.1/src/rme/fireface_flash.cpp:520:25: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
libffado-2.4.1/src/rme/fireface_flash.cpp:520:36: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
libffado-2.4.1/src/rme/fireface_flash.cpp:530:23: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
libffado-2.4.1/src/rme/fireface_hw.cpp:619:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/rme/fireface_hw.cpp:927:18: style: The scope of the variable 'size' can be reduced. [variableScope]
libffado-2.4.1/src/rme/fireface_settings_ctrls.cpp:375:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffado-2.4.1/src/rme/rme_avdevice.cpp:894:9: style: Condition 'err' is always false [knownConditionTrueFalse]
libffado-2.4.1/src/rme/rme_avdevice.cpp:823:22: note: Assignment 'err=0', assigned value is 0
libffado-2.4.1/src/rme/rme_avdevice.cpp:894:9: note: Condition 'err' is always false
libffado-2.4.1/src/rme/rme_avdevice.cpp:111:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/rme/rme_avdevice.cpp:549:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/src/rme/rme_avdevice.cpp:1059:0: error: Memory leak: p [memleak]
libffado-2.4.1/support/alsa/alsa_plugin.cpp:84:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libffado-2.4.1/support/alsa/alsa_plugin.cpp:87:7: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/support/alsa/alsa_plugin.cpp:84:5: note: Found duplicate branches for 'if' and 'else'.
libffado-2.4.1/support/dbus/controlserver.h:167:33: warning: The class 'Container' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:167:33: note: Derived variable 'Container::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:190:26: warning: The class 'Continuous' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:190:26: note: Derived variable 'Continuous::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:209:24: warning: The class 'Discrete' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:209:24: note: Derived variable 'Discrete::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:225:20: warning: The class 'Text' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:225:20: note: Derived variable 'Text::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:241:24: warning: The class 'Register' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:241:24: note: Derived variable 'Register::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:260:20: warning: The class 'Enum' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:260:20: note: Derived variable 'Enum::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:281:29: warning: The class 'AttributeEnum' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:281:29: note: Derived variable 'AttributeEnum::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:303:16: warning: The class 'ConfigRomX' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:303:16: note: Derived variable 'ConfigRomX::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:335:27: warning: The class 'MatrixMixer' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:335:27: note: Derived variable 'MatrixMixer::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:364:30: warning: The class 'CrossbarRouter' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:364:30: note: Derived variable 'CrossbarRouter::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:381:23: warning: The class 'Boolean' defines member variable with name 'm_Slave' also defined in its parent class 'Element'. [duplInheritedMember]
libffado-2.4.1/support/dbus/controlserver.h:134:25: note: Parent variable 'Element::m_Slave'
libffado-2.4.1/support/dbus/controlserver.h:381:23: note: Derived variable 'Boolean::m_Slave'
libffado-2.4.1/support/dbus/controlserver.cpp:37:61: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:138:65: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:456:67: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:524:63: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:574:55: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:604:63: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:634:55: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:680:73: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:745:67: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:791:69: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:868:75: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/support/dbus/controlserver.cpp:972:61: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
libffado-2.4.1/tests/dumpiso_mod.cpp:253:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/dumpiso_mod.cpp:268:25: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/dumpiso_mod.cpp:62:13: style: The scope of the variable 'c' can be reduced. [variableScope]
libffado-2.4.1/tests/dumpiso_mod.cpp:194:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
libffado-2.4.1/tests/dumpiso_mod.cpp:249:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:255:5: style: Variable 'sine_advance' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:253:0: note: Variable 'sine_advance' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:255:5: note: Variable 'sine_advance' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:68:5: warning: Member variable 'arguments::period' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:68:5: warning: Member variable 'arguments::nb_buffers' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:68:5: warning: Member variable 'arguments::test_tone' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/streaming/test-ipcclient.cpp:68:5: warning: Member variable 'arguments::test_tone_freq' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/streaming/test-isohandling.cpp:57:0: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/tests/streaming/test-isohandling.cpp:58:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libffado-2.4.1/tests/streaming/test-isohandling.cpp:157:0: error: Memory leak: thread [memleak]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:503:75: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:521:75: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:526:75: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:566:76: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:585:76: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:590:76: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:456:0: error: Memory leak: audiobuffers_in [memleak]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:456:0: error: Memory leak: audiobuffers_out [memleak]
libffado-2.4.1/tests/streaming/teststreaming-ipc.cpp:456:0: error: Memory leak: nullbuffer [memleak]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:340:67: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:346:67: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:360:68: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:365:68: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:442:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:453:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:458:36: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:472:43: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:309:5: style: Variable 'sine_advance' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/tests/streaming/teststreaming3.cpp:272:0: note: Variable 'sine_advance' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/streaming/teststreaming3.cpp:309:5: note: Variable 'sine_advance' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/streaming/teststreaming3.cpp:406:0: error: Memory leak: nullbuffer [memleak]
libffado-2.4.1/tests/systemtests/realtimetools.cpp:83:34: style: Function 'rt_sleep_absolute_usecs' argument 1 names different: declaration 'wake_at' definition 'wake_at_usec'. [funcArgNamesDifferent]
libffado-2.4.1/tests/systemtests/realtimetools.h:31:39: note: Function 'rt_sleep_absolute_usecs' argument 1 names different: declaration 'wake_at' definition 'wake_at_usec'.
libffado-2.4.1/tests/systemtests/realtimetools.cpp:83:34: note: Function 'rt_sleep_absolute_usecs' argument 1 names different: declaration 'wake_at' definition 'wake_at_usec'.
libffado-2.4.1/tests/systemtests/test-clock_nanosleep.cpp:126:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libffado-2.4.1/tests/systemtests/test-sysload.cpp:189:9: style: Variable 'toc' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/tests/systemtests/test-sysload.cpp:182:0: note: Variable 'toc' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/systemtests/test-sysload.cpp:189:9: note: Variable 'toc' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/test-avccmd.cpp:235:10: warning: Member variable 'TestCmd::nargs' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-avccmd.cpp:81:5: warning: Member variable 'arguments::node' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-echomixer.cpp:480:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-echomixer.cpp:507:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-echomixer.cpp:522:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-echomixer.cpp:72:5: warning: Member variable 'arguments::node' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ffado.cpp:204:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-ffado.cpp:208:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-ffado.cpp:228:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-ffado.cpp:232:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-ffado.cpp:424:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libffado-2.4.1/tests/test-ffado.cpp:456:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libffado-2.4.1/tests/test-ffado.cpp:483:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libffado-2.4.1/tests/test-focusrite.cpp:71:5: warning: Member variable 'arguments::node' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:150:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/tests/test-ieee1394service.cpp:149:9: note: Variable 'err' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/test-ieee1394service.cpp:150:9: note: Variable 'err' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/test-ieee1394service.cpp:326:5: style: Variable 'm_service' is reassigned a value before the old one has been used. [redundantAssignment]
libffado-2.4.1/tests/test-ieee1394service.cpp:324:0: note: Variable 'm_service' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/test-ieee1394service.cpp:326:5: note: Variable 'm_service' is reassigned a value before the old one has been used.
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::ctr' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::ctr_dll' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::ctr_prev' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::ctr_dll_prev' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::nb_checks' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::summed_diff' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::avg_diff' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: warning: Member variable 'CtrThread::m_reset_avg' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-ieee1394service.cpp:89:9: style: Class 'CtrThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/tests/test-scs.cpp:175:5: warning: Member variable 'HSS1394AlsaSeqMidiBridge::m_work_buffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-scs.cpp:175:5: warning: Member variable 'HSS1394AlsaSeqMidiBridge::m_sysex_buffer' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-scs.cpp:175:5: warning: Member variable 'HSS1394AlsaSeqMidiBridge::sysex_buffer_count' is not initialized in the constructor. [uninitMemberVar]
libffado-2.4.1/tests/test-scs.cpp:299:9: style: Technically the member function 'HSS1394AlsaSeqMidiBridge::getAlsaSeqOutputPortNumber' can be const. [functionConst]
libffado-2.4.1/tests/test-scs.cpp:311:10: performance: Technically the member function 'HSS1394AlsaSeqMidiBridge::setVerboseLevel' can be static. [functionStatic]
libffado-2.4.1/tests/test-scs.cpp:333:9: style: Class 'HSS1394UserDataHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libffado-2.4.1/tests/test-watchdog.cpp:60:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libffi/libffi_3.3~rc0.orig.tar.gz
libffi-3.3-rc0/src/aarch64/ffi.c:78:0: error: #error "Missing builtin to flush instruction cache" [preprocessorErrorDirective]
libffi-3.3-rc0/src/alpha/ffi.c:244:9: portability: 'frame' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/alpha/ffi.c:299:44: portability: 'valp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/alpha/ffi.c:470:20: portability: 'valp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/alpha/ffi.c:482:12: portability: 'valp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/alpha/ffi.c:484:20: portability: 'valp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/alpha/ffi.c:239:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/alpha/ffi.c:243:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/alpha/ffi.c:384:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/alpha/ffi.c:494:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/arc/ffi.c:113:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libffi-3.3-rc0/src/arc/ffi.c:117:4: note: Found duplicate branches for 'if' and 'else'.
libffi-3.3-rc0/src/arc/ffi.c:113:4: note: Found duplicate branches for 'if' and 'else'.
libffi-3.3-rc0/src/arc/ffi.c:176:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/arc/ffi.c:204:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/arm/ffi.c:624:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libffi-3.3-rc0/src/arm/ffi.c:649:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libffi-3.3-rc0/src/arm/ffi.c:580:34: portability: 'codeloc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/arm/ffi.c:364:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/arm/ffi.c:525:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/arm/ffi.c:538:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/avr32/ffi.c:310:45: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/avr32/ffi.c:320:43: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/avr32/ffi.c:327:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/avr32/ffi.c:332:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/avr32/ffi.c:340:41: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/avr32/ffi.c:253:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/avr32/ffi.c:380:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/cris/ffi.c:255:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/cris/ffi.c:307:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/dlmalloc.c:2894:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:2937:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3294:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3388:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3466:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3480:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3492:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3493:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3517:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3530:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3540:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3560:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3564:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3632:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3663:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
libffi-3.3-rc0/src/dlmalloc.c:3535:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
libffi-3.3-rc0/src/dlmalloc.c:3532:0: note: Variable 'br' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/dlmalloc.c:3535:7: note: Variable 'br' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/dlmalloc.c:3536:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
libffi-3.3-rc0/src/dlmalloc.c:3533:0: note: Variable 'end' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/dlmalloc.c:3536:7: note: Variable 'end' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/dlmalloc.c:3761:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
libffi-3.3-rc0/src/dlmalloc.c:3761:27: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:3761:27: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:3803:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
libffi-3.3-rc0/src/dlmalloc.c:3803:23: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:3803:23: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:4181:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
libffi-3.3-rc0/src/dlmalloc.c:4181:31: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:4181:31: note: Opposite expression on both sides of '&'.
libffi-3.3-rc0/src/dlmalloc.c:3361:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffi-3.3-rc0/src/dlmalloc.c:3417:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffi-3.3-rc0/src/dlmalloc.c:3650:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffi-3.3-rc0/src/dlmalloc.c:3788:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffi-3.3-rc0/src/dlmalloc.c:4344:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libffi-3.3-rc0/src/dlmalloc.c:4018:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
libffi-3.3-rc0/src/dlmalloc.c:636:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
libffi-3.3-rc0/src/dlmalloc.c:637:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
libffi-3.3-rc0/src/dlmalloc.c:640:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
libffi-3.3-rc0/src/dlmalloc.c:4369:18: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
libffi-3.3-rc0/src/dlmalloc.c:4367:13: note: Assignment 'req=~(unsigned long)0', assigned value is -1
libffi-3.3-rc0/src/dlmalloc.c:4369:18: note: Invalid argument
libffi-3.3-rc0/src/dlmalloc.c:4120:0: error: Memory leak: mem [memleak]
libffi-3.3-rc0/src/frv/ffi.c:263:3: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
libffi-3.3-rc0/src/frv/ffi.c:256:0: note: Variable 'fn' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/frv/ffi.c:263:3: note: Variable 'fn' is reassigned a value before the old one has been used.
libffi-3.3-rc0/src/frv/ffi.c:148:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/frv/ffi.c:186:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/ia64/ffi.c:387:18: portability: 'avalue[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/ia64/ffi.c:578:38: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/ia64/ffi.c:586:18: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/ia64/ffi.c:303:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/ia64/ffi.c:306:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/ia64/ffi.c:478:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/ia64/ffi.c:570:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/java_raw_api.c:316:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/m32r/ffi.c:66:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libffi-3.3-rc0/src/m32r/ffi.c:57:25: note: outer condition: avn!=0
libffi-3.3-rc0/src/m32r/ffi.c:66:15: note: identical inner condition: avn!=0
libffi-3.3-rc0/src/m32r/ffi.c:60:14: style: The scope of the variable 'z' can be reduced. [variableScope]
libffi-3.3-rc0/src/m32r/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/m68k/ffi.c:235:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/m68k/ffi.c:315:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/m88k/ffi.c:246:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/m88k/ffi.c:358:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/metag/ffi.c:189:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/metag/ffi.c:278:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/microblaze/ffi.c:63:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/microblaze/ffi.c:80:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/microblaze/ffi.c:160:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/microblaze/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/microblaze/ffi.c:191:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/mips/ffi.c:185:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libffi-3.3-rc0/src/mips/ffi.c:604:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/moxie/ffi.c:228:37: error: Array 'register_args[6]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
libffi-3.3-rc0/src/moxie/ffi.c:228:0: portability: Undefined behaviour, pointer arithmetic 'register_args+7' is out of bounds. [pointerOutOfBounds]
libffi-3.3-rc0/src/moxie/ffi.c:141:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/moxie/ffi.c:184:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/nios2/ffi.c:168:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/nios2/ffi.c:208:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/nios2/ffi.c:246:10: error: Uninitialized variable: result [uninitvar]
libffi-3.3-rc0/src/or1k/ffi.c:36:10: style: The scope of the variable 's' can be reduced. [variableScope]
libffi-3.3-rc0/src/or1k/ffi.c:181:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/pa/ffi.c:394:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/powerpc/ffi.c:101:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:121:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:164:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:176:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:1196:12: style: union member 'ldu::lb' is never used. [unusedStructMember]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:1197:17: style: union member 'ldu::ld' is never used. [unusedStructMember]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:932:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:968:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/powerpc/ffi_darwin.c:1209:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/powerpc/ffi_sysv.c:698:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/raw_api.c:206:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/riscv/ffi.c:404:46: portability: 'codeloc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/riscv/ffi.c:348:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/riscv/ffi.c:350:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/riscv/ffi.c:414:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/riscv/ffi.c:419:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/riscv/ffi.c:433:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/s390/ffi.c:356:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/s390/ffi.c:525:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sh/ffi.c:325:7: style: The scope of the variable 'size' can be reduced. [variableScope]
libffi-3.3-rc0/src/sh/ffi.c:326:7: style: The scope of the variable 'n' can be reduced. [variableScope]
libffi-3.3-rc0/src/sh/ffi.c:429:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sh/ffi.c:528:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sh64/ffi.c:159:13: style: The scope of the variable 'type' can be reduced. [variableScope]
libffi-3.3-rc0/src/sh64/ffi.c:381:13: style: The scope of the variable 'p' can be reduced. [variableScope]
libffi-3.3-rc0/src/sh64/ffi.c:271:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sh64/ffi.c:361:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sparc/ffi.c:437:6: portability: 'a' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/sparc/ffi.c:441:6: portability: 'a' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/sparc/ffi.c:450:8: portability: 'a' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libffi-3.3-rc0/src/sparc/ffi.c:384:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/sparc/ffi.c:422:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/tile/ffi.c:298:46: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
libffi-3.3-rc0/src/tile/ffi.c:147:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/tile/ffi.c:160:46: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/tile/ffi.c:290:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/types.c:69:1: style: struct member 'struct_align_uint8::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:70:1: style: struct member 'struct_align_sint8::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:71:1: style: struct member 'struct_align_uint16::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:72:1: style: struct member 'struct_align_sint16::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:73:1: style: struct member 'struct_align_uint32::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:74:1: style: struct member 'struct_align_sint32::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:75:1: style: struct member 'struct_align_uint64::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:76:1: style: struct member 'struct_align_sint64::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:78:1: style: struct member 'struct_align_pointer::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:78:1: style: struct member 'struct_align_pointer::x' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:80:1: style: struct member 'struct_align_float::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:80:1: style: struct member 'struct_align_float::x' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:81:1: style: struct member 'struct_align_double::c' is never used. [unusedStructMember]
libffi-3.3-rc0/src/types.c:81:1: style: struct member 'struct_align_double::x' is never used. [unusedStructMember]
libffi-3.3-rc0/src/vax/ffi.c:176:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/vax/ffi.c:232:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/x86/ffi.c:289:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/x86/ffi.c:444:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/x86/ffi.c:679:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/x86/ffiw64.c:133:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/x86/ffiw64.c:269:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/xtensa/ffi.c:112:13: style: union member 'Anonymous0::f' is never used. [unusedStructMember]
libffi-3.3-rc0/src/xtensa/ffi.c:113:14: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
libffi-3.3-rc0/src/xtensa/ffi.c:208:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libffi-3.3-rc0/src/xtensa/ffi.c:273:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libffi-checklib-perl/libffi-checklib-perl_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libffi-platypus-perl/libffi-platypus-perl_0.50.orig.tar.gz
FFI-Platypus-0.50/inc/probe/bigendian.c:14:9: style: The scope of the variable 'values' can be reduced. [variableScope]
FFI-Platypus-0.50/inc/probe/bigendian64.c:14:9: style: The scope of the variable 'values' can be reduced. [variableScope]
FFI-Platypus-0.50/inc/probe/longdouble.c:16:9: style: The scope of the variable 'values' can be reduced. [variableScope]
FFI-Platypus-0.50/inc/template/abi.c:13:0: error: syntax error [syntaxError]
FFI-Platypus-0.50/xs/closure.c:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_opaque.c:13:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_simple.c:981:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FFI-Platypus-0.50/xs/record_simple.c:1015:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FFI-Platypus-0.50/xs/record_simple.c:1099:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FFI-Platypus-0.50/xs/record_simple.c:1133:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FFI-Platypus-0.50/xs/record_string.c:52:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_string.c:55:9: style: The scope of the variable 'arg_ptr' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_string.c:105:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_string.c:109:9: style: The scope of the variable 'arg_ptr' can be reduced. [variableScope]
FFI-Platypus-0.50/xs/record_string.c:13:7: style: Unused variable: arg [unusedVariable]
FFI-Platypus-0.50/xs/record_string.c:81:8: error: Common realloc mistake: 'ptr2' nulled but not freed upon failure [memleakOnRealloc]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-basedir-perl/libfile-basedir-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-bom-perl/libfile-bom-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-cache-perl/libfile-cache-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-changenotify-perl/libfile-changenotify-perl_0.28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-chdir-perl/libfile-chdir-perl_0.1008.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-checktree-perl/libfile-checktree-perl_4.42.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-chmod-perl/libfile-chmod-perl_0.42.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-configdir-perl/libfile-configdir-perl_0.017.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-copy-link-perl/libfile-copy-link-perl_0.140.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-copy-recursive-perl/libfile-copy-recursive-perl_0.44.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-copy-recursive-reduced-perl/libfile-copy-recursive-reduced-perl_0.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-counterfile-perl/libfile-counterfile-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-countlines-perl/libfile-countlines-perl_0.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-data-perl/libfile-data-perl_1.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-desktopentry-perl/libfile-desktopentry-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-dircompare-perl/libfile-dircompare-perl_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-dropbox-perl/libfile-dropbox-perl_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-extattr-perl/libfile-extattr-perl_1.09.orig.tar.gz
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22.orig.tar.gz
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-object-perl/libfile-find-object-perl_0.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-object-rule-perl/libfile-find-object-rule-perl_0.0309.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-rule-filesys-virtual-perl/libfile-find-rule-filesys-virtual-perl_1.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-rule-perl-perl/libfile-find-rule-perl-perl_1.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-rule-vcs-perl/libfile-find-rule-vcs-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-find-wanted-perl/libfile-find-wanted-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-finder-perl/libfile-finder-perl_0.53.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-flat-perl/libfile-flat-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-flock-perl/libfile-flock-perl_2014.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-flock-retry-perl/libfile-flock-retry-perl_0.62.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-fnmatch-perl/libfile-fnmatch-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-fu-perl/libfile-fu-perl_0.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-grep-perl/libfile-grep-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-homedir-perl/libfile-homedir-perl_1.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-inplace-perl/libfile-inplace-perl_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-keepass-perl/libfile-keepass-perl_2.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-lchown-perl/libfile-lchown-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-libmagic-perl/libfile-libmagic-perl_1.16.orig.tar.gz
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-listing-perl/libfile-listing-perl_6.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-localizenewlines-perl/libfile-localizenewlines-perl_1.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-map-perl/libfile-map-perl_0.65.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-mimeinfo-perl/libfile-mimeinfo-perl_0.29.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-mmagic-xs-perl/libfile-mmagic-xs-perl_0.09008.orig.tar.gz
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:647:29: style: The scope of the variable 'a' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:648:29: style: The scope of the variable 'b' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:649:18: style: The scope of the variable 'len' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:1120:11: style: The scope of the variable 'ws_offset' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:1128:11: style: The scope of the variable 'line' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:1262:20: style: The scope of the variable 'tp' can be reduced. [variableScope]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:1122:11: style: Variable 'errs' is not assigned a value. [unassignedVariable]
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c:1167:15: error: Uninitialized variable: errs [uninitvar]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-modified-perl/libfile-modified-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-monitor-lite-perl/libfile-monitor-lite-perl_0.652003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-monitor-perl/libfile-monitor-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-ncopy-perl/libfile-ncopy-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-next-perl/libfile-next-perl_1.16.orig.tar.gz
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-nfslock-perl/libfile-nfslock-perl_1.27.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-path-expand-perl/libfile-path-expand-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-path-tiny-perl/libfile-path-tiny-perl_0.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-pid-perl/libfile-pid-perl_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-policy-perl/libfile-policy-perl_1.005.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-pushd-perl/libfile-pushd-perl_1.016.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-queue-perl/libfile-queue-perl_1.01a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-read-perl/libfile-read-perl_0.0801.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-readbackwards-perl/libfile-readbackwards-perl_1.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-remove-perl/libfile-remove-perl_1.57.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-rsync-perl/libfile-rsync-perl_0.49.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-rsyncp-perl/libfile-rsyncp-perl_0.74.orig.tar.gz
File-RsyncP-0.74/Digest/md4c.c:187:23: style: The scope of the variable 'padLen' can be reduced. [variableScope]
File-RsyncP-0.74/FileList/exclude.c:290:25: style: Condition 'verbose>2' is always false [knownConditionTrueFalse]
File-RsyncP-0.74/FileList/exclude.c:300:21: style: Condition 'verbose>2' is always false [knownConditionTrueFalse]
File-RsyncP-0.74/FileList/exclude.c:406:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
File-RsyncP-0.74/FileList/exclude.c:197:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/exclude.c:200:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/exclude.c:218:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/exclude.c:303:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/exclude.c:326:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/flist.c:216:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
File-RsyncP-0.74/FileList/flist.c:216:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
File-RsyncP-0.74/FileList/flist.c:1025:24: warning: Either the condition '!name' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
File-RsyncP-0.74/FileList/flist.c:1028:9: note: Assuming that condition '!name' is not redundant
File-RsyncP-0.74/FileList/flist.c:1025:24: note: Null pointer subtraction
File-RsyncP-0.74/FileList/flist.c:734:21: style: Checking if unsigned variable 'bufsize' is less than zero. [unsignedLessThanZero]
File-RsyncP-0.74/FileList/flist.c:426:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
File-RsyncP-0.74/FileList/flist.c:427:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
File-RsyncP-0.74/FileList/flist.c:428:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
File-RsyncP-0.74/FileList/flist.c:429:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
File-RsyncP-0.74/FileList/flist.c:475:40: style: Function 'send_file_entry' argument 1 names different: declaration 'flist' definition 'f'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/proto.h:56:40: note: Function 'send_file_entry' argument 1 names different: declaration 'flist' definition 'f'.
File-RsyncP-0.74/FileList/flist.c:475:40: note: Function 'send_file_entry' argument 1 names different: declaration 'flist' definition 'f'.
File-RsyncP-0.74/FileList/flist.c:310:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
File-RsyncP-0.74/FileList/hlink.c:45:15: style: The scope of the variable 'start' can be reduced. [variableScope]
File-RsyncP-0.74/FileList/pool_alloc.c:72:27: style: Function 'pool_destroy' argument 1 names different: declaration 'pool' definition 'p'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/pool_alloc.h:11:32: note: Function 'pool_destroy' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:72:27: note: Function 'pool_destroy' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:98:25: style: Function 'pool_alloc' argument 1 names different: declaration 'pool' definition 'p'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/pool_alloc.h:12:31: note: Function 'pool_alloc' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:98:25: note: Function 'pool_alloc' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:98:35: style: Function 'pool_alloc' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/pool_alloc.h:12:44: note: Function 'pool_alloc' argument 2 names different: declaration 'size' definition 'len'.
File-RsyncP-0.74/FileList/pool_alloc.c:98:35: note: Function 'pool_alloc' argument 2 names different: declaration 'size' definition 'len'.
File-RsyncP-0.74/FileList/pool_alloc.c:175:24: style: Function 'pool_free' argument 1 names different: declaration 'pool' definition 'p'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/pool_alloc.h:13:29: note: Function 'pool_free' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:175:24: note: Function 'pool_free' argument 1 names different: declaration 'pool' definition 'p'.
File-RsyncP-0.74/FileList/pool_alloc.c:175:34: style: Function 'pool_free' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/pool_alloc.h:13:42: note: Function 'pool_free' argument 2 names different: declaration 'size' definition 'len'.
File-RsyncP-0.74/FileList/pool_alloc.c:175:34: note: Function 'pool_free' argument 2 names different: declaration 'size' definition 'len'.
File-RsyncP-0.74/FileList/pool_alloc.c:36:11: style: struct member 'align_test::foo' is never used. [unusedStructMember]
File-RsyncP-0.74/FileList/wildmatch.c:212:24: error: Expression 'prev=ch,(ch=*++p)!=']'' depends on order of evaluation of side effects [unknownEvaluationOrder]
File-RsyncP-0.74/FileList/wildmatch.c:223:42: style: Function 'wildmatch' argument 2 names different: declaration 'text' definition 't'. [funcArgNamesDifferent]
File-RsyncP-0.74/FileList/wildmatch.h:3:42: note: Function 'wildmatch' argument 2 names different: declaration 'text' definition 't'.
File-RsyncP-0.74/FileList/wildmatch.c:223:42: note: Function 'wildmatch' argument 2 names different: declaration 'text' definition 't'.
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-save-home-perl/libfile-save-home-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-scan-perl/libfile-scan-perl_1.43.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-searchpath-perl/libfile-searchpath-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-share-perl/libfile-share-perl_0.25.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-sharedir-install-perl/libfile-sharedir-install-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-sharedir-par-perl/libfile-sharedir-par-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-sharedir-perl/libfile-sharedir-perl_1.116.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-sharedir-projectdistdir-perl/libfile-sharedir-projectdistdir-perl_1.000009.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-slurp-perl/libfile-slurp-perl_9999.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-slurp-tiny-perl/libfile-slurp-tiny-perl_0.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-slurp-unicode-perl/libfile-slurp-unicode-perl_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-slurper-perl/libfile-slurper-perl_0.012.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-spec-perl/libfile-spec-perl_3.3300.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-sync-perl/libfile-sync-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-tail-perl/libfile-tail-perl_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-tee-perl/libfile-tee-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-touch-perl/libfile-touch-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-type-perl/libfile-type-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-type-webimages-perl/libfile-type-webimages-perl_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-userconfig-perl/libfile-userconfig-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-util-perl/libfile-util-perl_4.161950.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-which-perl/libfile-which-perl_1.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-wildcard-perl/libfile-wildcard-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-write-rotate-perl/libfile-write-rotate-perl_0.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfile-zglob-perl/libfile-zglob-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilehandle-fmode-perl/libfilehandle-fmode-perl_0.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilehandle-unget-perl/libfilehandle-unget-perl_0.1634.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-df-perl/libfilesys-df-perl_0.92.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-diskspace-perl/libfilesys-diskspace-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-notify-simple-perl/libfilesys-notify-simple-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-smbclient-perl/libfilesys-smbclient-perl_3.2.orig.tar.gz
Filesys-SmbClient-3.2/libauthSamba.c:50:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
Filesys-SmbClient-3.2/libauthSamba.c:53:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
Filesys-SmbClient-3.2/libauthSamba.c:55:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
Filesys-SmbClient-3.2/libauthSamba.c:23:20: style: Redundant condition: If 'EXPR', the comparison 'EXPR != 0' is always true. [redundantCondition]
Filesys-SmbClient-3.2/libauthSamba.c:45:20: style: Redundant condition: If 'EXPR', the comparison 'EXPR != 0' is always true. [redundantCondition]
Filesys-SmbClient-3.2/libauthSamba.c:37:27: style: Function 'auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'. [funcArgNamesDifferent]
Filesys-SmbClient-3.2/libauthSamba.h:9:27: note: Function 'auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'.
Filesys-SmbClient-3.2/libauthSamba.c:37:27: note: Function 'auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'.
Filesys-SmbClient-3.2/libauthSamba.c:72:27: style: Function 'ask_auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'. [funcArgNamesDifferent]
Filesys-SmbClient-3.2/libauthSamba.h:15:27: note: Function 'ask_auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'.
Filesys-SmbClient-3.2/libauthSamba.c:72:27: note: Function 'ask_auth_fn' argument 6 names different: declaration 'umaxlen' definition 'unmaxlen'.
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-statvfs-perl/libfilesys-statvfs-perl_0.82.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-virtual-perl/libfilesys-virtual-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesys-virtual-plain-perl/libfilesys-virtual-plain-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilesystem-ruby/libfilesystem-ruby_0.5.orig.tar.gz
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilezilla/libfilezilla_0.9.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilter-eof-perl/libfilter-eof-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilter-perl/libfilter-perl_1.59.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfilter-template-perl/libfilter-template-perl_1.043.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfinance-bank-ie-permanenttsb-perl/libfinance-bank-ie-permanenttsb-perl_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfinance-qif-perl/libfinance-qif-perl_3.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfinance-quote-perl/libfinance-quote-perl_1.47.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfinance-quotehist-perl/libfinance-quotehist-perl_1.27.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfinance-streamer-perl/libfinance-streamer-perl_1.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfind-lib-perl/libfind-lib-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfindbin-libs-perl/libfindbin-libs-perl_2.190.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfishsound/libfishsound_1.0.0.orig.tar.gz
libfishsound-1.0.0/src/libfishsound/comments.c:241:22: style: The scope of the variable 'comment' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/comments.c:276:22: style: The scope of the variable 'v_comment' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/comments.c:441:22: style: The scope of the variable 'n' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/comments.c:444:11: style: The scope of the variable 'name' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/comments.c:444:19: style: The scope of the variable 'value' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/comments.c:613:17: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:621:19: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:625:17: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:637:19: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:644:19: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:648:21: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:655:21: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:659:17: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
libfishsound-1.0.0/src/libfishsound/comments.c:208:65: style: Function 'fish_sound_comment_set_vendor' argument 2 names different: declaration 'vendor' definition 'vendor_string'. [funcArgNamesDifferent]
libfishsound-1.0.0/src/libfishsound/private.h:183:65: note: Function 'fish_sound_comment_set_vendor' argument 2 names different: declaration 'vendor' definition 'vendor_string'.
libfishsound-1.0.0/src/libfishsound/comments.c:208:65: note: Function 'fish_sound_comment_set_vendor' argument 2 names different: declaration 'vendor' definition 'vendor_string'.
libfishsound-1.0.0/src/libfishsound/comments.c:437:65: style: Function 'fish_sound_comments_decode' argument 2 names different: declaration 'buf' definition 'comments'. [funcArgNamesDifferent]
libfishsound-1.0.0/src/libfishsound/private.h:169:69: note: Function 'fish_sound_comments_decode' argument 2 names different: declaration 'buf' definition 'comments'.
libfishsound-1.0.0/src/libfishsound/comments.c:437:65: note: Function 'fish_sound_comments_decode' argument 2 names different: declaration 'buf' definition 'comments'.
libfishsound-1.0.0/src/libfishsound/comments.c:438:13: style: Function 'fish_sound_comments_decode' argument 3 names different: declaration 'bytes' definition 'length'. [funcArgNamesDifferent]
libfishsound-1.0.0/src/libfishsound/private.h:170:10: note: Function 'fish_sound_comments_decode' argument 3 names different: declaration 'bytes' definition 'length'.
libfishsound-1.0.0/src/libfishsound/comments.c:438:13: note: Function 'fish_sound_comments_decode' argument 3 names different: declaration 'bytes' definition 'length'.
libfishsound-1.0.0/src/libfishsound/comments.c:389:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libfishsound-1.0.0/src/libfishsound/decode.c:74:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/decode.c:96:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/decode.c:122:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/decode.c:102:7: style: Unused variable: format [unusedVariable]
libfishsound-1.0.0/src/libfishsound/encode.c:54:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/encode.c:68:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/encode.c:83:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/encode.c:104:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfishsound-1.0.0/src/libfishsound/fs_vector.c:108:10: style: The scope of the variable 'v_data' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/fs_vector.c:123:10: style: The scope of the variable 'v_data' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/fs_vector.c:151:7: style: The scope of the variable 'new_max_elements' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/fs_vector.c:194:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libfishsound-1.0.0/src/libfishsound/fs_vector.c:196:7: style: The scope of the variable 'new_max_elements' can be reduced. [variableScope]
libfishsound-1.0.0/src/tests/comment-test.c:55:28: style: Unused variable: comment [unusedVariable]
libfishsound-1.0.0/src/tests/comment-test.c:55:39: style: Unused variable: comment2 [unusedVariable]
libfishsound-1.0.0/src/tests/comment-test.c:56:20: style: Unused variable: mycomment [unusedVariable]
libfishsound-1.0.0/src/tests/comment-test.c:57:7: style: Unused variable: err [unusedVariable]
libfishsound-1.0.0/src/tests/encdec-audio.c:140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libfishsound-1.0.0/src/tests/encdec-audio.c:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfits-java/libfits-java_1.15.2.orig.tar.gz
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:51:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:51:11: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:556:5: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:77:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:682:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:473:3: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:473:3: error: Memory leak: buffer [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress32.c:365:0: error: Memory leak: signbits [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:50:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:50:11: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:561:5: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:611:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:478:3: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:478:3: error: Memory leak: buffer [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/diff/hcompress64.c:369:0: error: Memory leak: signbits [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:187:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:187:11: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:322:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:322:11: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1557:5: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1698:5: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1762:5: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:213:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:599:40: style: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:44:40: note: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:599:40: note: Function 'encode' argument 2 names different: declaration 'nlen' definition 'nlength'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:759:42: style: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:49:42: note: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:759:42: note: Function 'encode64' argument 2 names different: declaration 'nlen' definition 'nlength'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1683:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1748:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1805:6: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1317:3: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1317:3: error: Memory leak: buffer [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1436:3: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:1436:3: error: Memory leak: buffer [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:727:0: error: Memory leak: signbits [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hcompress.c:889:0: error: Memory leak: signbits [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:200:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:200:10: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:391:5: style: The scope of the variable 'oddx' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:391:10: style: The scope of the variable 'oddy' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1297:20: style: The scope of the variable 'b' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1387:20: style: The scope of the variable 'b' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1499:10: style: The scope of the variable 's10' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:2449:34: style: Function 'qread' argument 1 names different: declaration 'infile' definition 'file'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:60:34: note: Function 'qread' argument 1 names different: declaration 'infile' definition 'file'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:2449:34: note: Function 'qread' argument 1 names different: declaration 'infile' definition 'file'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:2449:45: style: Function 'qread' argument 2 names different: declaration 'a' definition 'buffer'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:60:47: note: Function 'qread' argument 2 names different: declaration 'a' definition 'buffer'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:2449:45: note: Function 'qread' argument 2 names different: declaration 'a' definition 'buffer'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:368:10: style: Variable 'bit2' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:560:10: style: Variable 'bit2' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1076:2: style: Variable 'nel' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1124:2: style: Variable 'nel' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1337:0: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fits_hdecompress.c:1427:0: error: Memory leak: scratch [memleak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpack.c:146:4: warning: The buffer 'tile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:244:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:244:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:253:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:255:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:257:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:282:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:282:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:286:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:286:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:290:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:290:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1110:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1113:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1137:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1137:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:985:31: style: The scope of the variable 'rescale_flag' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1209:33: style: The scope of the variable 'ii' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1210:23: style: The scope of the variable 'rescale_flag' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1211:18: style: The scope of the variable 'rescale' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1213:7: style: The scope of the variable 'outfits' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1319:24: style: The scope of the variable 'carray' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1491:35: style: The scope of the variable 'noloss' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:209:17: style: Unused variable: comptype [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:302:40: style: Unused variable: temp [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:302:55: style: Unused variable: cptr [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:303:12: style: Unused variable: suflen [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:500:34: style: Unused variable: cptr [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:501:6: style: Unused variable: ii [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:502:8: style: Unused variable: diskfile [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:983:7: style: Variable 'tilesize' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:990:8: style: Unused variable: diskfile [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1212:8: style: Unused variable: diskfile [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1326:11: style: Variable 'fpixelll' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1585:4: style: Variable 'noloss' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1495:54: style: Unused variable: readcpu [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1668:21: style: Unused variable: ii [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1747:21: style: Unused variable: ii [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:1826:21: style: Unused variable: ii [unusedVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:166:6: warning: The buffer 'infits' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/fpackutil.c:318:6: warning: The buffer 'infits' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2058:14: warning: Either the condition 'v1==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2061:13: note: Assuming that condition 'v1==NULL' is not redundant
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2058:14: note: Null pointer addition
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:346:26: style: The scope of the variable 'i' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:348:23: style: The scope of the variable 'nbaxis' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:348:31: style: The scope of the variable 'nbl' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:348:36: style: The scope of the variable 'nbdiff' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:561:24: style: The scope of the variable 'ib' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1203:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1226:10: style: The scope of the variable 'temp0' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1226:17: style: The scope of the variable 'temp1' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1226:24: style: The scope of the variable 'temp2' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1226:31: style: The scope of the variable 'temp3' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1321:8: style: The scope of the variable 'dval' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1322:5: style: The scope of the variable 'minint' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1323:6: style: The scope of the variable 'val' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1365:6: style: The scope of the variable 'lval' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1400:7: style: The scope of the variable 'cwhite' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1405:49: style: The scope of the variable 'brack2' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1406:6: style: The scope of the variable 'ipar' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1556:9: style: The scope of the variable 'icol' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1556:15: style: The scope of the variable 'nextchar' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1556:25: style: The scope of the variable 'lkey' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1556:31: style: The scope of the variable 'nleft' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1651:9: style: The scope of the variable 'icol' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1651:15: style: The scope of the variable 'nextchar' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1651:25: style: The scope of the variable 'lkey' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1651:31: style: The scope of the variable 'nleft' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1893:11: style: The scope of the variable 'v' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1893:30: style: The scope of the variable 'q1' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1893:35: style: The scope of the variable 'q2' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1893:40: style: The scope of the variable 'c1' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2031:7: style: The scope of the variable 'line' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2033:8: style: The scope of the variable 'vp' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2033:35: style: The scope of the variable 'c1' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2033:40: style: The scope of the variable 'q1' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:2033:45: style: The scope of the variable 'q2' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1318:6: style: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:138:54: note: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1318:6: note: Function 'hgeti4' argument 3 names different: declaration 'val' definition 'ival'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1362:7: style: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:139:64: note: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1362:7: note: Function 'hgets' argument 4 names different: declaration 'string' definition 'str'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1392:7: style: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:140:41: note: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1392:7: note: Function 'hgetc' argument 2 names different: declaration 'keyword' definition 'keyword0'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1886:7: style: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:149:53: note: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1886:7: note: Function 'hputc' argument 3 names different: declaration 'cval' definition 'value'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:1897:2: style: Variable 'blank' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:290:9: error: Resource leak: fd [resourceLeak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:298:9: error: Resource leak: fd [resourceLeak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:305:9: error: Resource leak: fd [resourceLeak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/iraffits.c:316:2: error: Resource leak: fd [resourceLeak]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:112:9: style: The scope of the variable 'stdev' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:300:9: style: The scope of the variable 'stdev' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3115:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3236:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3357:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3478:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3648:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3648:17: style: The scope of the variable 'll' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3648:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3704:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3704:17: style: The scope of the variable 'll' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3704:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3760:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3760:17: style: The scope of the variable 'll' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3760:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3816:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3816:17: style: The scope of the variable 'll' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3816:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3872:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3872:17: style: The scope of the variable 'll' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:3872:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:877:10: style: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:44:12: note: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:877:10: note: Function 'FnNoise5_short' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:878:10: style: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:44:24: note: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:878:10: note: Function 'FnNoise5_short' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:879:10: style: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:44:36: note: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:879:10: note: Function 'FnNoise5_short' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1215:10: style: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:47:12: note: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1215:10: note: Function 'FnNoise5_int' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1216:10: style: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:47:24: note: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1216:10: note: Function 'FnNoise5_int' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1217:10: style: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:47:36: note: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1217:10: note: Function 'FnNoise5_int' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1568:10: style: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:50:12: note: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1568:10: note: Function 'FnNoise5_float' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1569:10: style: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:50:24: note: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1569:10: note: Function 'FnNoise5_float' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1570:10: style: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:50:36: note: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1570:10: note: Function 'FnNoise5_float' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1906:10: style: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:53:12: note: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1906:10: note: Function 'FnNoise5_double' argument 9 names different: declaration 'n2' definition 'noise2'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1907:10: style: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:53:24: note: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1907:10: note: Function 'FnNoise5_double' argument 10 names different: declaration 'n3' definition 'noise3'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1908:10: style: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'. [funcArgNamesDifferent]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:53:36: note: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/quantize.c:1908:10: note: Function 'FnNoise5_double' argument 11 names different: declaration 'n5' definition 'noise5'.
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:96:14: style: The scope of the variable 'psum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:97:8: style: The scope of the variable 'pixelsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:97:18: style: The scope of the variable 'dpsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:324:16: style: The scope of the variable 'psum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:325:8: style: The scope of the variable 'pixelsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:325:18: style: The scope of the variable 'dpsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:553:15: style: The scope of the variable 'psum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:554:8: style: The scope of the variable 'pixelsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:554:18: style: The scope of the variable 'dpsum' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:867:11: style: The scope of the variable 'imax' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:868:19: style: The scope of the variable 'fs' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:1034:8: style: The scope of the variable 'imax' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:1037:19: style: The scope of the variable 'fs' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:1201:8: style: The scope of the variable 'imax' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:1204:19: style: The scope of the variable 'fs' can be reduced. [variableScope]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:808:16: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:163:36: note: Calling function 'output_nbits', 3rd argument 'n' value is 32
nom-tam-fits-nom-tam-fits-1.15.2/src/main/fpack/ricecomp.c:808:16: note: Shift
nom-tam-fits-nom-tam-fits-1.15.2/src/test/java/nom/tam/fits/compression/algorithm/quant/testdata.c:90:9: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
nom-tam-fits-nom-tam-fits-1.15.2/src/test/java/nom/tam/fits/compression/algorithm/quant/testdata.c:82:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
nom-tam-fits-nom-tam-fits-1.15.2/src/test/java/nom/tam/fits/compression/algorithm/quant/testdata.c:90:9: note: Variable 'matrix' is reassigned a value before the old one has been used.
nom-tam-fits-nom-tam-fits-1.15.2/src/test/java/nom/tam/fits/compression/algorithm/quant/testdata.c:83:26: style: Variable 'someQuant' is assigned a value that is never used. [unreadVariable]
nom-tam-fits-nom-tam-fits-1.15.2/src/test/java/nom/tam/fits/compression/algorithm/quant/testdata.c:90:0: error: Memory leak: matrix [memleak]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfiu/libfiu_0.96.orig.tar.gz
libfiu-0.96/libfiu/backtrace.c:105:8: style: The scope of the variable 'pc' can be reduced. [variableScope]
libfiu-0.96/libfiu/fiu-rc.c:94:3: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
libfiu-0.96/libfiu/fiu-rc.c:92:0: note: Variable 'tok' is reassigned a value before the old one has been used.
libfiu-0.96/libfiu/fiu-rc.c:94:3: note: Variable 'tok' is reassigned a value before the old one has been used.
libfiu-0.96/libfiu/fiu-rc.c:37:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libfiu-0.96/libfiu/fiu-rc.c:88:2: warning: The buffer 'm_cmd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libfiu-0.96/libfiu/fiu-rc.c:99:3: warning: The buffer 'command' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libfiu-0.96/libfiu/fiu-rc.c:106:3: warning: The buffer 'parameters' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libfiu-0.96/libfiu/hash.c:124:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/hash.c:141:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/hash.c:169:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/hash.c:198:30: style: The scope of the variable 'e' can be reduced. [variableScope]
libfiu-0.96/libfiu/hash.c:245:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/hash.c:325:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/wtable.c:101:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/libfiu/wtable.c:265:33: style: The scope of the variable 'e' can be reduced. [variableScope]
libfiu-0.96/libfiu/wtable.c:326:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
libfiu-0.96/preload/posix/modules/posix.custom.c:23:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
libfiu-0.96/tests/small-cat.c:15:13: style: The scope of the variable 'w' can be reduced. [variableScope]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfixbuf/libfixbuf_1.7.1+ds.orig.tar.gz
libfixbuf-1.7.1/src/fbcollector.c:423:5: style: Variable 'collector' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbcollector.c:420:0: note: Variable 'collector' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbcollector.c:423:5: note: Variable 'collector' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbcollector.c:987:5: style: Variable 'collector' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbcollector.c:982:0: note: Variable 'collector' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbcollector.c:987:5: note: Variable 'collector' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbcollector.c:251:32: style: The scope of the variable 'h_version' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbcollector.c:573:13: style: The scope of the variable 'retVal' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbexporter.c:313:5: style: Variable 'exporter' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbexporter.c:311:0: note: Variable 'exporter' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbexporter.c:313:5: note: Variable 'exporter' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbexporter.c:946:5: style: Variable 'exporter' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbexporter.c:940:0: note: Variable 'exporter' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbexporter.c:946:5: note: Variable 'exporter' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1250:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbinfomodel.c:1247:0: note: Variable 'model' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1250:5: note: Variable 'model' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1310:5: style: Variable 'model_ie' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbinfomodel.c:1305:0: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1310:5: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1399:5: style: Variable 'model_ie' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbinfomodel.c:1396:0: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1399:5: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1459:5: style: Variable 'model_ie' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbinfomodel.c:1456:0: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1459:5: note: Variable 'model_ie' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1486:5: style: Variable 'tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbinfomodel.c:1484:0: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbinfomodel.c:1486:5: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fblistener.c:516:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libfixbuf-1.7.1/src/fblistener.c:1035:5: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fblistener.c:1033:0: note: Variable 'group' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fblistener.c:1035:5: note: Variable 'group' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fblistener.c:1171:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fblistener.c:1168:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fblistener.c:1171:5: note: Variable 'result' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fblistener.c:191:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fblistener.c:1206:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fblistener.c:1377:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
libfixbuf-1.7.1/src/fbnetflow.c:378:21: style: The scope of the variable 'setLength' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:384:8: style: The scope of the variable 'setHeaderPtr' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:606:21: style: The scope of the variable 'templateId' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:873:22: style: The scope of the variable 'optScopeLenPtr' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:874:22: style: The scope of the variable 'optLenPtr' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:876:42: style: The scope of the variable 'type' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:878:21: style: The scope of the variable 'bigTemplateId' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:881:21: style: The scope of the variable 'fieldCount' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:1078:23: style: The scope of the variable 'setId' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbnetflow.c:635:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:639:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:720:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:899:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:908:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:916:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:949:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:970:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:971:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1112:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1113:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1116:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1123:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1197:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:1199:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbnetflow.c:970:13: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
libfixbuf-1.7.1/src/fbnetflow.c:1113:5: style: Variable 'timeStamp' is assigned a value that is never used. [unreadVariable]
libfixbuf-1.7.1/src/fbnetflow.c:1107:5: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libfixbuf-1.7.1/src/fbsession.c:166:5: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbsession.c:163:0: note: Variable 'session' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:166:5: note: Variable 'session' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:822:5: style: Variable 'ttab' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbsession.c:817:0: note: Variable 'ttab' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:822:5: note: Variable 'ttab' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:903:5: style: Variable 'ttab' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbsession.c:898:0: note: Variable 'ttab' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:903:5: note: Variable 'ttab' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:1067:5: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbsession.c:1064:0: note: Variable 'session' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:1067:5: note: Variable 'session' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsession.c:818:21: style: The scope of the variable 'next_ext_tid' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsession.c:819:21: style: The scope of the variable 'next_int_tid' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:550:5: style: Variable 'exp' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbsflow.c:548:0: note: Variable 'exp' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsflow.c:550:5: note: Variable 'exp' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbsflow.c:971:28: style: The scope of the variable 'type' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:975:21: style: The scope of the variable 'enterprise' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:979:21: style: The scope of the variable 'format' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:1168:28: style: The scope of the variable 'type' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:1172:21: style: The scope of the variable 'enterprise' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:1174:21: style: The scope of the variable 'format' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:1304:23: style: The scope of the variable 'enterprise' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:1305:23: style: The scope of the variable 'format' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbsflow.c:598:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:629:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:635:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:738:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:739:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:742:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:754:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:755:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:787:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:796:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:797:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:799:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:800:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:801:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:802:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:803:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:804:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:814:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:815:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:821:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:822:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:823:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:824:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:998:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1001:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1003:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1004:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1005:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1010:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1015:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1017:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1033:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1045:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1186:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1197:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1200:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1216:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1226:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1342:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1345:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1354:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1355:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1402:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1450:5: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1462:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1467:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1493:9: warning: Division of result of sizeof() on pointer type. [divideSizeof]
libfixbuf-1.7.1/src/fbsflow.c:1197:5: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
libfixbuf-1.7.1/src/fbsflow.c:1186:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
libfixbuf-1.7.1/src/fbtemplate.c:76:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libfixbuf-1.7.1/src/fbtemplate.c:87:5: style: Variable 'tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbtemplate.c:84:0: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbtemplate.c:87:5: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:740:10: warning: Either the condition 'offsets_out' is redundant or there is possible null pointer dereference: offsets_out. [nullPointerRedundantCheck]
libfixbuf-1.7.1/src/fbuf.c:732:31: note: Assuming that condition 'offsets_out' is not redundant
libfixbuf-1.7.1/src/fbuf.c:740:10: note: Null pointer dereference
libfixbuf-1.7.1/src/fbuf.c:2702:5: style: Variable 'tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbuf.c:2700:0: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:2702:5: note: Variable 'tmpl' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:3469:5: style: Variable 'fbuf' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbuf.c:3466:0: note: Variable 'fbuf' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:3469:5: note: Variable 'fbuf' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:4272:5: style: Variable 'fbuf' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbuf.c:4269:0: note: Variable 'fbuf' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:4272:5: note: Variable 'fbuf' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:4742:5: style: Variable 'newDataPtr' is reassigned a value before the old one has been used. [redundantAssignment]
libfixbuf-1.7.1/src/fbuf.c:4738:0: note: Variable 'newDataPtr' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:4742:5: note: Variable 'newDataPtr' is reassigned a value before the old one has been used.
libfixbuf-1.7.1/src/fbuf.c:1234:25: style: The scope of the variable 'ie' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:4032:22: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:4340:17: style: The scope of the variable 'ie_num' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:4416:17: style: The scope of the variable 'ie_num' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:4445:17: style: The scope of the variable 'ie_num' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:4505:17: style: The scope of the variable 'ie_num' can be reduced. [variableScope]
libfixbuf-1.7.1/src/fbuf.c:3047:21: style: Function 'fBufResetExportTemplate' argument 2 names different: declaration 'tid' definition 'ext_tid'. [funcArgNamesDifferent]
libfixbuf-1.7.1/src/fbuf.c:1322:21: note: Function 'fBufResetExportTemplate' argument 2 names different: declaration 'tid' definition 'ext_tid'.
libfixbuf-1.7.1/src/fbuf.c:3047:21: note: Function 'fBufResetExportTemplate' argument 2 names different: declaration 'tid' definition 'ext_tid'.
libfixbuf-1.7.1/src/fbuf.c:5038:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfixposix/libfixposix_20110316.git47f17f7.orig.tar.gz
libfixposix-20110316.git47f17f7/src/lib/install_signalfd.c:115:9: error: Memory leak: params [memleak]
libfixposix-20110316.git47f17f7/src/lib/install_signalfd.c:133:9: error: Memory leak: params [memleak]
libfixposix-20110316.git47f17f7/src/lib/spawn_file_actions.c:87:9: style: The scope of the variable 'new_allocated' can be reduced. [variableScope]
libfixposix-20110316.git47f17f7/src/lib/spawn_file_actions.c:193:9: style: The scope of the variable 'err' can be reduced. [variableScope]
libfixposix-20110316.git47f17f7/src/lib/unistd.c:125:5: style: Variable 'tmpath' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/lib/unistd.c:123:0: note: Variable 'tmpath' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/lib/unistd.c:125:5: note: Variable 'tmpath' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/select.c:15:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:59:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:58:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:59:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:60:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:59:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:60:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:61:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:60:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:61:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:62:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:61:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:62:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:63:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfixposix-20110316.git47f17f7/src/tests/spawn.c:62:5: note: Variable 'err' is reassigned a value before the old one has been used.
libfixposix-20110316.git47f17f7/src/tests/spawn.c:63:5: note: Variable 'err' is reassigned a value before the old one has been used.
[01:19]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfizmo/libfizmo_0.7.15.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/libf/libflexdock-java/libflexdock-java_1.2.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libflickr-api-perl/libflickr-api-perl_1.28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libflickr-upload-perl/libflickr-upload-perl_1.60.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libflickrnet/libflickrnet_2.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libflorist/libflorist_2017.orig.tar.gz
florist-gpl-2017-src/c-posix-signals.c:478:8: style: The scope of the variable 'result' can be reduced. [variableScope]
florist-gpl-2017-src/c-posix.c:2023:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
florist-gpl-2017-src/c-posix.c:1641:16: style: The scope of the variable 'p' can be reduced. [variableScope]
florist-gpl-2017-src/c-posix.c:5175:7: style: The scope of the variable 'result' can be reduced. [variableScope]
florist-gpl-2017-src/c-posix.c:2408:36: style: Function 'gmaxnn' argument 2 names different: declaration 'lower_bound' definition 'bound'. [funcArgNamesDifferent]
florist-gpl-2017-src/c-posix.c:371:36: note: Function 'gmaxnn' argument 2 names different: declaration 'lower_bound' definition 'bound'.
florist-gpl-2017-src/c-posix.c:2408:36: note: Function 'gmaxnn' argument 2 names different: declaration 'lower_bound' definition 'bound'.
florist-gpl-2017-src/c-posix.c:2426:36: style: Function 'gmaxii' argument 2 names different: declaration 'lower_bound' definition 'bound'. [funcArgNamesDifferent]
florist-gpl-2017-src/c-posix.c:369:36: note: Function 'gmaxii' argument 2 names different: declaration 'lower_bound' definition 'bound'.
florist-gpl-2017-src/c-posix.c:2426:36: note: Function 'gmaxii' argument 2 names different: declaration 'lower_bound' definition 'bound'.
florist-gpl-2017-src/c-posix.c:1077:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1078:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1079:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1080:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1081:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1129:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:1142:3: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
florist-gpl-2017-src/c-posix.c:645:8: style: union member 'sigval::sival_int' is never used. [unusedStructMember]
florist-gpl-2017-src/c-posix.c:646:10: style: union member 'sigval::sival_ptr' is never used. [unusedStructMember]
florist-gpl-2017-src/c-posix.c:858:12: style: struct member 'sigaction::sa_sigaction' is never used. [unusedStructMember]
florist-gpl-2017-src/c-posix.c:1187:12: style: struct member 'msghdr::msg_control' is never used. [unusedStructMember]
florist-gpl-2017-src/c-posix.c:1188:12: style: struct member 'msghdr::msg_controllen' is never used. [unusedStructMember]
florist-gpl-2017-src/c-posix.c:1189:9: style: struct member 'msghdr::msg_flags' is never used. [unusedStructMember]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfm/libfm_1.3.0.2.orig.tar.xz
libfm-1.3.0.2/src/actions/action.c:430:2: error: Null pointer dereference: self [nullPointer]
libfm-1.3.0.2/src/actions/action.c:419:24: note: Assignment 'self=NULL', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:430:2: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:431:25: error: Null pointer dereference: self [nullPointer]
libfm-1.3.0.2/src/actions/action.c:419:24: note: Assignment 'self=NULL', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:431:25: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:729:2: error: Null pointer dereference: self [nullPointer]
libfm-1.3.0.2/src/actions/action.c:718:28: note: Assignment 'self=NULL', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:729:2: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:730:25: error: Null pointer dereference: self [nullPointer]
libfm-1.3.0.2/src/actions/action.c:718:28: note: Assignment 'self=NULL', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:730:25: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:1165:14: warning: Either the condition 'item==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:1167:5: note: Assuming that condition 'item==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:1164:14: note: Assignment '_tmp10_=item', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:1165:14: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:1860:10: warning: Either the condition 'action==NULL' is redundant or there is possible null pointer dereference: _tmp52_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:1868:10: note: Assuming that condition 'action==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:1857:20: note: Assignment '_tmp52_=action', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:1860:10: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:1861:10: warning: Either the condition 'action==NULL' is redundant or there is possible null pointer dereference: _tmp52_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:1868:10: note: Assuming that condition 'action==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:1857:20: note: Assignment '_tmp52_=action', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:1861:10: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:1947:14: warning: Either the condition 'menu==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:1950:4: note: Assuming that condition 'menu==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:1946:14: note: Assignment '_tmp11_=menu', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:1947:14: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:1948:22: warning: Either the condition 'menu==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:1950:4: note: Assuming that condition 'menu==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:1946:14: note: Assignment '_tmp11_=menu', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:1948:22: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:2025:4: warning: Either the condition 'menu==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:2027:4: note: Assuming that condition 'menu==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:2024:14: note: Assignment '_tmp34_=menu', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:2025:4: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:2026:4: warning: Either the condition 'menu==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/action.c:2027:4: note: Assuming that condition 'menu==NULL' is not redundant
libfm-1.3.0.2/src/actions/action.c:2024:14: note: Assignment '_tmp34_=menu', assigned value is 0
libfm-1.3.0.2/src/actions/action.c:2026:4: note: Null pointer dereference
libfm-1.3.0.2/src/actions/action.c:290:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:289:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:290:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:319:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:301:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:319:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:320:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:302:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:320:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:321:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:303:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:321:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:324:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:304:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:324:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:325:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:305:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:325:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:328:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:306:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:328:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:329:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:307:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:329:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:332:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:308:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:332:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:333:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:309:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:333:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:336:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:310:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:336:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:337:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:311:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:337:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:339:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:312:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:339:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:340:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:313:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:340:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:342:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:314:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:342:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:343:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:315:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:343:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:346:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:316:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:346:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:347:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:317:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:347:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:426:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:421:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:426:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:427:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:420:0: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:427:2: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:428:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:422:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:428:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:429:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:423:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:429:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:436:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:433:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:436:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:437:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:434:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:437:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:458:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:457:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:458:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:466:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:465:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:466:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:493:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:490:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:493:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:494:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:489:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:494:2: note: Variable '_result_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:495:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:491:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:495:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:497:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:488:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:497:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:522:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:504:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:522:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:523:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:503:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:523:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:505:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:526:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:506:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:526:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:560:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:558:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:560:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:567:4: style: Variable 'profile_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:563:0: note: Variable 'profile_name_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:567:4: note: Variable 'profile_name_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:572:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:570:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:572:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:573:5: style: Variable 'profile_name' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:571:0: note: Variable 'profile_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:573:5: note: Variable 'profile_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:580:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:575:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:580:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:581:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:576:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:581:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:582:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:577:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:582:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:583:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:578:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:583:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:584:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:579:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:584:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:613:2: style: Variable '_vala_matched_profile' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:604:0: note: Variable '_vala_matched_profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:613:2: note: Variable '_vala_matched_profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:614:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:607:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:614:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:619:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:618:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:619:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:643:3: style: Variable 'profile_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:641:0: note: Variable 'profile_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:643:3: note: Variable 'profile_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:646:4: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:645:0: note: Variable 'profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:646:4: note: Variable 'profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:651:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:648:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:651:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:652:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:649:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:652:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:653:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:650:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:653:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:656:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:655:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:656:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:725:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:720:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:725:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:726:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:719:0: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:726:2: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:727:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:721:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:727:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:728:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:722:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:728:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:735:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:732:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:735:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:736:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:733:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:736:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:757:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:756:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:757:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:765:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:764:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:765:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:793:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:788:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:793:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:794:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:787:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:794:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:796:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:789:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:796:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:797:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:791:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:797:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:818:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:813:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:818:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:823:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:822:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:823:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:847:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:844:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:847:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:848:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:845:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:848:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:849:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:843:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:849:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:874:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:856:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:874:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:875:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:859:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:875:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:879:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:877:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:879:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:880:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:878:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:880:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:887:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:885:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:887:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:888:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:886:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:888:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:895:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:893:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:895:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:896:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:894:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:896:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:906:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:904:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:906:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:907:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:905:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:907:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:928:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:926:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:928:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:943:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:939:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:943:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:950:3: style: Variable 'item_id_prefix_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:946:0: note: Variable 'item_id_prefix_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:950:3: note: Variable 'item_id_prefix_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:954:4: style: Variable 'item_id_prefix' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:953:0: note: Variable 'item_id_prefix' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:954:4: note: Variable 'item_id_prefix' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:959:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:957:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:959:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:960:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:958:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:960:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:967:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:962:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:967:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:968:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:963:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:968:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:971:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:966:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:971:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:992:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:980:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:992:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:993:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:981:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:993:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:994:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:982:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:994:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:995:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:983:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:995:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:996:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:984:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:996:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:997:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:985:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:997:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:999:6: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:979:0: note: Variable 'command' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:999:6: note: Variable 'command' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1000:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:988:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1000:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1001:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:991:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1001:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1005:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:987:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1005:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1030:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1022:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1030:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1031:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1024:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1031:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1032:7: style: Variable 'item_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1021:0: note: Variable 'item_ids' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1032:7: note: Variable 'item_ids' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1035:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1027:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1035:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1036:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1028:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1036:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1045:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1044:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1045:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1059:7: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1050:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1059:7: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1060:7: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1051:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1060:7: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1061:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1052:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1061:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1062:7: style: Variable 'item_id' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1049:0: note: Variable 'item_id' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1062:7: note: Variable 'item_id' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1063:7: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1054:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1063:7: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1064:7: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1055:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1064:7: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1065:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1056:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1065:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1066:7: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1057:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1066:7: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1067:7: style: Variable 'child_action' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1053:0: note: Variable 'child_action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1067:7: note: Variable 'child_action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1068:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1058:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1068:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1073:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1070:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1073:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1075:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1071:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1075:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1076:8: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1072:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1076:8: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1137:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1133:0: note: Variable 'item' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1137:2: note: Variable 'item' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1147:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1142:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1147:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1148:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1143:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1148:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1149:3: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1141:0: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1149:3: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1150:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1144:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1150:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1151:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1145:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1151:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1152:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1146:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1152:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1159:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1154:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1159:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1160:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1155:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1160:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1161:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1156:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1161:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1181:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1174:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1181:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1182:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1175:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1182:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1183:3: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1173:0: note: Variable 'action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1183:3: note: Variable 'action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1184:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1177:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1184:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1185:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1178:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1185:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1186:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1180:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1186:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1187:3: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1176:0: note: Variable 'profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1187:3: note: Variable 'profile' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1193:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1189:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1193:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1194:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1190:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1194:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1195:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1191:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1195:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1196:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1192:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1196:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1209:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1215:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1210:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1215:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1216:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1208:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1216:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1217:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1211:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1217:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1240:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1235:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1240:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1241:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1236:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1241:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1242:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1234:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1242:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1243:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1237:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1243:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1244:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1238:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1244:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1248:3: style: Variable 'action_obj_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1246:0: note: Variable 'action_obj_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1248:3: note: Variable 'action_obj_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1252:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1250:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1252:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1253:4: style: Variable 'action_obj' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1251:0: note: Variable 'action_obj' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1253:4: note: Variable 'action_obj' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1256:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1255:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1256:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1265:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1261:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1265:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1266:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1262:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1266:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1267:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1263:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1267:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1268:6: style: Variable 'subitem' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1260:0: note: Variable 'subitem' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1268:6: note: Variable 'subitem' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1269:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1264:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1269:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1273:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1271:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1273:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1274:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1272:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1274:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1309:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1293:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1309:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1294:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1311:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1295:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1311:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1345:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1345:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1346:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1342:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1346:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1355:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1353:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1355:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1356:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1352:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1356:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1365:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1363:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1365:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1366:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1362:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1366:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1376:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1373:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1376:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1377:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1374:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1377:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1378:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1372:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1378:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1388:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1385:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1388:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1393:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1391:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1393:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1408:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1405:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1408:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1410:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1404:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1410:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1420:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1417:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1420:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1422:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1416:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1422:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1434:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1430:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1434:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1438:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1437:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1438:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1444:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1440:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1444:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1445:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1441:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1445:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1446:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1442:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1446:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1474:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1472:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1474:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1478:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1476:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1478:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1486:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1485:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1486:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1668:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1665:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1668:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1669:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1666:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1669:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1670:3: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1664:0: note: Variable 'dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1670:3: note: Variable 'dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1684:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1683:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1684:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1685:4: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1682:0: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1685:4: note: Variable 'kf' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1688:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1687:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1688:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1719:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1717:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1719:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1726:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1721:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1726:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1727:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1722:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1727:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1728:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1723:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1728:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1729:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1724:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1729:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1730:8: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1725:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1730:8: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1736:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1734:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1736:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1737:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1735:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1737:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1747:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1745:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1747:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1748:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1746:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1748:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1757:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1751:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1757:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1764:9: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1759:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1764:9: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1765:9: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1760:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1765:9: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1766:9: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1761:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1766:9: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1767:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1762:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1767:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1768:9: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1763:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1768:9: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1774:9: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1772:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1774:9: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1775:9: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1773:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1775:9: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1789:9: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1786:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1789:9: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1790:9: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1787:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1790:9: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1791:9: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1788:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1791:9: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1792:9: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1785:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1792:9: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1819:10: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1806:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1819:10: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1820:10: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1807:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1820:10: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1821:10: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1805:0: note: Variable 'type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1821:10: note: Variable 'type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1822:10: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1808:0: note: Variable 'action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1822:10: note: Variable 'action' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1823:10: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1810:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1823:10: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1828:11: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1827:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1828:11: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1834:11: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1832:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1834:11: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1835:11: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1833:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1835:11: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1840:11: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1839:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1840:11: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1844:12: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1842:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1844:12: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1845:12: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1843:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1845:12: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1888:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1887:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1888:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1910:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1903:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1910:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1923:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1919:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1923:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1941:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1934:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1941:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1942:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1935:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1942:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1943:4: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1933:0: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1943:4: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1944:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1936:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1944:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1945:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1937:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1945:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1946:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1938:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1946:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1947:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1939:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1947:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1964:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1960:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1964:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1979:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1975:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1979:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1980:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1976:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1980:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1981:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1977:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1981:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1982:4: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1974:0: note: Variable 'item' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1982:4: note: Variable 'item' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1983:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1978:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1983:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1987:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1985:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1987:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1988:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:1986:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:1988:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2005:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2000:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2005:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2021:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2018:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2021:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2022:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2019:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2022:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2023:4: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2017:0: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2023:4: note: Variable 'menu' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2024:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2020:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2024:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2048:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2037:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2048:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2050:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2040:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2050:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2051:2: style: Variable 'dirs' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2038:0: note: Variable 'dirs' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2051:2: note: Variable 'dirs' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2054:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2043:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2054:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2061:3: style: Variable 'dir_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2057:0: note: Variable 'dir_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2061:3: note: Variable 'dir_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2065:4: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2064:0: note: Variable 'dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2065:4: note: Variable 'dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2070:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2067:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2070:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2071:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2068:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2071:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2072:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2069:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2072:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2091:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2088:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2091:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2092:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2089:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2092:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2107:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2104:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2107:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2105:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2109:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/action.c:2106:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:2109:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/action.c:554:25: style: Variable '_profile_names_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:556:20: style: Variable '_tmp15__length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:568:38: style: Variable 'profile_name_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:565:0: style: Variable '_profile_name_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:951:39: style: Variable 'item_id_prefix_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:948:0: style: Variable '_item_id_prefix_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:1034:25: style: Variable '_item_ids_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:2053:16: style: Variable '_dirs_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:2062:28: style: Variable 'dir_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/action.c:2059:0: style: Variable '_dir_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:123:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:120:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:123:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:124:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:121:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:124:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:125:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:119:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:125:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:189:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:132:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:189:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:190:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:133:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:190:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:191:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:135:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:191:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:195:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:136:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:195:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:196:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:137:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:196:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:197:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:139:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:197:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:201:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:140:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:201:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:202:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:141:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:202:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:203:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:142:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:203:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:206:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:143:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:206:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:207:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:144:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:207:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:208:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:145:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:208:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:211:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:146:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:211:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:212:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:147:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:212:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:213:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:148:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:213:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:216:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:149:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:216:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:217:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:150:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:217:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:218:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:151:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:218:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:221:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:152:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:221:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:222:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:153:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:222:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:223:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:155:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:223:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:227:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:156:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:227:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:228:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:157:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:228:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:229:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:159:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:229:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:233:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:160:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:233:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:234:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:161:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:234:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:235:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:162:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:235:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:237:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:164:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:237:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:238:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:165:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:238:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:239:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:166:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:239:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:240:2: style: Variable 'selection_count_str' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:163:0: note: Variable 'selection_count_str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:240:2: note: Variable 'selection_count_str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:241:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:167:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:241:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:245:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:243:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:245:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:246:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:244:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:246:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:257:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:252:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:257:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:258:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:253:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:258:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:260:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:254:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:260:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:261:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:256:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:261:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:301:3: style: Variable 'cap_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:297:0: note: Variable 'cap_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:301:3: note: Variable 'cap_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:305:4: style: Variable 'cap' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:304:0: note: Variable 'cap' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:305:4: note: Variable 'cap' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:309:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:307:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:309:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:310:5: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:308:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:310:5: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:323:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:336:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:328:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:336:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:337:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:329:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:337:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:338:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:330:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:338:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:339:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:331:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:339:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:340:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:332:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:340:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:341:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:333:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:341:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:343:3: style: Variable 'exec_path' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:327:0: note: Variable 'exec_path' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:343:3: note: Variable 'exec_path' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:344:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:334:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:344:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:345:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:335:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:345:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:360:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:369:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:366:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:369:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:370:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:367:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:370:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:371:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:368:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:371:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:372:3: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:365:0: note: Variable 'service' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:372:3: note: Variable 'service' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:388:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:375:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:388:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:389:4: style: Variable 'con' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:374:0: note: Variable 'con' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:389:4: note: Variable 'con' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:436:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:435:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:436:4: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:462:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:462:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:472:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:465:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:472:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:473:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:466:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:473:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:474:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:467:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:474:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:475:3: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:464:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:475:3: note: Variable 'cmd' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:476:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:469:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:476:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:495:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:493:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:495:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:505:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:502:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:505:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:516:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:508:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:516:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:517:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:509:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:517:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:518:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:510:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:518:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:519:3: style: Variable 'process_name' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:507:0: note: Variable 'process_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:519:3: note: Variable 'process_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:520:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:512:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:520:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:521:3: style: Variable 'pgrep' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:511:0: note: Variable 'pgrep' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:521:3: note: Variable 'pgrep' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:522:3: style: Variable 'running' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:513:0: note: Variable 'running' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:522:3: note: Variable 'running' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:523:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:514:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:523:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:536:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:527:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:536:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:537:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:528:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:537:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:538:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:529:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:538:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:539:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:530:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:539:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:540:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:531:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:540:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:541:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:532:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:541:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:542:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:534:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:542:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:544:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:535:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:544:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:546:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:526:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:546:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:598:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:580:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:598:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:599:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:583:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:599:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:603:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:601:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:603:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:604:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:602:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:604:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:611:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:609:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:611:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:612:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:610:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:612:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:619:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:617:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:619:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:620:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:618:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:620:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:630:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:628:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:630:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:631:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:629:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:631:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:655:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:652:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:655:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:660:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:659:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:660:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:666:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:665:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:666:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:676:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:675:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:676:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:679:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:678:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:679:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:682:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:681:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:682:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:686:6: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:684:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:686:6: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:689:7: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:688:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:689:7: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:693:8: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:691:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:693:8: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:694:8: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:692:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:694:8: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:704:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:703:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:704:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:708:6: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:706:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:708:6: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:711:7: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:710:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:711:7: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:715:8: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:713:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:715:8: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:716:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:714:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:716:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:728:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:726:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:728:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:729:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:727:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:729:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:735:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:732:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:735:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:736:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:733:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:736:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:737:5: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:731:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:737:5: note: Variable 'prefix' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:738:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:734:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:738:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:741:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:740:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:741:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:745:7: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:743:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:745:7: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:748:8: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:747:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:748:8: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:755:9: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:750:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:755:9: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:756:9: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:751:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:756:9: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:757:9: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:752:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:757:9: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:758:9: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:753:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:758:9: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:759:9: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:754:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:759:9: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:770:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:769:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:770:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:774:7: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:772:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:774:7: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:777:8: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:776:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:777:8: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:784:9: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:779:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:784:9: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:785:9: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:780:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:785:9: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:786:9: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:781:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:786:9: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:787:9: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:782:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:787:9: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:788:9: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:783:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:788:9: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:801:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:800:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:801:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:804:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:803:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:804:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:808:7: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:806:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:808:7: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:811:8: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:810:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:811:8: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:817:9: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:813:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:817:9: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:818:9: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:814:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:818:9: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:819:9: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:815:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:819:9: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:820:9: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:816:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:820:9: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:830:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:829:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:830:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:834:7: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:832:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:834:7: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:837:8: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:836:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:837:8: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:843:9: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:839:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:843:9: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:844:9: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:840:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:844:9: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:845:9: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:841:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:845:9: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:846:9: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:842:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:846:9: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:868:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:865:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:868:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:874:3: style: Variable 'allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:871:0: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:874:3: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:875:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:872:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:875:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:882:4: style: Variable 'allowed_type_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:878:0: note: Variable 'allowed_type_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:882:4: note: Variable 'allowed_type_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:886:5: style: Variable 'allowed_type' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:885:0: note: Variable 'allowed_type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:886:5: note: Variable 'allowed_type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:893:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:890:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:893:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:894:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:891:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:894:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:897:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:896:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:897:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:902:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:901:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:902:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:914:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:909:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:914:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:915:7: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:910:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:915:7: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:916:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:911:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:916:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:917:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:912:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:917:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:918:7: style: Variable 'type_is_allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:908:0: note: Variable 'type_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:918:7: note: Variable 'type_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:919:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:913:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:919:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:926:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:925:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:926:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:931:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:928:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:931:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:932:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:929:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:932:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:933:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:930:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:933:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:955:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:951:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:955:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:959:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:957:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:959:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:960:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:958:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:960:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:968:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:964:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:968:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:969:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:965:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:969:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:970:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:966:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:970:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:971:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:967:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:971:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:980:3: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:978:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:980:3: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:983:4: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:982:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:983:4: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:990:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:986:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:990:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:991:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:987:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:991:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:992:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:988:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:992:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:993:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:985:0: note: Variable 'name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:993:5: note: Variable 'name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:994:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:989:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:994:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:999:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:996:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:999:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1000:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:997:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1000:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1001:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:998:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1001:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1004:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1003:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1004:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1013:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1012:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1013:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1028:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1022:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1028:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1029:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1023:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1029:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1030:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1024:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1030:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1031:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1025:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1031:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1032:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1026:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1032:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1033:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1027:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1033:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1037:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1036:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1037:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1046:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1045:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1046:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1070:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1067:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1070:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1076:3: style: Variable 'allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1073:0: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1076:3: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1077:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1074:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1077:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1084:4: style: Variable 'allowed_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1080:0: note: Variable 'allowed_name_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1084:4: note: Variable 'allowed_name_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1088:5: style: Variable 'allowed_name' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1087:0: note: Variable 'allowed_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1088:5: note: Variable 'allowed_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1095:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1092:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1095:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1096:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1093:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1096:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1099:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1098:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1099:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1104:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1103:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1104:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1116:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1111:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1116:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1117:7: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1112:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1117:7: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1118:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1113:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1118:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1119:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1114:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1119:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1120:7: style: Variable 'name_is_allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1110:0: note: Variable 'name_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1120:7: note: Variable 'name_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1121:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1115:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1121:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1128:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1127:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1128:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1133:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1130:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1133:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1134:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1131:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1134:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1135:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1132:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1135:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1154:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1152:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1154:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1158:3: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1156:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1158:3: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1161:4: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1160:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1161:4: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1172:5: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1164:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1172:5: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1173:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1165:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1173:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1174:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1166:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1174:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1175:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1163:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1175:5: note: Variable 'uri' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1176:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1167:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1176:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1177:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1168:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1177:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1178:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1169:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1178:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1179:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1170:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1179:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1180:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1171:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1180:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1184:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1183:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1184:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1192:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1191:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1192:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1213:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1210:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1213:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1219:3: style: Variable 'allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1216:0: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1219:3: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1220:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1217:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1220:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1227:4: style: Variable 'allowed_scheme_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1223:0: note: Variable 'allowed_scheme_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1227:4: note: Variable 'allowed_scheme_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1231:5: style: Variable 'allowed_scheme' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1230:0: note: Variable 'allowed_scheme' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1231:5: note: Variable 'allowed_scheme' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1238:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1235:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1238:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1239:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1236:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1239:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1242:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1242:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1247:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1246:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1247:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1259:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1254:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1259:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1260:7: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1255:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1260:7: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1261:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1256:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1261:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1262:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1257:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1262:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1263:7: style: Variable 'scheme_is_allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1253:0: note: Variable 'scheme_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1263:7: note: Variable 'scheme_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1264:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1258:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1264:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1271:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1270:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1271:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1276:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1273:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1276:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1277:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1274:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1277:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1278:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1275:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1278:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1300:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1296:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1300:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1297:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1305:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1303:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1305:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1306:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1304:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1306:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1315:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1310:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1315:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1316:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1311:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1316:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1317:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1312:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1317:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1318:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1313:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1318:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1319:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1314:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1319:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1328:3: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1326:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1328:3: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1331:4: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1330:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1331:4: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1341:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1334:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1341:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1342:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1335:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1342:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1343:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1336:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1343:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1344:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1337:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1344:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1345:5: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1333:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1345:5: note: Variable 'dirname' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1346:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1338:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1346:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1347:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1339:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1347:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1348:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1340:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1348:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1351:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1350:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1351:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1360:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1359:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1360:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1383:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1380:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1383:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1389:3: style: Variable 'allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1386:0: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1389:3: note: Variable 'allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1390:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1387:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1390:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1397:4: style: Variable 'allowed_folder_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1393:0: note: Variable 'allowed_folder_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1397:4: note: Variable 'allowed_folder_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1401:5: style: Variable 'allowed_folder' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1400:0: note: Variable 'allowed_folder' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1401:5: note: Variable 'allowed_folder' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1408:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1405:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1408:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1409:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1406:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1409:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1412:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1411:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1412:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1417:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1416:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1417:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1429:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1424:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1429:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1430:7: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1425:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1430:7: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1431:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1426:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1431:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1432:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1427:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1432:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1433:7: style: Variable 'folder_is_allowed' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1423:0: note: Variable 'folder_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1433:7: note: Variable 'folder_is_allowed' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1434:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1428:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1434:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1441:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1440:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1441:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1446:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1443:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1446:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1447:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1444:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1447:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1448:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1445:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1448:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1470:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1466:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1470:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1471:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1467:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1471:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1472:2: style: Variable 'n_files' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1465:0: note: Variable 'n_files' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1472:2: note: Variable 'n_files' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1473:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1468:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1473:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1479:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1477:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1479:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1491:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1489:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1491:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1503:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1501:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1503:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1522:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1520:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1522:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1550:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1529:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1550:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1551:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/condition.c:1530:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:1551:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/condition.c:302:28: style: Variable 'cap_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:299:0: style: Variable '_cap_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:869:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:883:38: style: Variable 'allowed_type_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:880:0: style: Variable '_allowed_type_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1071:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1085:38: style: Variable 'allowed_name_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1082:0: style: Variable '_allowed_name_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1214:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1228:40: style: Variable 'allowed_scheme_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1225:0: style: Variable '_allowed_scheme_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1384:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1398:40: style: Variable 'allowed_folder_collection_length1' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/condition.c:1395:0: style: Variable '_allowed_folder_collection_size_' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/actions/parameters.c:992:13: warning: Either the condition '_result_==NULL' is redundant or there is possible null pointer dereference: _tmp244_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/parameters.c:995:2: note: Assuming that condition '_result_==NULL' is not redundant
libfm-1.3.0.2/src/actions/parameters.c:991:13: note: Assignment '_tmp244_=_result_', assigned value is 0
libfm-1.3.0.2/src/actions/parameters.c:992:13: note: Null pointer dereference
libfm-1.3.0.2/src/actions/parameters.c:993:2: warning: Either the condition '_result_==NULL' is redundant or there is possible null pointer dereference: _tmp244_. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/actions/parameters.c:995:2: note: Assuming that condition '_result_==NULL' is not redundant
libfm-1.3.0.2/src/actions/parameters.c:991:13: note: Assignment '_tmp244_=_result_', assigned value is 0
libfm-1.3.0.2/src/actions/parameters.c:993:2: note: Null pointer dereference
libfm-1.3.0.2/src/actions/parameters.c:47:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:44:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:47:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:48:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:45:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:48:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:49:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:43:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:49:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:63:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:58:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:63:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:64:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:59:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:64:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:65:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:56:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:65:2: note: Variable '_result_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:66:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:60:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:66:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:69:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:68:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:69:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:99:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:81:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:99:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:100:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:84:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:100:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:104:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:102:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:104:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:105:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:103:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:105:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:112:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:110:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:112:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:113:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:111:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:113:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:120:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:118:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:120:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:121:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:119:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:121:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:131:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:129:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:131:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:132:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:130:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:132:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:152:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:178:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:175:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:178:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:179:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:176:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:179:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:180:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:177:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:180:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:188:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:187:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:188:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:221:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:215:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:221:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:223:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:217:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:223:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:225:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:218:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:225:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:230:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:229:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:230:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:268:8: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:262:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:268:8: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:338:8: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:335:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:338:8: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:339:8: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:336:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:339:8: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:340:8: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:337:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:340:8: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:358:8: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:347:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:358:8: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:359:8: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:348:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:359:8: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:391:8: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:385:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:391:8: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:468:8: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:460:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:468:8: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:469:8: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:461:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:469:8: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:498:8: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:492:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:498:8: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:562:8: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:560:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:562:8: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:563:8: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:561:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:563:8: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:577:8: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:570:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:577:8: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:578:8: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:571:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:578:8: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:591:8: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:590:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:591:8: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:621:8: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:619:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:621:8: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:622:8: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:620:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:622:8: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:645:8: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:638:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:645:8: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:646:8: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:639:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:646:8: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:665:8: style: Variable '_tmp147_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:660:0: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:665:8: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:666:8: style: Variable '_tmp148_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:661:0: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:666:8: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:667:8: style: Variable '_tmp149_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:662:0: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:667:8: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:682:8: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:676:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:682:8: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:734:8: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:728:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:734:8: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:735:8: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:729:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:735:8: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:781:8: style: Variable '_tmp183_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:775:0: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:781:8: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:870:8: style: Variable '_tmp209_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:859:0: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:870:8: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:871:8: style: Variable '_tmp210_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:860:0: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:871:8: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:902:8: style: Variable '_tmp220_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:896:0: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:902:8: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:970:8: style: Variable '_tmp241_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:969:0: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:970:8: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:237:9: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:232:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:237:9: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:238:9: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:233:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:238:9: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:239:9: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:234:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:239:9: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:240:9: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:235:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:240:9: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:241:9: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:236:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:241:9: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:250:9: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:245:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:250:9: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:251:9: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:246:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:251:9: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:252:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:247:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:252:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:253:9: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:248:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:253:9: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:254:9: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:249:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:254:9: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:272:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:270:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:272:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:275:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:274:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:275:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:279:11: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:277:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:279:11: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:288:12: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:281:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:288:12: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:289:12: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:282:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:289:12: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:290:12: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:283:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:290:12: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:291:12: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:284:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:291:12: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:292:12: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:285:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:292:12: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:293:12: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:286:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:293:12: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:294:12: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:287:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:294:12: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:304:12: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:299:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:304:12: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:305:12: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:300:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:305:12: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:306:12: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:301:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:306:12: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:307:12: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:302:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:307:12: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:308:12: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:303:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:308:12: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:326:9: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:323:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:326:9: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:327:9: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:324:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:327:9: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:328:9: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:325:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:328:9: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:360:8: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:349:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:360:8: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:361:8: style: Variable 'base_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:346:0: note: Variable 'base_dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:361:8: note: Variable 'base_dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:362:8: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:351:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:362:8: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:363:8: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:352:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:363:8: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:364:8: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:350:0: note: Variable 'str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:364:8: note: Variable 'str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:365:8: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:353:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:365:8: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:369:9: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:367:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:369:9: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:370:9: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:368:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:370:9: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:395:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:393:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:395:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:398:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:397:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:398:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:413:11: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:401:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:413:11: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:414:11: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:402:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:414:11: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:415:11: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:403:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:415:11: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:416:11: style: Variable 'base_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:400:0: note: Variable 'base_dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:416:11: note: Variable 'base_dir' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:417:11: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:405:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:417:11: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:418:11: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:406:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:418:11: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:419:11: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:404:0: note: Variable 'str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:419:11: note: Variable 'str' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:420:11: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:407:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:420:11: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:424:12: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:422:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:424:12: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:425:12: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:423:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:425:12: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:450:9: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:447:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:450:9: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:451:9: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:448:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:451:9: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:452:9: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:449:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:452:9: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:470:8: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:462:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:470:8: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:471:8: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:459:0: note: Variable 'filename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:471:8: note: Variable 'filename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:472:8: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:463:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:472:8: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:476:9: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:474:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:476:9: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:477:9: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:475:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:477:9: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:502:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:500:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:502:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:505:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:504:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:505:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:517:11: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:508:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:517:11: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:518:11: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:509:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:518:11: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:519:11: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:510:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:519:11: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:520:11: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:507:0: note: Variable 'filename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:520:11: note: Variable 'filename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:521:11: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:511:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:521:11: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:525:12: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:523:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:525:12: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:526:12: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:524:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:526:12: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:551:9: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:548:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:551:9: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:552:9: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:549:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:552:9: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:553:9: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:550:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:553:9: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:579:8: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:572:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:579:8: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:580:8: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:569:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:580:8: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:581:8: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:573:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:581:8: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:582:8: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:574:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:582:8: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:583:8: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:575:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:583:8: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:584:8: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:576:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:584:8: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:595:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:593:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:595:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:598:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:597:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:598:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:605:11: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:600:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:605:11: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:606:11: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:601:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:606:11: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:607:11: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:602:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:607:11: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:608:11: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:603:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:608:11: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:610:11: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:604:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:610:11: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:647:8: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:640:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:647:8: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:648:8: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:637:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:648:8: note: Variable 'uri' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:649:8: style: Variable '_tmp143_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:641:0: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:649:8: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:650:8: style: Variable '_tmp144_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:642:0: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:650:8: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:651:8: style: Variable '_tmp145_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:643:0: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:651:8: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:652:8: style: Variable '_tmp146_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:644:0: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:652:8: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:668:8: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:663:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:668:8: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:669:8: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:664:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:669:8: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:686:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:684:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:686:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:689:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:688:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:689:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:697:11: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:691:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:697:11: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:698:11: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:692:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:698:11: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:699:11: style: Variable '_tmp155_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:693:0: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:699:11: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:700:11: style: Variable '_tmp156_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:694:0: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:700:11: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:701:11: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:695:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:701:11: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:704:11: style: Variable '_tmp158_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:696:0: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:704:11: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:718:9: style: Variable '_tmp164_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:715:0: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:718:9: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:719:9: style: Variable '_tmp165_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:716:0: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:719:9: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:720:9: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:717:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:720:9: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:736:8: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:727:0: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:736:8: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:737:8: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:731:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:737:8: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:746:9: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:742:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:746:9: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:747:9: style: Variable '_tmp173_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:743:0: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:747:9: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:748:9: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:744:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:748:9: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:749:9: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:745:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:749:9: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:760:9: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:753:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:760:9: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:761:9: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:754:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:761:9: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:763:9: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:756:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:763:9: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:764:9: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:757:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:764:9: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:765:9: style: Variable '_tmp181_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:758:0: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:765:9: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:766:9: style: Variable '_tmp182_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:759:0: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:766:9: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:785:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:783:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:785:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:788:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:787:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:788:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:798:11: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:791:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:798:11: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:799:11: style: Variable '_tmp185_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:792:0: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:799:11: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:800:11: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:790:0: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:800:11: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:801:11: style: Variable '_tmp186_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:794:0: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:801:11: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:810:12: style: Variable '_tmp189_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:806:0: note: Variable '_tmp189_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:810:12: note: Variable '_tmp189_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:811:12: style: Variable '_tmp190_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:807:0: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:811:12: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:812:12: style: Variable '_tmp191_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:808:0: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:812:12: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:813:12: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:809:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:813:12: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:824:12: style: Variable '_tmp193_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:817:0: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:824:12: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:825:12: style: Variable '_tmp194_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:818:0: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:825:12: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:827:12: style: Variable '_tmp196_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:820:0: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:827:12: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:828:12: style: Variable '_tmp197_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:821:0: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:828:12: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:829:12: style: Variable '_tmp198_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:822:0: note: Variable '_tmp198_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:829:12: note: Variable '_tmp198_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:830:12: style: Variable '_tmp199_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:823:0: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:830:12: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:849:9: style: Variable '_tmp206_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:846:0: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:849:9: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:850:9: style: Variable '_tmp207_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:847:0: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:850:9: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:851:9: style: Variable '_tmp208_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:848:0: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:851:9: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:872:8: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:858:0: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:872:8: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:873:8: style: Variable '_tmp211_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:862:0: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:873:8: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:880:9: style: Variable '_tmp214_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:878:0: note: Variable '_tmp214_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:880:9: note: Variable '_tmp214_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:906:9: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:904:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:906:9: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:909:10: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:908:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:909:10: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:924:11: style: Variable '_tmp221_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:912:0: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:924:11: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:925:11: style: Variable '_tmp222_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:913:0: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:925:11: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:926:11: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:911:0: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:926:11: note: Variable 'basename' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:927:11: style: Variable '_tmp223_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:915:0: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:927:11: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:934:12: style: Variable '_tmp226_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:932:0: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:934:12: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:960:9: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:957:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:960:9: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:961:9: style: Variable '_tmp239_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:958:0: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:961:9: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:962:9: style: Variable '_tmp240_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:959:0: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:962:9: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:984:6: style: Variable '_tmp242_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:982:0: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:984:6: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:985:6: style: Variable '_tmp243_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:983:0: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:985:6: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1009:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:1002:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1009:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1025:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:1024:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1025:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1058:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:1052:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1058:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1060:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:1054:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1060:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1062:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/parameters.c:1055:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/parameters.c:1062:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:387:15: style: Condition '_tmp10_!=NULL' is always false [knownConditionTrueFalse]
libfm-1.3.0.2/src/actions/profile.c:349:24: note: Assignment '_vala_output=NULL', assigned value is 0
libfm-1.3.0.2/src/actions/profile.c:386:13: note: Assignment '_tmp10_=_vala_output', assigned value is 0
libfm-1.3.0.2/src/actions/profile.c:387:15: note: Condition '_tmp10_!=NULL' is always false
libfm-1.3.0.2/src/actions/profile.c:94:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:92:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:94:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:102:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:141:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:104:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:141:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:105:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:143:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:106:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:143:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:144:2: style: Variable 'group_name' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:103:0: note: Variable 'group_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:144:2: note: Variable 'group_name' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:145:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:107:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:145:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:146:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:108:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:146:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:147:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:109:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:147:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:150:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:110:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:150:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:151:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:111:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:151:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:152:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:112:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:152:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:155:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:113:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:155:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:156:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:114:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:156:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:157:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:115:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:157:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:160:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:117:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:160:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:161:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:118:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:161:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:162:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:119:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:162:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:163:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:116:0: note: Variable 's' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:163:2: note: Variable 's' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:164:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:120:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:164:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:169:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:168:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:169:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:174:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:173:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:174:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:179:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:178:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:179:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:230:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:216:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:230:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:260:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:255:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:260:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:261:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:258:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:261:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:265:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:254:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:265:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:288:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:287:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:288:4: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:305:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:303:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:305:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:306:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:304:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:306:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:307:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:302:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:307:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:324:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:323:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:324:4: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:358:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:358:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:359:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:359:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:360:2: style: Variable 'plural_form' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:351:0: note: Variable 'plural_form' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:360:2: note: Variable 'plural_form' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:361:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:355:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:361:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:370:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:363:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:370:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:371:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:364:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:371:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:372:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:365:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:372:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:373:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:366:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:373:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:374:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:367:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:374:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:375:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:369:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:375:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:385:3: style: Variable 'all_output' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:380:0: note: Variable 'all_output' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:385:3: note: Variable 'all_output' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:386:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:381:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:386:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:389:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:388:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:389:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:397:4: style: Variable 'fi_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:395:0: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:397:4: note: Variable 'fi_collection' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:400:5: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:399:0: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:400:5: note: Variable 'fi' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:409:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:403:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:409:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:410:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:404:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:410:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:411:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:405:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:411:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:415:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:408:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:415:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:418:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:417:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:418:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:427:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:424:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:427:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:428:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:425:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:428:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:430:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:426:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:430:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:440:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:439:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:440:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:448:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:446:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:448:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:449:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:447:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:449:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:475:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:469:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:475:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:476:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:470:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:476:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:478:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:471:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:478:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:479:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:472:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:479:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:480:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:473:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:480:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:481:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/profile.c:468:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/profile.c:481:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:58:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:53:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:58:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:59:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:54:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:59:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:60:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:55:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:60:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:61:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:56:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:61:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:62:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:52:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:62:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:84:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:81:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:84:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:86:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:82:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:86:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:87:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:83:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:87:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:110:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:109:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:110:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:139:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:130:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:139:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:140:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:131:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:140:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:141:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:132:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:141:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:142:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:134:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:142:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:143:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:129:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:143:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:173:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:168:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:173:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:175:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:169:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:175:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:177:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:171:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:177:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:216:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:211:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:216:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:217:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:212:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:217:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:218:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:213:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:218:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:219:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:214:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:219:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:220:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:210:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:220:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:242:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:239:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:242:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:244:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:240:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:244:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:245:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:241:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:245:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:275:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:271:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:275:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:276:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:272:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:276:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:277:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:273:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:277:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:278:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:274:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:278:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:279:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:270:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:279:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:296:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:294:0: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:296:3: note: Variable 'err' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:298:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/actions/utils.c:295:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/actions/utils.c:298:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/base/fm-action.c:720:23: style: The scope of the variable 'menu' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:721:16: style: The scope of the variable 'launched_files' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:1295:12: style: The scope of the variable 'profile' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:1296:18: style: The scope of the variable 'c' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:1297:15: style: The scope of the variable 'action' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:1548:15: style: The scope of the variable 'kf' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:1603:19: style: The scope of the variable 'menu' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:2077:31: style: The scope of the variable 'id' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-action.c:2079:15: style: The scope of the variable 'action' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-app-info.c:279:17: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-bookmarks.c:164:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-bookmarks.c:165:21: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-bookmarks.c:317:21: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-config.c:463:11: style: The scope of the variable 'f' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-config.c:464:14: style: The scope of the variable 'str' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-file-launcher.c:97:8: style: Condition '_uris' is always false [knownConditionTrueFalse]
libfm-1.3.0.2/src/base/fm-file-launcher.c:71:20: note: Assignment '_uris=NULL', assigned value is 0
libfm-1.3.0.2/src/base/fm-file-launcher.c:97:8: note: Condition '_uris' is always false
libfm-1.3.0.2/src/base/fm-folder-config.c:447:11: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-folder-config.c:447:18: style: The scope of the variable 'path2' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-folder-config.c:447:26: style: The scope of the variable 'path3' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-folder-config.c:200:9: style: Variable 's' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/base/fm-folder-config.c:197:16: style: Unused variable: end [unusedVariable]
libfm-1.3.0.2/src/base/fm-folder-config.c:198:13: style: Variable 'ret' is not assigned a value. [unassignedVariable]
libfm-1.3.0.2/src/base/fm-folder-config.c:216:12: error: Uninitialized variable: ret [uninitvar]
libfm-1.3.0.2/src/base/fm-folder.c:1566:13: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-icon.c:100:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-mime-type.c:151:17: style: The scope of the variable 'mime_type' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-mime-type.c:167:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-monitor.c:76:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/base/fm-monitor.c:74:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/base/fm-monitor.c:76:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/base/fm-path.c:470:15: style: The scope of the variable 'sep' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-path.c:576:21: style: The scope of the variable 'name' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-templates.c:1056:8: warning: Either the condition '!templ' is redundant or there is possible null pointer dereference: templ. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/base/fm-templates.c:1092:24: note: Assuming that condition '!templ' is not redundant
libfm-1.3.0.2/src/base/fm-templates.c:1056:8: note: Null pointer dereference
libfm-1.3.0.2/src/base/fm-templates.c:236:5: style: Variable 'mime_type' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/base/fm-templates.c:232:5: note: Variable 'mime_type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/base/fm-templates.c:236:5: note: Variable 'mime_type' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/base/fm-templates.c:153:30: style: The scope of the variable 'url' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-templates.c:539:17: style: The scope of the variable 'fi' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-templates.c:590:22: style: The scope of the variable 'pathname' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-terminal.c:186:17: style: The scope of the variable 'term' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-thumbnail-loader.c:909:9: style: The scope of the variable 'rotate_degrees' can be reduced. [variableScope]
libfm-1.3.0.2/src/base/fm-thumbnail-loader.c:904:33: style: Variable 'cancellable' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/demo/main-win.c:134:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
libfm-1.3.0.2/src/demo/main-win.c:169:20: style: The scope of the variable 'model' can be reduced. [variableScope]
libfm-1.3.0.2/src/extra/fm-xml-file.c:240:22: style: The scope of the variable 'sol' can be reduced. [variableScope]
libfm-1.3.0.2/src/gio/fm-app-lookup.c:74:12: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5488:3: style: Variable 'icon_view' is reassigned a value before the old one has been used. [redundantAssignment]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5484:0: note: Variable 'icon_view' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5488:3: note: Variable 'icon_view' is reassigned a value before the old one has been used.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:4355:63: style: Same expression on both sides of '||'. [duplicateExpression]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:1683:29: style: The scope of the variable 'child' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2147:20: style: The scope of the variable 'cursor' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2252:21: style: The scope of the variable 'child' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2289:14: style: The scope of the variable 'item_obj' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2312:23: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2314:23: style: The scope of the variable 'path_string' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2365:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2398:23: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2400:23: style: The scope of the variable 'path_string' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2694:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2696:20: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3067:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3142:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3677:28: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3906:24: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3908:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:4098:24: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:4280:14: style: The scope of the variable 'cursor_item_obj' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5279:24: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5695:29: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:5892:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:6487:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:7619:16: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:7830:20: style: The scope of the variable 'previous_path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:9247:16: style: The scope of the variable 'icon_view' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:9248:16: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:9910:14: style: The scope of the variable 'parent_obj' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10298:34: style: The scope of the variable 'tmp_info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10340:34: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10364:30: style: The scope of the variable 'a11y_item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10414:34: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10415:30: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10530:14: style: The scope of the variable 'widget' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10531:16: style: The scope of the variable 'icon_view' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10532:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10535:16: style: The scope of the variable 'name' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10536:10: style: The scope of the variable 'text' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10576:34: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10685:34: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10687:30: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10755:34: style: The scope of the variable 'info' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10775:14: style: The scope of the variable 'widget' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:10776:14: style: The scope of the variable 'atk_obj' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:11021:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:11051:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:11103:20: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2307:56: style: Function 'exo_icon_view_item_activate_cell' argument 3 names different: declaration 'cell_info' definition 'info'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:371:99: note: Function 'exo_icon_view_item_activate_cell' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2307:56: note: Function 'exo_icon_view_item_activate_cell' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2392:51: style: Function 'exo_icon_view_start_editing' argument 3 names different: declaration 'cell_info' definition 'info'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:381:99: note: Function 'exo_icon_view_start_editing' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:2392:51: note: Function 'exo_icon_view_start_editing' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3881:51: style: Function 'exo_icon_view_get_cell_area' argument 3 names different: declaration 'cell_info' definition 'info'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:342:99: note: Function 'exo_icon_view_get_cell_area' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-icon-view.c:3881:51: note: Function 'exo_icon_view_get_cell_area' argument 3 names different: declaration 'cell_info' definition 'info'.
libfm-1.3.0.2/src/gtk/exo/exo-tree-view.c:477:22: style: The scope of the variable 'selection' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-tree-view.c:560:16: style: The scope of the variable 'cursor' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-tree-view.c:726:22: style: The scope of the variable 'selection' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/exo/exo-tree-view.c:727:22: style: The scope of the variable 'model' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-app-chooser-dlg.c:234:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:221:51: style: Function 'fm_cell_renderer_pixbuf_get_property' argument 4 names different: declaration 'pspec' definition 'psec'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:76:51: note: Function 'fm_cell_renderer_pixbuf_get_property' argument 4 names different: declaration 'pspec' definition 'psec'.
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:221:51: note: Function 'fm_cell_renderer_pixbuf_get_property' argument 4 names different: declaration 'pspec' definition 'psec'.
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:238:51: style: Function 'fm_cell_renderer_pixbuf_set_property' argument 4 names different: declaration 'pspec' definition 'psec'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:81:51: note: Function 'fm_cell_renderer_pixbuf_set_property' argument 4 names different: declaration 'pspec' definition 'psec'.
libfm-1.3.0.2/src/gtk/fm-cell-renderer-pixbuf.c:238:51: note: Function 'fm_cell_renderer_pixbuf_set_property' argument 4 names different: declaration 'pspec' definition 'psec'.
libfm-1.3.0.2/src/gtk/fm-clipboard.c:201:17: style: The scope of the variable 'files' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-clipboard.c:202:12: style: The scope of the variable 'uris' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:342:27: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:343:32: note: Assuming that condition 'iter!=NULL' is not redundant
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:342:27: note: Null pointer dereference
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:334:12: style: The scope of the variable 'children' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:1246:20: style: The scope of the variable 'child' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:1288:20: style: The scope of the variable 'child' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:946:47: style: Function 'item_free_folder' argument 1 names different: declaration 'item' definition 'folder'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:182:47: note: Function 'item_free_folder' argument 1 names different: declaration 'item' definition 'folder'.
libfm-1.3.0.2/src/gtk/fm-dir-tree-model.c:946:47: note: Function 'item_free_folder' argument 1 names different: declaration 'item' definition 'folder'.
libfm-1.3.0.2/src/gtk/fm-dir-tree-view.c:283:19: style: The scope of the variable 'model' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dnd-dest.c:895:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libfm-1.3.0.2/src/gtk/fm-dnd-dest.c:900:13: note: Found duplicate branches for 'if' and 'else'.
libfm-1.3.0.2/src/gtk/fm-dnd-dest.c:895:13: note: Found duplicate branches for 'if' and 'else'.
libfm-1.3.0.2/src/gtk/fm-dnd-src.c:298:20: style: The scope of the variable 'uri' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-dnd-src.c:301:25: style: The scope of the variable 'file' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:232:16: style: The scope of the variable 'act' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:256:16: style: The scope of the variable 'act' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:638:17: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:778:18: style: The scope of the variable 'bookmarks' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:779:13: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:811:17: style: The scope of the variable 'files' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:826:17: style: The scope of the variable 'files' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:841:17: style: The scope of the variable 'files' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-menu.c:917:24: style: The scope of the variable 'ext' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-file-properties.c:483:10: style: The scope of the variable 'size_str' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-model.c:707:13: style: The scope of the variable 'icon' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-model.c:709:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-model.c:1317:18: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-model.c:1677:18: style: The scope of the variable 'tp' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-model.c:1750:17: style: The scope of the variable 'fi' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:832:17: style: The scope of the variable 'mime_type' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:833:42: style: The scope of the variable 'label' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:835:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:835:18: style: The scope of the variable 'gf' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:837:29: style: The scope of the variable 'sub_button' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1237:25: style: The scope of the variable 'templ' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1315:19: style: The scope of the variable 'ui' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1316:16: style: The scope of the variable 'act' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1319:14: style: The scope of the variable 'str' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1320:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1384:14: style: The scope of the variable 'popup' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1385:21: style: The scope of the variable 'files' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1386:16: style: The scope of the variable 'win' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1476:13: style: The scope of the variable 'groups' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1523:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:1951:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:890:61: error: Uninitialized variable: prompt [uninitvar]
libfm-1.3.0.2/src/gtk/fm-folder-view.c:890:53: error: Uninitialized variable: header [uninitvar]
libfm-1.3.0.2/src/gtk/fm-gtk-file-launcher.c:858:22: style: The scope of the variable 'mask' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:915:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:915:17: style: The scope of the variable 'name' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:916:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:980:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:980:17: style: The scope of the variable 'name' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-gtk-utils.c:981:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-path-entry.c:958:62: style: Function 'fm_path_entry_model_new' argument 1 names different: declaration 'dir' definition 'parent_dir'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-path-entry.c:166:62: note: Function 'fm_path_entry_model_new' argument 1 names different: declaration 'dir' definition 'parent_dir'.
libfm-1.3.0.2/src/gtk/fm-path-entry.c:958:62: note: Function 'fm_path_entry_model_new' argument 1 names different: declaration 'dir' definition 'parent_dir'.
libfm-1.3.0.2/src/gtk/fm-places-model.c:460:13: style: The scope of the variable 'mount' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:588:19: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:910:14: style: The scope of the variable 'vol' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:911:19: style: The scope of the variable 'item' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:1168:18: style: The scope of the variable 'sep_tp' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:1193:18: style: The scope of the variable 'sep_tp' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-model.c:1218:18: style: The scope of the variable 'sep_tp' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-view.c:957:22: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-view.c:958:15: style: The scope of the variable 'indices' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-view.c:1006:23: style: The scope of the variable 'sel' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-places-view.c:642:46: style: Function 'on_button_release' argument 1 names different: declaration 'view' definition 'widget'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-places-view.c:73:46: note: Function 'on_button_release' argument 1 names different: declaration 'view' definition 'widget'.
libfm-1.3.0.2/src/gtk/fm-places-view.c:642:46: note: Function 'on_button_release' argument 1 names different: declaration 'view' definition 'widget'.
libfm-1.3.0.2/src/gtk/fm-places-view.c:972:44: style: Function 'on_button_press' argument 1 names different: declaration 'view' definition 'widget'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/gtk/fm-places-view.c:72:44: note: Function 'on_button_press' argument 1 names different: declaration 'view' definition 'widget'.
libfm-1.3.0.2/src/gtk/fm-places-view.c:972:44: note: Function 'on_button_press' argument 1 names different: declaration 'view' definition 'widget'.
libfm-1.3.0.2/src/gtk/fm-standard-view.c:548:24: style: The scope of the variable 'item_width' can be reduced. [variableScope]
libfm-1.3.0.2/src/gtk/fm-standard-view.c:548:36: style: The scope of the variable 'font_height' can be reduced. [variableScope]
libfm-1.3.0.2/src/job/fm-dir-list-job.c:458:44: style: Function 'fm_dir_list_job_run' argument 1 names different: declaration 'job' definition 'fmjob'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/job/fm-dir-list-job.c:60:44: note: Function 'fm_dir_list_job_run' argument 1 names different: declaration 'job' definition 'fmjob'.
libfm-1.3.0.2/src/job/fm-dir-list-job.c:458:44: note: Function 'fm_dir_list_job_run' argument 1 names different: declaration 'job' definition 'fmjob'.
libfm-1.3.0.2/src/job/fm-file-info-job.c:136:21: style: The scope of the variable 'file_infos' can be reduced. [variableScope]
libfm-1.3.0.2/src/job/fm-file-ops-job-delete.c:226:13: style: The scope of the variable 'path' can be reduced. [variableScope]
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:569:40: style: The scope of the variable 'child_inf' can be reduced. [variableScope]
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:493:69: style: Function '_fm_file_ops_job_move_file' argument 7 names different: declaration 'dst_folder' definition 'dest_folder'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.h:36:147: note: Function '_fm_file_ops_job_move_file' argument 7 names different: declaration 'dst_folder' definition 'dest_folder'.
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:493:69: note: Function '_fm_file_ops_job_move_file' argument 7 names different: declaration 'dst_folder' definition 'dest_folder'.
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:678:62: style: Function 'progress_cb' argument 3 names different: declaration 'job' definition 'data'. [funcArgNamesDifferent]
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:49:62: note: Function 'progress_cb' argument 3 names different: declaration 'job' definition 'data'.
libfm-1.3.0.2/src/job/fm-file-ops-job-xfer.c:678:62: note: Function 'progress_cb' argument 3 names different: declaration 'job' definition 'data'.
libfm-1.3.0.2/src/modules/gtk-fileprop-x-shortcut.c:168:11: style: The scope of the variable 'text' can be reduced. [variableScope]
libfm-1.3.0.2/src/modules/vfs-menu.c:851:12: style: The scope of the variable 'icon' can be reduced. [variableScope]
libfm-1.3.0.2/src/modules/vfs-menu.c:2003:16: style: The scope of the variable 'gf' can be reduced. [variableScope]
libfm-1.3.0.2/src/modules/vfs-menu.c:2198:12: style: The scope of the variable 'parent' can be reduced. [variableScope]
libfm-1.3.0.2/src/modules/vfs-search.c:226:17: style: The scope of the variable 'file_info' can be reduced. [variableScope]
libfm-1.3.0.2/src/tests/test-fm-path.c:90:0: error: failed to expand 'TEST_PARSING', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfm-qt/libfm-qt_0.13.1.orig.tar.xz
libfm-qt-0.13.1/src/core/gioptrs.h:103:9: style: Variable 'err_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libfm-qt-0.13.1/src/core/gioptrs.h:102:9: note: Variable 'err_' is reassigned a value before the old one has been used if variable is no semaphore variable.
libfm-qt-0.13.1/src/core/gioptrs.h:103:9: note: Variable 'err_' is reassigned a value before the old one has been used if variable is no semaphore variable.
libfm-qt-0.13.1/src/core/gioptrs.h:47:5: warning: Member variable 'GErrorPtr::err_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/gioptrs.h:51:5: warning: Member variable 'GErrorPtr::err_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/cstrptr.h:10:10: style: Technically the member function 'Fm::CStrDeleter::operator()' can be const. [functionConst]
libfm-qt-0.13.1/src/core/cstrptr.h:31:10: style: Technically the member function 'Fm::CStrVDeleter::operator()' can be const. [functionConst]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < GFile >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/core/gioptrs.h:37:5: style: Class 'GErrorPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:10: style: Technically the member function 'Fm::GObjectPtr::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < GFileMonitor >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/foldermodel.h:127:9: style: Struct 'ThumbnailData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < GAppLaunchContext >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/core/dirlistjob.cpp:9:52: style: Function 'DirListJob' argument 2 names different: declaration 'flags' definition '_flags'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/dirlistjob.h:22:53: note: Function 'DirListJob' argument 2 names different: declaration 'flags' definition '_flags'.
libfm-qt-0.13.1/src/core/dirlistjob.cpp:9:52: note: Function 'DirListJob' argument 2 names different: declaration 'flags' definition '_flags'.
libfm-qt-0.13.1/src/core/dirlistjob.cpp:9:13: warning: Member variable 'DirListJob::emit_files_found' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/filechangeattrjob.cpp:305:105: style: Function 'changeFileTargetUri' argument 3 names different: declaration 'targetUri_' definition 'targetUri'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/filechangeattrjob.h:108:90: note: Function 'changeFileTargetUri' argument 3 names different: declaration 'targetUri_' definition 'targetUri'.
libfm-qt-0.13.1/src/core/filechangeattrjob.cpp:305:105: note: Function 'changeFileTargetUri' argument 3 names different: declaration 'targetUri_' definition 'targetUri'.
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::filesystemId_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::size_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::blksize_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::blocks_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isShortcut_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isAccessible_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isWritable_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isDeletable_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isHidden_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isBackup_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isNameChangeable_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isIconChangeable_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isHiddenChangeable_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/fileinfo.cpp:14:11: warning: Member variable 'FileInfo::isReadOnly_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < GFileInfo >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/core/filetransferjob.cpp:583:13: style: The scope of the variable 'flags' can be reduced. [variableScope]
libfm-qt-0.13.1/src/core/filetransferjob.cpp:364:76: style: Function 'processPath' argument 2 names different: declaration 'destPath' definition 'destDirPath'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/filetransferjob.h:32:63: note: Function 'processPath' argument 2 names different: declaration 'destPath' definition 'destDirPath'.
libfm-qt-0.13.1/src/core/filetransferjob.cpp:364:76: note: Function 'processPath' argument 2 names different: declaration 'destPath' definition 'destDirPath'.
libfm-qt-0.13.1/src/core/filetransferjob.cpp:13:18: warning: Member variable 'FileTransferJob::mode_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/filetransferjob.cpp:18:18: warning: Member variable 'FileTransferJob::mode_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/core/filetransferjob.cpp:15:5: performance: Variable 'destPaths_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/core/folder.cpp:391:45: style: Function 'onDirChanged' argument 1 names different: declaration 'event_type' definition 'evt'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/folder.h:128:41: note: Function 'onDirChanged' argument 1 names different: declaration 'event_type' definition 'evt'.
libfm-qt-0.13.1/src/core/folder.cpp:391:45: note: Function 'onDirChanged' argument 1 names different: declaration 'event_type' definition 'evt'.
libfm-qt-0.13.1/src/core/folder.cpp:429:67: style: Function 'onFileChangeEvents' argument 2 names different: declaration 'file' definition 'gf'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/folder.h:127:59: note: Function 'onFileChangeEvents' argument 2 names different: declaration 'file' definition 'gf'.
libfm-qt-0.13.1/src/core/folder.cpp:429:67: note: Function 'onFileChangeEvents' argument 2 names different: declaration 'file' definition 'gf'.
libfm-qt-0.13.1/src/core/folder.cpp:429:112: style: Function 'onFileChangeEvents' argument 4 names different: declaration 'event_type' definition 'evt'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/folder.h:127:102: note: Function 'onFileChangeEvents' argument 4 names different: declaration 'event_type' definition 'evt'.
libfm-qt-0.13.1/src/core/folder.cpp:429:112: note: Function 'onFileChangeEvents' argument 4 names different: declaration 'event_type' definition 'evt'.
libfm-qt-0.13.1/src/core/folder.cpp:64:5: performance: Variable 'dirPath_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < GIcon >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/core/job_p.h:12:5: style: Class 'JobThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/core/templates.cpp:84:15: style: The scope of the variable 'new_file' can be reduced. [variableScope]
libfm-qt-0.13.1/src/core/templates.cpp:13:60: style: Function 'TemplateItem' argument 1 names different: declaration 'fileInfo' definition 'file'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/core/templates.h:18:59: note: Function 'TemplateItem' argument 1 names different: declaration 'fileInfo' definition 'file'.
libfm-qt-0.13.1/src/core/templates.cpp:13:60: note: Function 'TemplateItem' argument 1 names different: declaration 'fileInfo' definition 'file'.
libfm-qt-0.13.1/src/customactions/fileaction.cpp:13:19: warning: Member variable 'FileActionObject::type' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:13:19: warning: Member variable 'FileActionObject::enabled' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:13:19: warning: Member variable 'FileActionObject::hidden' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:13:19: warning: Member variable 'FileActionObject::has_parent' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:16:19: warning: Member variable 'FileActionObject::type' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:17:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:326:5: performance: Variable 'items_list' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:399:5: performance: Variable 'profile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileaction.cpp:418:5: performance: Variable 'action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileaction.h:63:5: style: Class 'FileAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/customactions/fileaction.h:78:5: style: Class 'FileActionMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:10:22: warning: Member variable 'FileActionCondition::capabilities' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:11:5: performance: Variable 'only_show_in' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:83:10: performance: Technically the member function 'Fm::FileActionCondition::match_mime_type' can be static. [functionStatic]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:130:27: note: Technically the member function 'Fm::FileActionCondition::match_mime_type' can be static.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:83:10: note: Technically the member function 'Fm::FileActionCondition::match_mime_type' can be static.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:87:10: style: Technically the member function 'Fm::FileActionCondition::match_base_name' can be const. [functionConst]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:230:27: note: Technically the member function 'Fm::FileActionCondition::match_base_name' can be const.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:87:10: note: Technically the member function 'Fm::FileActionCondition::match_base_name' can be const.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:99:10: style: Technically the member function 'Fm::FileActionCondition::match_selection_count' can be const. [functionConst]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:436:27: note: Technically the member function 'Fm::FileActionCondition::match_selection_count' can be const.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:99:10: note: Technically the member function 'Fm::FileActionCondition::match_selection_count' can be const.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:101:10: performance: Technically the member function 'Fm::FileActionCondition::match_capabilities' can be static. [functionStatic]
libfm-qt-0.13.1/src/customactions/fileactioncondition.cpp:458:27: note: Technically the member function 'Fm::FileActionCondition::match_capabilities' can be static.
libfm-qt-0.13.1/src/customactions/fileactioncondition.h:101:10: note: Technically the member function 'Fm::FileActionCondition::match_capabilities' can be static.
libfm-qt-0.13.1/src/customactions/fileactionprofile.cpp:10:5: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/customactions/fileactionprofile.cpp:12:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libfm-qt-0.13.1/src/dirtreemodel.cpp:115:32: style: Redundant condition: If 'column == 0', the comparison 'column >= 0' is always true. [redundantCondition]
libfm-qt-0.13.1/src/dirtreemodelitem.h:55:10: style: Technically the member function 'Fm::DirTreeModelItem::isQueuedForDeletion' can be const. [functionConst]
libfm-qt-0.13.1/src/dnddest.h:37:25: style: Technically the member function 'Fm::DndDest::destPath' can be const. [functionConst]
libfm-qt-0.13.1/src/dnddest.h:41:10: performance: Technically the member function 'Fm::DndDest::isSupported' can be static. [functionStatic]
libfm-qt-0.13.1/src/dnddest.cpp:63:15: note: Technically the member function 'Fm::DndDest::isSupported' can be static.
libfm-qt-0.13.1/src/dnddest.h:41:10: note: Technically the member function 'Fm::DndDest::isSupported' can be static.
libfm-qt-0.13.1/src/dnddest.h:42:10: performance: Technically the member function 'Fm::DndDest::isSupported' can be static. [functionStatic]
libfm-qt-0.13.1/src/dnddest.cpp:67:15: note: Technically the member function 'Fm::DndDest::isSupported' can be static.
libfm-qt-0.13.1/src/dnddest.h:42:10: note: Technically the member function 'Fm::DndDest::isSupported' can be static.
libfm-qt-0.13.1/src/filedialog.h:148:9: style: Class 'FileDialogFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/filedialog.cpp:382:38: warning: Access of moved variable 'directory'. [accessMoved]
libfm-qt-0.13.1/src/filedialog.cpp:364:26: note: Calling std::move(directory)
libfm-qt-0.13.1/src/filedialog.cpp:382:38: note: $symbol:directory
Access of moved variable '$symbol'.
libfm-qt-0.13.1/src/core/gobjectptr.h:45:0: style: Technically the member function 'Fm :: GObjectPtr < _FmAppLaunchContext >::reset' can be const. [functionConst]
libfm-qt-0.13.1/src/fileoperation.cpp:39:58: style: Function 'FileOperation' argument 2 names different: declaration 'srcFiles' definition 'srcPaths'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/fileoperation.h:50:56: note: Function 'FileOperation' argument 2 names different: declaration 'srcFiles' definition 'srcPaths'.
libfm-qt-0.13.1/src/fileoperation.cpp:39:58: note: Function 'FileOperation' argument 2 names different: declaration 'srcFiles' definition 'srcPaths'.
libfm-qt-0.13.1/src/fileoperation.cpp:373:75: style: Function 'deleteFiles' argument 2 names different: declaration 'promp' definition 'prompt'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/fileoperation.h:120:71: note: Function 'deleteFiles' argument 2 names different: declaration 'promp' definition 'prompt'.
libfm-qt-0.13.1/src/fileoperation.cpp:373:75: note: Function 'deleteFiles' argument 2 names different: declaration 'promp' definition 'prompt'.
libfm-qt-0.13.1/src/fileoperation.cpp:390:74: style: Function 'trashFiles' argument 2 names different: declaration 'promp' definition 'prompt'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/fileoperation.h:122:70: note: Function 'trashFiles' argument 2 names different: declaration 'promp' definition 'prompt'.
libfm-qt-0.13.1/src/fileoperation.cpp:390:74: note: Function 'trashFiles' argument 2 names different: declaration 'promp' definition 'prompt'.
libfm-qt-0.13.1/src/foldermodel.cpp:95:15: style: The scope of the variable 'newInfo' can be reduced. [variableScope]
libfm-qt-0.13.1/src/foldermodelitem.cpp:34:18: warning: Member variable 'FolderModelItem::dispMtime_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/foldermodelitem.cpp:34:18: warning: Member variable 'FolderModelItem::dispSize_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/foldermodelitem.cpp:34:18: warning: Member variable 'FolderModelItem::cutFilesHashSet_' is not initialized in the constructor. [uninitMemberVar]
libfm-qt-0.13.1/src/foldermodelitem.h:35:1: warning: The class 'FolderModelItem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libfm-qt-0.13.1/src/folderview.cpp:921:8: style: The scope of the variable 'singleFile' can be reduced. [variableScope]
libfm-qt-0.13.1/src/folderview.cpp:784:45: style: Function 'setModel' argument 1 names different: declaration '_model' definition 'model'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/folderview.h:83:37: note: Function 'setModel' argument 1 names different: declaration '_model' definition 'model'.
libfm-qt-0.13.1/src/folderview.cpp:784:45: note: Function 'setModel' argument 1 names different: declaration '_model' definition 'model'.
libfm-qt-0.13.1/src/folderview_p.h:38:3: style: Class 'FolderViewListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/folderview_p.h:81:3: style: Class 'FolderViewTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/pathbar_p.h:35:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
libfm-qt-0.13.1/src/placesmodelitem.h:89:5: style: Class 'PlacesModelVolumeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/placesmodelitem.h:107:5: style: Class 'PlacesModelMountItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/placesmodelitem.h:124:5: style: Class 'PlacesModelBookmarkItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/placesmodel.cpp:179:9: style: Struct 'UpdateTrashData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfm-qt-0.13.1/src/placesmodelitem.h:94:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfm-qt-0.13.1/src/placesmodelitem.h:77:17: note: Virtual function in base class
libfm-qt-0.13.1/src/placesmodelitem.h:94:17: note: Function in derived class
libfm-qt-0.13.1/src/placesmodelitem.h:108:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfm-qt-0.13.1/src/placesmodelitem.h:77:17: note: Virtual function in base class
libfm-qt-0.13.1/src/placesmodelitem.h:108:17: note: Function in derived class
libfm-qt-0.13.1/src/placesmodelitem.h:121:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfm-qt-0.13.1/src/placesmodelitem.h:77:17: note: Virtual function in base class
libfm-qt-0.13.1/src/placesmodelitem.h:121:17: note: Function in derived class
libfm-qt-0.13.1/src/utilities.cpp:159:41: style: Function 'changeFileName' argument 1 names different: declaration 'path' definition 'filePath'. [funcArgNamesDifferent]
libfm-qt-0.13.1/src/utilities.h:57:54: note: Function 'changeFileName' argument 1 names different: declaration 'path' definition 'filePath'.
libfm-qt-0.13.1/src/utilities.cpp:159:41: note: Function 'changeFileName' argument 1 names different: declaration 'path' definition 'filePath'.
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfolia/libfolia_1.6.orig.tar.gz
libfolia-1.6/src/folia_impl.cxx:1470:7: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
libfolia-1.6/src/folia_impl.cxx:1469:7: note: Variable 'ok' is reassigned a value before the old one has been used.
libfolia-1.6/src/folia_impl.cxx:1470:7: note: Variable 'ok' is reassigned a value before the old one has been used.
libfolia-1.6/src/folia_impl.cxx:1848:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libfolia-1.6/src/folia_impl.cxx:1866:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libfolia-1.6/src/folia_impl.cxx:1246:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
libfolia-1.6/src/folia_impl.cxx:2442:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
libfolia-1.6/src/folia_impl.cxx:2515:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
libfolia-1.6/src/folia_impl.cxx:2536:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
libfolia-1.6/src/folia_utils.cxx:239:9: style: The scope of the variable 'result' can be reduced. [variableScope]
libfolia-1.6/src/folia_utils.cxx:89:20: style: Unused variable: parts [unusedVariable]
libfolia-1.6/src/folia_utils.cxx:353:0: style: Variable 'mil' is assigned a value that is never used. [unreadVariable]
libfolia-1.6/src/folia_utils.cxx:358:7: error: Memory leak: time [memleak]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfont-afm-perl/libfont-afm-perl_1.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfont-freetype-perl/libfont-freetype-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfont-ttf-perl/libfont-ttf-perl_1.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfontenc/libfontenc_1.1.3.orig.tar.gz
libfontenc-1.1.3/src/encparse.c:943:35: style: The scope of the variable 'dirname' can be reduced. [variableScope]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfonts-java/libfonts-java_1.1.6.dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libforest-perl/libforest-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libforks-perl/libforks-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libformat-human-bytes-perl/libformat-human-bytes-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libforms/libforms_1.2.3.orig.tar.gz
xforms-1.2.3/demos/browserall.c:127:18: style: The scope of the variable 'mb' can be reduced. [variableScope]
xforms-1.2.3/demos/butttypes.c:47:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
xforms-1.2.3/demos/demo.c:54:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
xforms-1.2.3/demos/demo.c:245:9: style: The scope of the variable 'bn' can be reduced. [variableScope]
xforms-1.2.3/demos/demo.c:387:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/demos/demo.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
xforms-1.2.3/demos/fdial.c:99:9: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/demos/fdial.c:100:9: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/demos/fdial.c:101:9: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/demos/free1.c:49:16: style: The scope of the variable 'dcol' can be reduced. [variableScope]
xforms-1.2.3/demos/free1.c:98:9: style: The scope of the variable 'j' can be reduced. [variableScope]
xforms-1.2.3/demos/freedraw.c:289:17: style: The scope of the variable 'dr' can be reduced. [variableScope]
xforms-1.2.3/demos/freedraw_leak.c:262:17: style: The scope of the variable 'dr' can be reduced. [variableScope]
xforms-1.2.3/demos/iconvert.c:85:32: style: The scope of the variable 'info' can be reduced. [variableScope]
xforms-1.2.3/demos/itest.c:404:9: style: Condition '!testicon' is always false [knownConditionTrueFalse]
xforms-1.2.3/demos/itest.c:586:10: style: The scope of the variable 'file' can be reduced. [variableScope]
xforms-1.2.3/demos/itest.c:610:32: style: The scope of the variable 'fmtinfo' can be reduced. [variableScope]
xforms-1.2.3/demos/new_popup.c:114:22: style: The scope of the variable 'sm1' can be reduced. [variableScope]
xforms-1.2.3/demos/new_popup.c:115:22: style: The scope of the variable 'sm2' can be reduced. [variableScope]
xforms-1.2.3/demos/new_popup.c:116:22: style: The scope of the variable 'sm3' can be reduced. [variableScope]
xforms-1.2.3/demos/new_popup.c:117:22: style: The scope of the variable 'sm4' can be reduced. [variableScope]
xforms-1.2.3/demos/pmbrowse.c:70:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/demos/pup.c:229:22: style: The scope of the variable 'sm1' can be reduced. [variableScope]
xforms-1.2.3/demos/pup.c:230:22: style: The scope of the variable 'sm2' can be reduced. [variableScope]
xforms-1.2.3/demos/pup.c:231:22: style: The scope of the variable 'sm3' can be reduced. [variableScope]
xforms-1.2.3/demos/pup.c:232:22: style: The scope of the variable 'sm4' can be reduced. [variableScope]
xforms-1.2.3/demos/pushbutton.c:54:16: style: The scope of the variable 'obj' can be reduced. [variableScope]
xforms-1.2.3/demos/rescale.c:85:11: style: The scope of the variable 'oldsc' can be reduced. [variableScope]
xforms-1.2.3/demos/rescale.c:86:16: style: The scope of the variable 'obj' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/fd2ps.c:99:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/load.c:582:14: style: The scope of the variable 'form' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/psdraw.c:65:11: style: The scope of the variable 'q' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/psdraw.c:611:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/psobj.c:1124:0: style: Same expression used in consecutive assignments of 'dx' and 'dy'. [duplicateAssignExpression]
xforms-1.2.3/fd2ps/psobj.c:1125:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
xforms-1.2.3/fd2ps/psobj.c:1124:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
xforms-1.2.3/fd2ps/psobj.c:1602:10: style: The scope of the variable 'valstr' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/psobj.c:2187:11: style: The scope of the variable 'str' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/psobj.c:2108:13: error: Common realloc mistake: 'str' nulled but not freed upon failure [memleakOnRealloc]
xforms-1.2.3/fd2ps/readxpm.c:316:32: style: The scope of the variable 'end' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/readxpm.c:319:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/readxpm.c:320:10: style: The scope of the variable 'lname' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/readxpm.c:325:14: style: The scope of the variable 'ccol' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/sys.c:90:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/sys.c:90:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/sys.c:42:18: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
xforms-1.2.3/fd2ps/xbmtops.c:69:11: style: The scope of the variable 'bits' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/xbmtops.c:148:11: style: The scope of the variable 'bits' can be reduced. [variableScope]
xforms-1.2.3/fd2ps/xbmtops.c:134:0: error: Resource leak: fp [resourceLeak]
xforms-1.2.3/fdesign/fd/pallette.c:68:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:66:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:68:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:70:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:68:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:70:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:148:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:146:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:148:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:150:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:148:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:150:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:227:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:225:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:227:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:229:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:227:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:229:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:302:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:300:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:302:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:304:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:302:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:304:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:354:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:352:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:354:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:356:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/pallette.c:354:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/pallette.c:356:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:27:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/ui_theforms.c:25:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:27:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:56:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/ui_theforms.c:52:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:56:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:206:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/ui_theforms.c:204:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:206:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:390:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/fd/ui_theforms.c:388:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd/ui_theforms.c:390:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/fd_control.c:275:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_file.c:599:39: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
xforms-1.2.3/fdesign/fd_file.c:66:11: style: The scope of the variable 'label' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_groups.c:150:16: style: The scope of the variable 'obj2' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_iconinfo.c:171:18: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '#'' is always true. [redundantCondition]
xforms-1.2.3/fdesign/fd_iconinfo.c:317:22: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '*'' is always true. [redundantCondition]
xforms-1.2.3/fdesign/fd_iconinfo.c:368:11: style: The scope of the variable 'res' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_iconinfo.c:412:11: style: The scope of the variable 'res' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_main.c:343:16: style: The scope of the variable 'obj' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_objects.c:839:33: style: Function 'set_testing_bitmap' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/fd_main.h:683:38: note: Function 'set_testing_bitmap' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/fdesign/fd_objects.c:839:33: note: Function 'set_testing_bitmap' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/fdesign/fd_objects.c:262:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
xforms-1.2.3/fdesign/fd_printC.c:549:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_printC.c:1518:28: style: Function 'output_object' argument 1 names different: declaration 'fn' definition 'fp'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/fd_printC.c:517:35: note: Function 'output_object' argument 1 names different: declaration 'fn' definition 'fp'.
xforms-1.2.3/fdesign/fd_printC.c:1518:28: note: Function 'output_object' argument 1 names different: declaration 'fn' definition 'fp'.
xforms-1.2.3/fdesign/fd_select.c:254:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_select.c:380:16: style: The scope of the variable 'ob' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_select.c:584:16: style: The scope of the variable 'ob' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_select.c:846:16: style: The scope of the variable 'ob' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_select.c:1147:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_select.c:1243:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
xforms-1.2.3/fdesign/fd_super.c:494:29: style: Function 'copy_superspec' argument 1 names different: declaration 'dest' definition 'target'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/fd_main.h:766:34: note: Function 'copy_superspec' argument 1 names different: declaration 'dest' definition 'target'.
xforms-1.2.3/fdesign/fd_super.c:494:29: note: Function 'copy_superspec' argument 1 names different: declaration 'dest' definition 'target'.
xforms-1.2.3/fdesign/spec/browser_spec.c:27:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/spec/browser_spec.c:25:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/spec/browser_spec.c:27:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/sp_button.c:226:0: warning: Redundant assignment of 'defobj' to itself. [selfAssignment]
xforms-1.2.3/fdesign/sp_button.c:299:0: warning: Redundant assignment of 'defobj' to itself. [selfAssignment]
xforms-1.2.3/fdesign/spec/choice_spec.c:27:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/spec/choice_spec.c:25:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/spec/choice_spec.c:27:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/sp_freeobj.c:92:44: style: Function 'freeobj_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_freeobj.h:27:44: note: Function 'freeobj_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_freeobj.c:92:44: note: Function 'freeobj_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_freeobj.c:169:31: style: Function 'get_free_handle' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_freeobj.c:42:44: note: Function 'get_free_handle' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/fdesign/sp_freeobj.c:169:31: note: Function 'get_free_handle' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/fdesign/spec/menu_spec.c:27:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/spec/menu_spec.c:25:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/spec/menu_spec.c:27:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/sp_menu.c:305:28: style: Function 'int_out' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_menu.c:44:42: note: Function 'int_out' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_menu.c:305:28: note: Function 'int_out' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_menu.c:307:28: style: Function 'int_out' argument 3 names different: declaration 'prec' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_menu.c:46:42: note: Function 'int_out' argument 3 names different: declaration 'prec' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_menu.c:307:28: note: Function 'int_out' argument 3 names different: declaration 'prec' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_pixmap.c:116:43: style: Function 'pixmap_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_pixmap.h:27:43: note: Function 'pixmap_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_pixmap.c:116:43: note: Function 'pixmap_reread_spec_form' argument 1 names different: declaration 'obj' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/fdesign/sp_pixmap.c:376:28: style: Function 'get_data_name' argument 1 names different: declaration 'obj' definition 'ob'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_pixmap.c:46:40: note: Function 'get_data_name' argument 1 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/fdesign/sp_pixmap.c:376:28: note: Function 'get_data_name' argument 1 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/fdesign/sp_pixmap.c:377:28: style: Function 'get_data_name' argument 2 names different: declaration 'inf' definition 'info'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_pixmap.c:47:40: note: Function 'get_data_name' argument 2 names different: declaration 'inf' definition 'info'.
xforms-1.2.3/fdesign/sp_pixmap.c:377:28: note: Function 'get_data_name' argument 2 names different: declaration 'inf' definition 'info'.
xforms-1.2.3/fdesign/sp_util.c:165:11: style: The scope of the variable 'st' can be reduced. [variableScope]
xforms-1.2.3/fdesign/spec/xyplot_spec.c:27:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/fdesign/spec/xyplot_spec.c:25:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/spec/xyplot_spec.c:27:5: note: Variable 'obj' is reassigned a value before the old one has been used.
xforms-1.2.3/fdesign/sp_xyplot.c:142:39: style: Function 'xyplot_emit_spec_fd_code' argument 2 names different: declaration 'obj' definition 'ob'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_xyplot.h:26:23: note: Function 'xyplot_emit_spec_fd_code' argument 2 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/fdesign/sp_xyplot.c:142:39: note: Function 'xyplot_emit_spec_fd_code' argument 2 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/fdesign/sp_xyplot.c:195:38: style: Function 'xyplot_emit_spec_c_code' argument 2 names different: declaration 'obj' definition 'ob'. [funcArgNamesDifferent]
xforms-1.2.3/fdesign/sp_xyplot.h:28:43: note: Function 'xyplot_emit_spec_c_code' argument 2 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/fdesign/sp_xyplot.c:195:38: note: Function 'xyplot_emit_spec_c_code' argument 2 names different: declaration 'obj' definition 'ob'.
xforms-1.2.3/gl/glcanvas.c:119:33: style: Function 'fl_get_glcanvas_defaults' argument 1 names different: declaration 'cconfig' definition 'config'. [funcArgNamesDifferent]
xforms-1.2.3/gl/glcanvas.h:30:48: note: Function 'fl_get_glcanvas_defaults' argument 1 names different: declaration 'cconfig' definition 'config'.
xforms-1.2.3/gl/glcanvas.c:119:33: note: Function 'fl_get_glcanvas_defaults' argument 1 names different: declaration 'cconfig' definition 'config'.
xforms-1.2.3/image/image.c:565:43: error: Array 'types[5]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
xforms-1.2.3/image/image.c:577:47: error: Array 'types[5]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
xforms-1.2.3/image/image.c:590:47: error: Array 'types[5]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
xforms-1.2.3/image/image.c:457:23: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:692:18: style: The scope of the variable 'esize' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:1469:13: style: The scope of the variable 'args' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:1852:21: style: The scope of the variable 'm' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:1853:19: style: The scope of the variable 't' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:1894:9: style: The scope of the variable 'c' can be reduced. [variableScope]
xforms-1.2.3/image/image.c:217:9: error: Resource leak: fp [resourceLeak]
xforms-1.2.3/image/image_bmp.c:287:20: style: The scope of the variable 'red' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:288:20: style: The scope of the variable 'green' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:289:20: style: The scope of the variable 'blue' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:628:24: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:629:24: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:630:24: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:651:25: style: The scope of the variable 'p8' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:667:25: style: The scope of the variable 'ci' can be reduced. [variableScope]
xforms-1.2.3/image/image_bmp.c:668:25: style: The scope of the variable 'cis' can be reduced. [variableScope]
xforms-1.2.3/image/image_convolve.c:166:17: style: The scope of the variable 'ccol' can be reduced. [variableScope]
xforms-1.2.3/image/image_convolve.c:247:17: style: The scope of the variable 'ccol' can be reduced. [variableScope]
xforms-1.2.3/image/image_crop.c:222:14: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_crop.c:243:46: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_crop.c:222:14: note: Null pointer dereference
xforms-1.2.3/image/image_crop.c:223:14: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_crop.c:243:46: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_crop.c:223:14: note: Null pointer dereference
xforms-1.2.3/image/image_crop.c:230:28: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_crop.c:243:46: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_crop.c:230:28: note: Null pointer dereference
xforms-1.2.3/image/image_crop.c:231:28: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_crop.c:243:46: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_crop.c:231:28: note: Null pointer dereference
xforms-1.2.3/image/image_disp.c:1032:33: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
xforms-1.2.3/image/image_disp.c:1030:50: note: outer condition: im->app_background>=0
xforms-1.2.3/image/image_disp.c:1032:33: note: identical inner condition: im->app_background>=0
xforms-1.2.3/image/image_disp.c:404:13: style: The scope of the variable 'gray' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:515:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:671:20: style: The scope of the variable 'xpixels' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:847:20: style: The scope of the variable 'xcolor' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:1005:19: style: The scope of the variable 'bk' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:1565:21: style: The scope of the variable 'pixel' can be reduced. [variableScope]
xforms-1.2.3/image/image_disp.c:258:32: style: Function 'fl_display_ci' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/image/image_disp.c:42:38: note: Function 'fl_display_ci' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/image/image_disp.c:258:32: note: Function 'fl_display_ci' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/image/image_disp.c:669:33: style: Function 'fl_display_rgb' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/image/image_disp.c:46:39: note: Function 'fl_display_rgb' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/image/image_disp.c:669:33: note: Function 'fl_display_rgb' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/image/image_fits.c:566:10: style: The scope of the variable 'k' can be reduced. [variableScope]
xforms-1.2.3/image/image_fits.c:432:13: warning: Possible buffer overflow if strlen(bunit) is larger than or equal to sizeof(h). [possibleBufferAccessOutOfBounds]
xforms-1.2.3/image/image_fits.c:451:13: warning: Possible buffer overflow if strlen(xtname) is larger than or equal to sizeof(h). [possibleBufferAccessOutOfBounds]
xforms-1.2.3/image/image_fits.c:416:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
xforms-1.2.3/image/image_jpeg.c:56:0: error: #error does not work well with jpeg lib v6.a [preprocessorErrorDirective]
xforms-1.2.3/image/image_jquant.c:417:9: style: The scope of the variable 'x' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:588:9: style: The scope of the variable 'icolor' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:590:14: style: The scope of the variable 'cptr' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:591:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:594:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:597:9: style: The scope of the variable 'inc0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:598:9: style: The scope of the variable 'inc1' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:599:9: style: The scope of the variable 'inc2' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:768:16: style: The scope of the variable 'cur0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:769:16: style: The scope of the variable 'cur1' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:770:16: style: The scope of the variable 'cur2' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:771:16: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:772:16: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:773:16: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:774:16: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:775:16: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:776:16: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:778:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:788:20: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:789:20: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:790:20: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1181:9: style: The scope of the variable 'n' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1183:9: style: The scope of the variable 'c0' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1184:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1185:9: style: The scope of the variable 'c2' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1186:9: style: The scope of the variable 'cmax' can be reduced. [variableScope]
xforms-1.2.3/image/image_jquant.c:1188:9: style: The scope of the variable 'b2' can be reduced. [variableScope]
xforms-1.2.3/image/image_marker.c:167:14: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_marker.c:171:10: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_marker.c:167:14: note: Null pointer dereference
xforms-1.2.3/image/image_marker.c:219:14: warning: Either the condition '!im' is redundant or there is possible null pointer dereference: im. [nullPointerRedundantCheck]
xforms-1.2.3/image/image_marker.c:223:10: note: Assuming that condition '!im' is not redundant
xforms-1.2.3/image/image_marker.c:219:14: note: Null pointer dereference
xforms-1.2.3/image/image_marker.c:279:13: style: The scope of the variable 'active' can be reduced. [variableScope]
xforms-1.2.3/image/image_marker.c:332:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
xforms-1.2.3/image/image_marker.c:333:9: style: The scope of the variable 'ty' can be reduced. [variableScope]
xforms-1.2.3/image/image_marker.c:372:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
xforms-1.2.3/image/image_marker.c:373:9: style: The scope of the variable 'ty' can be reduced. [variableScope]
xforms-1.2.3/image/image_pnm.c:369:25: style: The scope of the variable 'ci' can be reduced. [variableScope]
xforms-1.2.3/image/image_pnm.c:370:25: style: The scope of the variable 'cend' can be reduced. [variableScope]
xforms-1.2.3/image/image_postscript.c:867:9: style: The scope of the variable 'thickness' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:67:16: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:68:16: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:69:16: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:131:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:351:13: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:382:13: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:458:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:459:9: style: The scope of the variable 'dr' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:460:9: style: The scope of the variable 'dg' can be reduced. [variableScope]
xforms-1.2.3/image/image_proc.c:461:9: style: The scope of the variable 'db' can be reduced. [variableScope]
xforms-1.2.3/image/image_rotate.c:61:11: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/image/image_rotate.c:62:11: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/image/image_rotate.c:63:11: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/image/image_scale.c:58:9: style: The scope of the variable 'iy' can be reduced. [variableScope]
xforms-1.2.3/image/image_scale.c:124:11: style: The scope of the variable 'y2' can be reduced. [variableScope]
xforms-1.2.3/image/image_tiff.c:722:9: style: The scope of the variable 'bytecount' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:48:9: style: The scope of the variable 'j' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:51:9: style: The scope of the variable 'ih' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:54:12: style: The scope of the variable 'sig' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:55:12: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:56:12: style: The scope of the variable 'h' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:57:12: style: The scope of the variable 'a' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:58:12: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:59:12: style: The scope of the variable 'x' can be reduced. [variableScope]
xforms-1.2.3/image/image_type.c:242:9: style: The scope of the variable 'k' can be reduced. [variableScope]
xforms-1.2.3/image/image_xbm.c:112:21: style: The scope of the variable 'bits' can be reduced. [variableScope]
xforms-1.2.3/image/image_xbm.c:149:21: style: The scope of the variable 'bits' can be reduced. [variableScope]
xforms-1.2.3/image/image_xpm.c:154:9: style: The scope of the variable 'done' can be reduced. [variableScope]
xforms-1.2.3/image/image_xpm.c:360:9: style: The scope of the variable 'packed' can be reduced. [variableScope]
xforms-1.2.3/image/image_xpm.c:361:9: style: The scope of the variable 'gray' can be reduced. [variableScope]
xforms-1.2.3/image/image_xpm.c:366:21: style: The scope of the variable 'ci' can be reduced. [variableScope]
xforms-1.2.3/image/image_xwd.c:297:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/image/image_xwd.c:620:33: warning: Division of result of sizeof() on pointer type. [divideSizeof]
xforms-1.2.3/image/postscript.c:477:11: style: The scope of the variable 'xw' can be reduced. [variableScope]
xforms-1.2.3/image/postscript.c:589:11: style: The scope of the variable 'yw' can be reduced. [variableScope]
xforms-1.2.3/image/ps_core.c:137:11: style: The scope of the variable 'q' can be reduced. [variableScope]
xforms-1.2.3/image/ps_draw.c:292:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/lib/asyn_io.c:305:23: style: The scope of the variable 'cur' can be reduced. [variableScope]
xforms-1.2.3/lib/button.c:449:17: style: Variable 'sp->val' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/button.c:446:17: note: Variable 'sp->val' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/button.c:449:17: note: Variable 'sp->val' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/canvas.c:429:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/canvas.c:435:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/canvas.c:429:27: note: Null pointer dereference
xforms-1.2.3/lib/canvas.c:327:16: style: The scope of the variable 'nc' can be reduced. [variableScope]
xforms-1.2.3/lib/canvas.c:328:10: style: The scope of the variable 'name' can be reduced. [variableScope]
xforms-1.2.3/lib/chart.c:722:26: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/chart.c:727:59: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/chart.c:722:26: note: Null pointer dereference
xforms-1.2.3/lib/chart.c:770:26: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/chart.c:776:62: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/chart.c:770:26: note: Null pointer dereference
xforms-1.2.3/lib/chart.c:181:9: style: The scope of the variable 'l' can be reduced. [variableScope]
xforms-1.2.3/lib/chart.c:184:11: style: The scope of the variable 's' can be reduced. [variableScope]
xforms-1.2.3/lib/chart.c:276:11: style: The scope of the variable 'val3' can be reduced. [variableScope]
xforms-1.2.3/lib/chart.c:482:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/lib/child.c:134:35: style: Function 'fli_delete_composite' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/lib/flinternal.h:796:40: note: Function 'fli_delete_composite' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/child.c:134:35: note: Function 'fli_delete_composite' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/child.c:147:33: style: Function 'fli_free_composite' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/lib/flinternal.h:798:38: note: Function 'fli_free_composite' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/child.c:147:33: note: Function 'fli_free_composite' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/choice.c:554:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/choice.c:560:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/choice.c:554:27: note: Null pointer dereference
xforms-1.2.3/lib/choice.c:609:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/choice.c:617:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/choice.c:609:27: note: Null pointer dereference
xforms-1.2.3/lib/choice.c:908:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/choice.c:914:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/choice.c:908:27: note: Null pointer dereference
xforms-1.2.3/lib/choice.c:1000:9: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/lib/choice.c:204:21: style: Array index 'min' is used before limits check. [arrayIndexThenCheck]
xforms-1.2.3/lib/choice.c:1026:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
xforms-1.2.3/lib/choice.c:1045:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
xforms-1.2.3/lib/clipboard.c:158:19: style: Condition 'win==cp->req_window' is always true [knownConditionTrueFalse]
xforms-1.2.3/lib/clock.c:165:12: style: The scope of the variable 'f1' can be reduced. [variableScope]
xforms-1.2.3/lib/cmd_br.c:645:29: warning: Either the condition 'if(last)' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
xforms-1.2.3/lib/cmd_br.c:657:8: note: Assuming that condition 'if(last)' is not redundant
xforms-1.2.3/lib/cmd_br.c:645:29: note: Null pointer dereference
xforms-1.2.3/lib/colsel.c:131:16: style: The scope of the variable 'ob' can be reduced. [variableScope]
xforms-1.2.3/lib/combo.c:41:17: style: struct member 'SPEC::input' is never used. [unusedStructMember]
xforms-1.2.3/lib/combo.c:42:17: style: struct member 'SPEC::browser' is never used. [unusedStructMember]
xforms-1.2.3/lib/counter.c:574:28: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/counter.c:580:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/counter.c:574:28: note: Null pointer dereference
xforms-1.2.3/lib/counter.c:618:28: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/counter.c:624:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/counter.c:618:28: note: Null pointer dereference
xforms-1.2.3/lib/dial.c:146:0: style: Same expression used in consecutive assignments of 'dx' and 'dy'. [duplicateAssignExpression]
xforms-1.2.3/lib/dial.c:147:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
xforms-1.2.3/lib/dial.c:146:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
xforms-1.2.3/lib/events.c:711:16: style: The scope of the variable 'mm' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:387:9: style: The scope of the variable 'k' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:498:18: style: The scope of the variable 'r' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:499:18: style: The scope of the variable 'g' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:500:18: style: The scope of the variable 'b' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1030:20: style: The scope of the variable 'xcolor' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1031:16: style: The scope of the variable 'new_col' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1105:16: style: The scope of the variable 'switched' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1585:19: style: The scope of the variable 'pixels' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1771:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1772:9: style: The scope of the variable 'dr' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1773:9: style: The scope of the variable 'dg' can be reduced. [variableScope]
xforms-1.2.3/lib/flcolor.c:1774:9: style: The scope of the variable 'db' can be reduced. [variableScope]
xforms-1.2.3/lib/flresource.c:939:17: warning: Either the condition 'appopt&&na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
xforms-1.2.3/lib/flresource.c:963:17: note: Assuming that condition 'appopt&&na' is not redundant
xforms-1.2.3/lib/flresource.c:939:17: note: Null pointer dereference
xforms-1.2.3/lib/flresource.c:940:21: warning: Either the condition 'appopt&&na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
xforms-1.2.3/lib/flresource.c:963:17: note: Assuming that condition 'appopt&&na' is not redundant
xforms-1.2.3/lib/flresource.c:940:21: note: Null pointer dereference
xforms-1.2.3/lib/flresource.c:1394:5: style: Variable '__SWM_VROOT' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/flresource.c:1390:0: note: Variable '__SWM_VROOT' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/flresource.c:1394:5: note: Variable '__SWM_VROOT' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/flvisual.c:93:5: style: Variable 'reqv' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/flvisual.c:90:0: note: Variable 'reqv' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/flvisual.c:93:5: note: Variable 'reqv' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/flvisual.c:144:9: style: The scope of the variable 'j' can be reduced. [variableScope]
xforms-1.2.3/lib/flvisual.c:145:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
xforms-1.2.3/lib/fonts.c:290:9: style: The scope of the variable 'n' can be reduced. [variableScope]
xforms-1.2.3/lib/fonts.c:600:16: style: The scope of the variable 'set' can be reduced. [variableScope]
xforms-1.2.3/lib/fonts.c:667:10: style: The scope of the variable 'len_str' can be reduced. [variableScope]
xforms-1.2.3/lib/fonts.c:447:17: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
xforms-1.2.3/lib/formbrowser.c:814:38: style: Function 'handle_formbrowser' argument 3 names different: declaration 'mx' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:57:44: note: Function 'handle_formbrowser' argument 3 names different: declaration 'mx' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:814:38: note: Function 'handle_formbrowser' argument 3 names different: declaration 'mx' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:815:38: style: Function 'handle_formbrowser' argument 4 names different: declaration 'my' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:58:44: note: Function 'handle_formbrowser' argument 4 names different: declaration 'my' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:815:38: note: Function 'handle_formbrowser' argument 4 names different: declaration 'my' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:816:38: style: Function 'handle_formbrowser' argument 5 names different: declaration 'key' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:59:44: note: Function 'handle_formbrowser' argument 5 names different: declaration 'key' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:816:38: note: Function 'handle_formbrowser' argument 5 names different: declaration 'key' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:817:38: style: Function 'handle_formbrowser' argument 6 names different: declaration 'ev' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:60:44: note: Function 'handle_formbrowser' argument 6 names different: declaration 'ev' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:817:38: note: Function 'handle_formbrowser' argument 6 names different: declaration 'ev' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:855:35: style: Function 'canvas_handler' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:45:40: note: Function 'canvas_handler' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:855:35: note: Function 'canvas_handler' argument 2 names different: declaration 'win' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:856:35: style: Function 'canvas_handler' argument 3 names different: declaration 'w' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:46:40: note: Function 'canvas_handler' argument 3 names different: declaration 'w' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:856:35: note: Function 'canvas_handler' argument 3 names different: declaration 'w' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:857:35: style: Function 'canvas_handler' argument 4 names different: declaration 'h' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:47:40: note: Function 'canvas_handler' argument 4 names different: declaration 'h' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:857:35: note: Function 'canvas_handler' argument 4 names different: declaration 'h' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:858:35: style: Function 'canvas_handler' argument 5 names different: declaration 'ev' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:48:40: note: Function 'canvas_handler' argument 5 names different: declaration 'ev' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:858:35: note: Function 'canvas_handler' argument 5 names different: declaration 'ev' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:859:35: style: Function 'canvas_handler' argument 6 names different: declaration 'data' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:49:40: note: Function 'canvas_handler' argument 6 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:859:35: note: Function 'canvas_handler' argument 6 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:896:28: style: Function 'form_cb' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:53:34: note: Function 'form_cb' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:896:28: note: Function 'form_cb' argument 1 names different: declaration 'ob' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:897:28: style: Function 'form_cb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:54:34: note: Function 'form_cb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:897:28: note: Function 'form_cb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:906:18: style: Function 'hcb' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:61:30: note: Function 'hcb' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/formbrowser.c:906:18: note: Function 'hcb' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/formbrowser.c:907:24: style: Function 'hcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:62:30: note: Function 'hcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:907:24: note: Function 'hcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:941:18: style: Function 'vcb' argument 1 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:68:30: note: Function 'vcb' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/formbrowser.c:941:18: note: Function 'vcb' argument 1 names different: declaration 'ob' definition 'obj'.
xforms-1.2.3/lib/formbrowser.c:942:24: style: Function 'vcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/formbrowser.c:69:30: note: Function 'vcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/formbrowser.c:942:24: note: Function 'vcb' argument 2 names different: declaration 'data' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/forms.c:1276:21: style: Condition 'place==FL_PLACE_FREE' is always true [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:539:36: style: Condition 'listdirfirst' is always true [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:677:25: style: Condition 'listdirfirst' is always true [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:678:23: style: Condition '!listdirfirst' is always false [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:698:25: style: Condition 'listdirfirst' is always true [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:699:23: style: Condition '!listdirfirst' is always false [knownConditionTrueFalse]
xforms-1.2.3/lib/fselect.c:1087:11: style: The scope of the variable 'q' can be reduced. [variableScope]
xforms-1.2.3/lib/fselect.c:346:9: warning: Possible buffer overflow if strlen(filename) is larger than or equal to sizeof(lfs). [possibleBufferAccessOutOfBounds]
xforms-1.2.3/lib/goodie_alert.c:202:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/goodie_yesno.c:104:10: style: The scope of the variable 'shortcut' can be reduced. [variableScope]
xforms-1.2.3/lib/handling.c:1251:17: warning: Either the condition '!evform' is redundant or there is possible null pointer dereference: evform. [nullPointerRedundantCheck]
xforms-1.2.3/lib/handling.c:1254:10: note: Assuming that condition '!evform' is not redundant
xforms-1.2.3/lib/handling.c:1251:17: note: Null pointer dereference
xforms-1.2.3/lib/handling.c:1252:17: warning: Either the condition '!evform' is redundant or there is possible null pointer dereference: evform. [nullPointerRedundantCheck]
xforms-1.2.3/lib/handling.c:1254:10: note: Assuming that condition '!evform' is not redundant
xforms-1.2.3/lib/handling.c:1252:17: note: Null pointer dereference
xforms-1.2.3/lib/handling.c:1125:45: style: Function 'handle_ButtonPress_event' argument 1 names different: declaration 'evform' definition 'FL_UNUSED_ARG'. [funcArgNamesDifferent]
xforms-1.2.3/lib/handling.c:37:49: note: Function 'handle_ButtonPress_event' argument 1 names different: declaration 'evform' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/handling.c:1125:45: note: Function 'handle_ButtonPress_event' argument 1 names different: declaration 'evform' definition 'FL_UNUSED_ARG'.
xforms-1.2.3/lib/input.c:2008:26: warning: Either the condition 'obj?obj->label:"null"' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
xforms-1.2.3/lib/input.c:2014:20: note: Assuming that condition 'obj?obj->label:"null"' is not redundant
xforms-1.2.3/lib/input.c:2008:26: note: Null pointer dereference
xforms-1.2.3/lib/input.c:2011:10: warning: Either the condition 'obj?obj->label:"null"' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
xforms-1.2.3/lib/input.c:2014:20: note: Assuming that condition 'obj?obj->label:"null"' is not redundant
xforms-1.2.3/lib/input.c:2011:10: note: Null pointer dereference
xforms-1.2.3/lib/interpol.c:53:12: style: The scope of the variable 'j' can be reduced. [variableScope]
xforms-1.2.3/lib/interpol.c:53:25: style: The scope of the variable 'ih' can be reduced. [variableScope]
xforms-1.2.3/lib/interpol.c:53:33: style: The scope of the variable 'idm' can be reduced. [variableScope]
xforms-1.2.3/lib/interpol.c:54:18: style: The scope of the variable 'accum' can be reduced. [variableScope]
xforms-1.2.3/lib/listdir.c:678:13: warning: Either the condition 'dir?dir:ldir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
xforms-1.2.3/lib/listdir.c:679:32: note: Assuming that condition 'dir?dir:ldir' is not redundant
xforms-1.2.3/lib/listdir.c:678:13: note: Null pointer dereference
xforms-1.2.3/lib/listdir.c:680:15: warning: Either the condition 'dir?dir:ldir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
xforms-1.2.3/lib/listdir.c:682:25: note: Assuming that condition 'dir?dir:ldir' is not redundant
xforms-1.2.3/lib/listdir.c:680:15: note: Null pointer dereference
xforms-1.2.3/lib/listdir.c:946:9: style: The scope of the variable 'total' can be reduced. [variableScope]
xforms-1.2.3/lib/menu.c:506:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:511:58: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:506:25: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:555:24: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:563:60: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:555:24: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:815:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:820:58: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:815:25: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:836:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:842:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:836:25: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:858:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:864:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:858:25: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:885:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:891:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:885:25: note: Null pointer dereference
xforms-1.2.3/lib/menu.c:913:25: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/menu.c:919:19: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/menu.c:913:25: note: Null pointer dereference
xforms-1.2.3/lib/popup.c:522:17: style: The scope of the variable 'c' can be reduced. [variableScope]
xforms-1.2.3/lib/popup.c:524:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
xforms-1.2.3/lib/popup.c:2363:11: style: The scope of the variable 's' can be reduced. [variableScope]
xforms-1.2.3/lib/popup.c:3362:18: style: The scope of the variable 'form' can be reduced. [variableScope]
xforms-1.2.3/lib/popup.c:3515:26: style: Function 'is_on_popups' argument 1 names different: declaration 'pooup' definition 'popup'. [funcArgNamesDifferent]
xforms-1.2.3/lib/popup.c:120:37: note: Function 'is_on_popups' argument 1 names different: declaration 'pooup' definition 'popup'.
xforms-1.2.3/lib/popup.c:3515:26: note: Function 'is_on_popups' argument 1 names different: declaration 'pooup' definition 'popup'.
xforms-1.2.3/lib/popup.c:678:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
xforms-1.2.3/lib/popup.c:692:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
xforms-1.2.3/lib/popup.c:3095:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
xforms-1.2.3/lib/readint.c:56:10: style: Condition 'yell' is always false [knownConditionTrueFalse]
xforms-1.2.3/lib/readint.c:155:18: style: The scope of the variable 'i' can be reduced. [variableScope]
xforms-1.2.3/lib/scrollbar.c:434:30: warning: Either the condition 'obj?obj->label:"Object"' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
xforms-1.2.3/lib/scrollbar.c:439:20: note: Assuming that condition 'obj?obj->label:"Object"' is not redundant
xforms-1.2.3/lib/scrollbar.c:434:30: note: Null pointer dereference
xforms-1.2.3/lib/scrollbar.c:454:30: warning: Either the condition 'obj?obj->label:"Object"' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
xforms-1.2.3/lib/scrollbar.c:459:20: note: Assuming that condition 'obj?obj->label:"Object"' is not redundant
xforms-1.2.3/lib/scrollbar.c:454:30: note: Null pointer dereference
xforms-1.2.3/lib/scrollbar.c:533:30: warning: Either the condition 'obj?obj->label:"Object"' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
xforms-1.2.3/lib/scrollbar.c:538:20: note: Assuming that condition 'obj?obj->label:"Object"' is not redundant
xforms-1.2.3/lib/scrollbar.c:533:30: note: Null pointer dereference
xforms-1.2.3/lib/slider.c:168:10: style: The scope of the variable 'valstr' can be reduced. [variableScope]
xforms-1.2.3/lib/sysdep.c:96:23: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
xforms-1.2.3/lib/tabfolder.c:461:30: warning: Either the condition 'ob?ob->label:"null"' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/tabfolder.c:467:19: note: Assuming that condition 'ob?ob->label:"null"' is not redundant
xforms-1.2.3/lib/tabfolder.c:461:30: note: Null pointer dereference
xforms-1.2.3/lib/tabfolder.c:308:25: style: The scope of the variable 'sp' can be reduced. [variableScope]
xforms-1.2.3/lib/tbox.c:746:4: style: Variable 'sp->no_redraw' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/tbox.c:744:4: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:746:4: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:933:5: style: Variable 'sp->no_redraw' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/tbox.c:930:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:933:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:1016:5: style: Variable 'sp->no_redraw' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/tbox.c:1013:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:1016:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:1633:5: style: Variable 'sp->no_redraw' is reassigned a value before the old one has been used. [redundantAssignment]
xforms-1.2.3/lib/tbox.c:1630:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:1633:5: note: Variable 'sp->no_redraw' is reassigned a value before the old one has been used.
xforms-1.2.3/lib/tbox.c:803:11: style: The scope of the variable 'del' can be reduced. [variableScope]
xforms-1.2.3/lib/tbox.c:1969:24: style: The scope of the variable 'tl' can be reduced. [variableScope]
xforms-1.2.3/lib/tbox.c:2016:24: style: The scope of the variable 'tl' can be reduced. [variableScope]
xforms-1.2.3/lib/timeout.c:140:10: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
xforms-1.2.3/lib/timeout.c:141:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
xforms-1.2.3/lib/timer.c:94:11: style: The scope of the variable 'str' can be reduced. [variableScope]
xforms-1.2.3/lib/vms_readdir.c:110:9: style: The scope of the variable 'len' can be reduced. [variableScope]
xforms-1.2.3/lib/vms_readdir.c:222:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/vms_readdir.c:276:9: style: Unused variable: i [unusedVariable]
xforms-1.2.3/lib/win.c:575:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/win.c:599:12: style: The scope of the variable 'argv' can be reduced. [variableScope]
xforms-1.2.3/lib/xdraw.c:559:17: style: The scope of the variable 'dots' can be reduced. [variableScope]
xforms-1.2.3/lib/xpopup.c:1326:18: style: The scope of the variable 'form' can be reduced. [variableScope]
xforms-1.2.3/lib/xpopup.c:1497:9: style: The scope of the variable 'subm' can be reduced. [variableScope]
xforms-1.2.3/lib/xpopup.c:1525:9: style: The scope of the variable 'subm' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:1123:28: warning: Either the condition 'i>=50' is redundant or the array 'sp->xtic_major[50]' is accessed at index 50, which is out of bounds. [arrayIndexOutOfBoundsCond]
xforms-1.2.3/lib/xyplot.c:1126:32: note: Assuming that condition 'i>=50' is not redundant
xforms-1.2.3/lib/xyplot.c:1123:28: note: Array index out of bounds
xforms-1.2.3/lib/xyplot.c:1128:50: warning: Either the condition 'i>=50' is redundant or the array 'sp->xmajor_val[50]' is accessed at index 50, which is out of bounds. [arrayIndexOutOfBoundsCond]
xforms-1.2.3/lib/xyplot.c:1126:32: note: Assuming that condition 'i>=50' is not redundant
xforms-1.2.3/lib/xyplot.c:1128:50: note: Array index out of bounds
xforms-1.2.3/lib/xyplot.c:2747:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/xyplot.c:2754:39: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/xyplot.c:2747:27: note: Null pointer dereference
xforms-1.2.3/lib/xyplot.c:2809:27: warning: Either the condition 'ob?ob->label:""' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/xyplot.c:2814:61: note: Assuming that condition 'ob?ob->label:""' is not redundant
xforms-1.2.3/lib/xyplot.c:2809:27: note: Null pointer dereference
xforms-1.2.3/lib/xyplot.c:3079:28: warning: Either the condition '!ob' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/xyplot.c:3081:10: note: Assuming that condition '!ob' is not redundant
xforms-1.2.3/lib/xyplot.c:3079:28: note: Null pointer dereference
xforms-1.2.3/lib/xyplot.c:3099:27: warning: Either the condition '!ob' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/xyplot.c:3101:10: note: Assuming that condition '!ob' is not redundant
xforms-1.2.3/lib/xyplot.c:3099:27: note: Null pointer dereference
xforms-1.2.3/lib/xyplot.c:3300:27: warning: Either the condition '!ob' is redundant or there is possible null pointer dereference: ob. [nullPointerRedundantCheck]
xforms-1.2.3/lib/xyplot.c:3302:10: note: Assuming that condition '!ob' is not redundant
xforms-1.2.3/lib/xyplot.c:3300:27: note: Null pointer dereference
xforms-1.2.3/lib/xyplot.c:2687:19: warning: Either the condition '!x' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
xforms-1.2.3/lib/xyplot.c:2689:10: note: Assuming that condition '!x' is not redundant
xforms-1.2.3/lib/xyplot.c:2687:19: note: Null pointer addition
xforms-1.2.3/lib/xyplot.c:249:7: style: Same expression on both sides of '/='. [duplicateExpression]
xforms-1.2.3/lib/xyplot.c:724:15: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:891:15: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:1155:11: style: The scope of the variable 'xw' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:1218:11: style: The scope of the variable 'yw' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:1323:11: style: The scope of the variable 'p' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:1782:9: style: The scope of the variable 'dist' can be reduced. [variableScope]
xforms-1.2.3/lib/xyplot.c:3246:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
xforms-1.2.3/lib/xyplot.c:3002:9: error: Resource leak: fp [resourceLeak]
xforms-1.2.3/lib/xyplot.c:1961:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libformula/libformula_1.1.7.dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libformvalidator-simple-perl/libformvalidator-simple-perl_0.29.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfortran-format-perl/libfortran-format-perl_0.90.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfortune-perl/libfortune-perl_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfpdf-tpl-php/libfpdf-tpl-php_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfpdi-php/libfpdi-php_1.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfprint/libfprint_0.8.2.orig.tar.xz
libfprint-0.8.2/libfprint/aeslib.c:171:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
libfprint-0.8.2/libfprint/assembling.c:41:15: style: The scope of the variable 'x1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/assembling.c:41:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/assembling.c:41:39: style: The scope of the variable 'j' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/assembling.c:340:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/assembling.c:340:20: style: The scope of the variable 'p2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/assembling.c:156:32: style: Function 'fpi_do_movement_estimation' argument 3 names different: declaration 'stripes_len' definition 'num_stripes'. [funcArgNamesDifferent]
libfprint-0.8.2/libfprint/assembling.h:44:32: note: Function 'fpi_do_movement_estimation' argument 3 names different: declaration 'stripes_len' definition 'num_stripes'.
libfprint-0.8.2/libfprint/assembling.c:156:32: note: Function 'fpi_do_movement_estimation' argument 3 names different: declaration 'stripes_len' definition 'num_stripes'.
libfprint-0.8.2/libfprint/async.c:348:23: warning: Either the condition 'dev!=NULL' is redundant or there is possible null pointer dereference: dev. [nullPointerRedundantCheck]
libfprint-0.8.2/libfprint/async.c:351:27: note: Assuming that condition 'dev!=NULL' is not redundant
libfprint-0.8.2/libfprint/async.c:348:23: note: Null pointer dereference
libfprint-0.8.2/libfprint/async.c:464:23: warning: Either the condition 'dev!=NULL' is redundant or there is possible null pointer dereference: dev. [nullPointerRedundantCheck]
libfprint-0.8.2/libfprint/async.c:467:27: note: Assuming that condition 'dev!=NULL' is not redundant
libfprint-0.8.2/libfprint/async.c:464:23: note: Null pointer dereference
libfprint-0.8.2/libfprint/data.c:209:25: style: The scope of the variable 'item_len' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/data.c:211:29: style: The scope of the variable 'item' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/aes1610.c:88:21: style: struct member 'aes1610_read_regs::dev' is never used. [unusedStructMember]
libfprint-0.8.2/libfprint/drivers/aes1610.c:89:23: style: struct member 'aes1610_read_regs::callback' is never used. [unusedStructMember]
libfprint-0.8.2/libfprint/drivers/aes1610.c:90:23: style: struct member 'aes1610_read_regs::regwrite' is never used. [unusedStructMember]
libfprint-0.8.2/libfprint/drivers/elan.c:123:17: style: The scope of the variable 'px' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/etes603.c:1046:17: style: Checking if unsigned variable 'dev->vrt' is less than zero. [unsignedLessThanZero]
libfprint-0.8.2/libfprint/drivers/etes603.c:1046:34: style: Checking if unsigned variable 'dev->vrb' is less than zero. [unsignedLessThanZero]
libfprint-0.8.2/libfprint/drivers/upektc_img.c:232:9: style: The scope of the variable 'response_size' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/upektc_img.c:548:26: style: The scope of the variable 'transfer' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/upektc_img.c:552:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/upekts.c:187:2: style: Variable '_innerlen' is reassigned a value before the old one has been used. [redundantAssignment]
libfprint-0.8.2/libfprint/drivers/upekts.c:178:0: note: Variable '_innerlen' is reassigned a value before the old one has been used.
libfprint-0.8.2/libfprint/drivers/upekts.c:187:2: note: Variable '_innerlen' is reassigned a value before the old one has been used.
libfprint-0.8.2/libfprint/drivers/uru4000.c:668:22: error: Array 'img->block_info[15]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
libfprint-0.8.2/libfprint/drivers/uru4000.c:638:10: style: The scope of the variable 'xorbyte' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/uru4000.c:698:16: style: The scope of the variable 'dev2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/uru4000.c:668:12: error: Array 'img.block_info[15]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
libfprint-0.8.2/libfprint/drivers/vfs0050.c:631:35: portability: '(void*)vdev->lines_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libfprint-0.8.2/libfprint/drivers/vfs101.c:668:7: style: The scope of the variable 'level' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/vfs101.c:1424:18: style: The scope of the variable 'ssm_loop' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/vfs301.c:187:18: style: The scope of the variable 'ssm_loop' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/vfs301_proto.c:128:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libfprint-0.8.2/libfprint/drivers/vfs301_proto.c:141:14: style: The scope of the variable 'src' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/vfs301_proto.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drivers/vfs5011.c:883:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/drv.c:121:36: style: Function 'fpi_ssm_start' argument 1 names different: declaration 'machine' definition 'ssm'. [funcArgNamesDifferent]
libfprint-0.8.2/libfprint/fp_internal.h:377:36: note: Function 'fpi_ssm_start' argument 1 names different: declaration 'machine' definition 'ssm'.
libfprint-0.8.2/libfprint/drv.c:121:36: note: Function 'fpi_ssm_start' argument 1 names different: declaration 'machine' definition 'ssm'.
libfprint-0.8.2/libfprint/fprint-list-udev-rules.c:55:15: style: The scope of the variable 'blacklist' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/img.c:261:21: style: The scope of the variable 'minutia' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/img.c:341:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/img.c:372:6: style: The scope of the variable 'score' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/img.c:308:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libfprint-0.8.2/libfprint/imgdev.c:271:25: error: Uninitialized variable: print [uninitvar]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:290:5: style: The scope of the variable 'distance' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1309:17: style: Array index 'jj' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1317:34: style: Array index 'll' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1325:14: style: Array index 'jj' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1728:16: style: Array index 'jj' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1730:26: style: Array index 'kk' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bozorth3.c:1732:27: style: Array index 'kk' is used before limits check. [arrayIndexThenCheck]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_alloc.c:116:2: error: Memory leak: p [memleak]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_io.c:419:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_io.c:426:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_io.c:371:5: style: The scope of the variable 'm' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_io.c:384:5: style: The scope of the variable 'order' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/bozorth3/bz_io.c:421:0: error: Resource leak: fp [resourceLeak]
libfprint-0.8.2/libfprint/nbis/mindtct/binar.c:136:19: style: The scope of the variable 'pptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/binar.c:205:8: style: The scope of the variable 'rsum' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/block.c:210:26: style: The scope of the variable 'pptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/block.c:310:14: style: The scope of the variable 'dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:707:8: style: The scope of the variable 'prev_nbr_pix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:707:22: style: The scope of the variable 'prev_nbr_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:707:34: style: The scope of the variable 'prev_nbr_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:1082:11: style: The scope of the variable 'theta1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:1082:19: style: The scope of the variable 'theta2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/contour.c:1082:27: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/dft.c:166:19: style: The scope of the variable 'blkptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/imgutil.c:229:19: style: The scope of the variable 'lptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/imgutil.c:229:33: style: The scope of the variable 'rptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/imgutil.c:229:40: style: The scope of the variable 'tptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/imgutil.c:229:47: style: The scope of the variable 'bptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/imgutil.c:327:26: style: The scope of the variable 'nextval' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:155:4: warning: Either the condition 'dftwaves==(DFTWAVES*)NULL' is redundant or there is possible null pointer dereference: dftwaves. [nullPointerRedundantCheck]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:161:16: note: Assuming that condition 'dftwaves==(DFTWAVES*)NULL' is not redundant
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:155:4: note: Null pointer dereference
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:157:4: warning: Either the condition 'dftwaves==(DFTWAVES*)NULL' is redundant or there is possible null pointer dereference: dftwaves. [nullPointerRedundantCheck]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:161:16: note: Assuming that condition 'dftwaves==(DFTWAVES*)NULL' is not redundant
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:157:4: note: Null pointer dereference
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:160:4: warning: Either the condition 'dftwaves==(DFTWAVES*)NULL' is redundant or there is possible null pointer dereference: dftwaves. [nullPointerRedundantCheck]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:161:16: note: Assuming that condition 'dftwaves==(DFTWAVES*)NULL' is not redundant
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:160:4: note: Null pointer dereference
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:69:11: style: The scope of the variable 'theta' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:70:11: style: The scope of the variable 'cs' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:70:15: style: The scope of the variable 'sn' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:144:22: style: The scope of the variable 'freq' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:145:12: style: The scope of the variable 'cptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:145:19: style: The scope of the variable 'sptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:383:9: style: The scope of the variable 'grid' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:384:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:384:28: style: The scope of the variable 'sn' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/init.c:682:7: error: Memory leak: powmax_dirs [memleak]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:236:13: style: The scope of the variable 'minutia' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:387:8: style: The scope of the variable 'i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:387:11: style: The scope of the variable 'l' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:390:46: style: The scope of the variable 'nloop' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:785:8: style: The scope of the variable 'idir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:785:14: style: The scope of the variable 'type' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:785:20: style: The scope of the variable 'appearing' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:788:8: style: The scope of the variable 'mid_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:788:15: style: The scope of the variable 'mid_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:788:22: style: The scope of the variable 'mid_pix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:789:8: style: The scope of the variable 'feature_pix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:939:8: style: The scope of the variable 'idir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:939:14: style: The scope of the variable 'type' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:939:20: style: The scope of the variable 'appearing' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:942:8: style: The scope of the variable 'mid_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:942:15: style: The scope of the variable 'mid_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:942:22: style: The scope of the variable 'mid_pix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:943:8: style: The scope of the variable 'feature_pix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:946:8: style: The scope of the variable 'fmapval' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:947:11: style: The scope of the variable 'reliability' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:1154:17: style: The scope of the variable 'j' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:1154:20: style: The scope of the variable 'x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:1154:27: style: The scope of the variable 'y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/loop.c:1155:9: style: The scope of the variable 'lastj' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:238:8: style: The scope of the variable 'dft_offset' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:240:8: style: The scope of the variable 'win_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:240:15: style: The scope of the variable 'win_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:240:22: style: The scope of the variable 'low_contrast_offset' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:968:19: style: The scope of the variable 'blkdir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1191:8: style: The scope of the variable 'ldir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1191:14: style: The scope of the variable 'rdir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1192:29: style: The scope of the variable 'fork_pow_thresh' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1327:9: style: The scope of the variable 'iptr' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1329:8: style: The scope of the variable 'lbox' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1329:14: style: The scope of the variable 'rbox' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1329:20: style: The scope of the variable 'tbox' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1329:26: style: The scope of the variable 'bbox' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:1672:24: style: The scope of the variable 'dist' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:2224:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:662:7: error: Memory leak: cimage [memleak]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:722:7: error: Memory leak: pmap [memleak]
libfprint-0.8.2/libfprint/nbis/mindtct/maps.c:729:7: error: Memory leak: pmap [memleak]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:3411:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:3437:7: note: Found duplicate branches for 'if' and 'else'.
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:3411:7: note: Found duplicate branches for 'if' and 'else'.
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:248:8: style: The scope of the variable 'i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:248:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:248:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:248:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:248:24: style: The scope of the variable 'delta_dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:372:8: style: The scope of the variable 'i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:372:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:372:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:372:24: style: The scope of the variable 'delta_dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:374:8: style: The scope of the variable 'map_scan_dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:637:13: style: The scope of the variable 'minutia1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:637:24: style: The scope of the variable 'minutia2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:938:8: style: The scope of the variable 'x1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:938:12: style: The scope of the variable 'y1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:938:16: style: The scope of the variable 'x2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:938:20: style: The scope of the variable 'y2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:1969:16: style: The scope of the variable 'blk_i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:1970:8: style: The scope of the variable 'rescan_dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:2063:16: style: The scope of the variable 'blk_i' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/minutia.c:2064:8: style: The scope of the variable 'rescan_dir' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/quality.c:317:16: style: The scope of the variable 'index' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/quality.c:318:23: style: The scope of the variable 'qmap_value' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/quality.c:319:13: style: The scope of the variable 'minutia' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/quality.c:320:11: style: The scope of the variable 'gs_reliability' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:76:13: style: The scope of the variable 'minutia' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:624:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:830:8: style: The scope of the variable 'bx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:830:12: style: The scope of the variable 'by' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:830:16: style: The scope of the variable 'px' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:830:20: style: The scope of the variable 'py' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:831:8: style: The scope of the variable 'removed' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1058:8: style: The scope of the variable 'delta_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1058:17: style: The scope of the variable 'delta_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1058:26: style: The scope of the variable 'dmapval' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1059:8: style: The scope of the variable 'nx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1059:12: style: The scope of the variable 'ny' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1059:16: style: The scope of the variable 'bx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1059:20: style: The scope of the variable 'by' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1061:22: style: The scope of the variable 'theta' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1062:11: style: The scope of the variable 'dx' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1062:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1537:8: style: The scope of the variable 'removed' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1537:17: style: The scope of the variable 'blk_x' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1537:24: style: The scope of the variable 'blk_y' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/remove.c:1926:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:162:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:231:13: style: The scope of the variable 'minutia1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:233:27: style: The scope of the variable 'xdist' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:233:34: style: The scope of the variable 'xdist2' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:337:25: style: The scope of the variable 'theta' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:568:19: style: The scope of the variable 'ridge_start' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:568:32: style: The scope of the variable 'ridge_end' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/ridges.c:569:17: style: The scope of the variable 'curpix' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/shape.c:220:9: style: The scope of the variable 'row' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/util.c:584:8: style: The scope of the variable 'd1' can be reduced. [variableScope]
libfprint-0.8.2/libfprint/nbis/mindtct/util.c:584:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreecontact-perl/libfreecontact-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreefare/libfreefare_0.4.0.orig.tar.gz
libfreefare-0.4.0/libfreefare/freefare.c:70:13: error: Uninitialized variable: tag_info [uninitvar]
libfreefare-0.4.0/libfreefare/mifare_application.c:192:12: style: The scope of the variable 'r' can be reduced. [variableScope]
libfreefare-0.4.0/libfreefare/mifare_application.c:192:30: style: The scope of the variable 'w' can be reduced. [variableScope]
libfreefare-0.4.0/libfreefare/mifare_classic.c:551:34: style: The scope of the variable 'sector_access_bits_' can be reduced. [variableScope]
libfreefare-0.4.0/libfreefare/mifare_classic.c:282:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:313:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:319:5: style: Variable '__res_n' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:382:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:404:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:426:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:452:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_classic.c:476:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:267:36: style: Function 'mifare_desfire_tag_free' argument 1 names different: declaration 'tags' definition 'tag'. [funcArgNamesDifferent]
libfreefare-0.4.0/libfreefare/freefare_internal.h:110:43: note: Function 'mifare_desfire_tag_free' argument 1 names different: declaration 'tags' definition 'tag'.
libfreefare-0.4.0/libfreefare/mifare_desfire.c:267:36: note: Function 'mifare_desfire_tag_free' argument 1 names different: declaration 'tags' definition 'tag'.
libfreefare-0.4.0/libfreefare/mifare_desfire.c:460:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:485:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:630:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:659:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:731:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:766:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:825:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:877:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:911:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:944:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:982:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1008:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1113:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1149:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1182:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1295:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1312:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1340:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1396:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1429:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1486:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1669:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1703:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1736:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1769:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1819:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1846:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1870:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:840:53: warning: Either the condition '__res_n>1' is redundant or memcpy() argument nr 3 can have invalid value. The value is -4 but the valid values are '0:'. [invalidFunctionArg]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:835:14: note: Assuming that condition '__res_n>1' is not redundant
libfreefare-0.4.0/libfreefare/mifare_desfire.c:840:53: note: Invalid argument
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1528:52: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:800:2: error: Memory leak: aids [memleak]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1129:2: error: Memory leak: uid [memleak]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1136:5: error: Memory leak: uid [memleak]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1169:2: error: Memory leak: files [memleak]
libfreefare-0.4.0/libfreefare/mifare_desfire.c:1173:5: error: Memory leak: files [memleak]
libfreefare-0.4.0/libfreefare/mifare_desfire_crypto.c:441:12: style: The scope of the variable 'edl' can be reduced. [variableScope]
libfreefare-0.4.0/libfreefare/mifare_desfire_error.c:62:38: style: Function 'mifare_desfire_error_lookup' argument 1 names different: declaration 'error' definition 'code'. [funcArgNamesDifferent]
libfreefare-0.4.0/libfreefare/freefare_internal.h:247:50: note: Function 'mifare_desfire_error_lookup' argument 1 names different: declaration 'error' definition 'code'.
libfreefare-0.4.0/libfreefare/mifare_desfire_error.c:62:38: note: Function 'mifare_desfire_error_lookup' argument 1 names different: declaration 'error' definition 'code'.
libfreefare-0.4.0/libfreefare/mifare_desfire_key.c:185:25: portability: Undefined behaviour, pointer arithmetic 'rnda+12' is out of bounds. [pointerOutOfBounds]
libfreefare-0.4.0/libfreefare/mifare_desfire_key.c:186:25: portability: Undefined behaviour, pointer arithmetic 'rndb+12' is out of bounds. [pointerOutOfBounds]
libfreefare-0.4.0/libfreefare/mifare_desfire_key.c:192:24: portability: Undefined behaviour, pointer arithmetic 'rnda+12' is out of bounds. [pointerOutOfBounds]
libfreefare-0.4.0/libfreefare/mifare_desfire_key.c:193:25: portability: Undefined behaviour, pointer arithmetic 'rndb+12' is out of bounds. [pointerOutOfBounds]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:189:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:195:2: style: Variable '__res_n' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:228:0: style: Variable '__cmd_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:235:5: style: Variable '__res_n' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:252:0: style: Variable '__cmd1_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:290:5: style: Variable '__res_n' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/mifare_ultralight.c:285:0: style: Variable '__cmd2_size' is assigned a value that is never used. [unreadVariable]
libfreefare-0.4.0/libfreefare/tlv.c:136:35: style: Function 'tlv_record_length' argument 1 names different: declaration 'istream' definition 'stream'. [funcArgNamesDifferent]
libfreefare-0.4.0/libfreefare/freefare.h:405:43: note: Function 'tlv_record_length' argument 1 names different: declaration 'istream' definition 'stream'.
libfreefare-0.4.0/libfreefare/tlv.c:136:35: note: Function 'tlv_record_length' argument 1 names different: declaration 'istream' definition 'stream'.
libfreefare-0.4.0/test/mifare_classic_fixture.c:42:22: style: Checking if unsigned variable 'device_count' is less than zero. [unsignedLessThanZero]
libfreefare-0.4.0/test/mifare_desfire_ev1_fixture.c:42:22: style: Checking if unsigned variable 'device_count' is less than zero. [unsignedLessThanZero]
libfreefare-0.4.0/test/mifare_desfire_fixture.c:42:20: style: Checking if unsigned variable 'device_count' is less than zero. [unsignedLessThanZero]
libfreefare-0.4.0/test/mifare_ultralight_fixture.c:42:22: style: Checking if unsigned variable 'device_count' is less than zero. [unsignedLessThanZero]
libfreefare-0.4.0/test/test_mad.c:285:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libfreefare-0.4.0/test/test_mad.c:255:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mad.c:285:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mifare_classic.c:127:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libfreefare-0.4.0/test/test_mifare_classic.c:126:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mifare_classic.c:127:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mifare_desfire.c:993:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libfreefare-0.4.0/test/test_mifare_desfire.c:991:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mifare_desfire.c:993:5: note: Variable 'res' is reassigned a value before the old one has been used.
libfreefare-0.4.0/test/test_mifare_ultralight.c:180:9: style: The scope of the variable 'res' can be reduced. [variableScope]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreehand/libfreehand_0.1.2.orig.tar.xz
libfreehand-0.1.2/src/lib/FHCollector.cpp:1518:18: style: The scope of the variable 'actPos' can be reduced. [variableScope]
libfreehand-0.1.2/src/lib/FHCollector.cpp:1401:10: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
libfreehand-0.1.2/src/lib/FHCollector.cpp:266:93: style: Function 'collectName' argument 2 names different: declaration 'str' definition 'name'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:33:69: note: Function 'collectName' argument 2 names different: declaration 'str' definition 'name'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:266:93: note: Function 'collectName' argument 2 names different: declaration 'str' definition 'name'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:327:98: style: Function 'collectPathText' argument 2 names different: declaration 'group' definition 'pathText'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:43:61: note: Function 'collectPathText' argument 2 names different: declaration 'group' definition 'pathText'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:327:98: note: Function 'collectPathText' argument 2 names different: declaration 'group' definition 'pathText'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:398:89: style: Function 'collectCustomProc' argument 2 names different: declaration 'lineFill' definition 'line'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:78:65: note: Function 'collectCustomProc' argument 2 names different: declaration 'lineFill' definition 'line'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:398:89: note: Function 'collectCustomProc' argument 2 names different: declaration 'lineFill' definition 'line'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:1747:108: style: Function '_appendParagraphProperties' argument 2 names different: declaration 'paraPropsId' definition 'paragraphPropsId'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:126:84: note: Function '_appendParagraphProperties' argument 2 names different: declaration 'paraPropsId' definition 'paragraphPropsId'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:1747:108: note: Function '_appendParagraphProperties' argument 2 names different: declaration 'paraPropsId' definition 'paragraphPropsId'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:2325:127: style: Function '_appendCustomProcFill' argument 2 names different: declaration 'customProc' definition 'fill'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:137:90: note: Function '_appendCustomProcFill' argument 2 names different: declaration 'customProc' definition 'fill'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:2325:127: note: Function '_appendCustomProcFill' argument 2 names different: declaration 'customProc' definition 'fill'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:2682:125: style: Function '_appendPatternLine' argument 2 names different: declaration 'basicLine' definition 'patternLine'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:136:88: note: Function '_appendPatternLine' argument 2 names different: declaration 'basicLine' definition 'patternLine'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:2682:125: note: Function '_appendPatternLine' argument 2 names different: declaration 'basicLine' definition 'patternLine'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:3153:85: style: Function 'getColorString' argument 2 names different: declaration 'tint' definition 'tintVal'. [funcArgNamesDifferent]
libfreehand-0.1.2/src/lib/FHCollector.h:186:61: note: Function 'getColorString' argument 2 names different: declaration 'tint' definition 'tintVal'.
libfreehand-0.1.2/src/lib/FHCollector.cpp:3153:85: note: Function 'getColorString' argument 2 names different: declaration 'tint' definition 'tintVal'.
libfreehand-0.1.2/src/lib/FHCollector.h:121:8: performance: Technically the member function 'libfreehand::FHCollector::_getBBofNewBlend' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:880:32: note: Technically the member function 'libfreehand::FHCollector::_getBBofNewBlend' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:121:8: note: Technically the member function 'libfreehand::FHCollector::_getBBofNewBlend' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:127:8: performance: Technically the member function 'libfreehand::FHCollector::_appendParagraphProperties' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:1743:32: note: Technically the member function 'libfreehand::FHCollector::_appendParagraphProperties' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:127:8: note: Technically the member function 'libfreehand::FHCollector::_appendParagraphProperties' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:131:8: performance: Technically the member function 'libfreehand::FHCollector::_appendTabProperties' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:1721:32: note: Technically the member function 'libfreehand::FHCollector::_appendTabProperties' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:131:8: note: Technically the member function 'libfreehand::FHCollector::_appendTabProperties' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:144:8: performance: Technically the member function 'libfreehand::FHCollector::_appendLinePattern' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:2587:32: note: Technically the member function 'libfreehand::FHCollector::_appendLinePattern' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:144:8: note: Technically the member function 'libfreehand::FHCollector::_appendLinePattern' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:145:8: performance: Technically the member function 'libfreehand::FHCollector::_appendArrowPath' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:2632:32: note: Technically the member function 'libfreehand::FHCollector::_appendArrowPath' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:145:8: note: Technically the member function 'libfreehand::FHCollector::_appendArrowPath' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:146:8: performance: Technically the member function 'libfreehand::FHCollector::_appendOpacity' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:2405:32: note: Technically the member function 'libfreehand::FHCollector::_appendOpacity' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:146:8: note: Technically the member function 'libfreehand::FHCollector::_appendOpacity' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:148:8: performance: Technically the member function 'libfreehand::FHCollector::_appendGlow' can be static. [functionStatic]
libfreehand-0.1.2/src/lib/FHCollector.cpp:2429:32: note: Technically the member function 'libfreehand::FHCollector::_appendGlow' can be static.
libfreehand-0.1.2/src/lib/FHCollector.h:148:8: note: Technically the member function 'libfreehand::FHCollector::_appendGlow' can be static.
libfreehand-0.1.2/src/lib/FHTypes.h:35:3: style: Struct 'FHBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreehand-0.1.2/src/lib/FHTypes.h:453:1: warning: The struct 'FHBoundingBox' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libfreehand-0.1.2/src/lib/FHInternalStream.cpp:41:14: style: The scope of the variable 'have' can be reduced. [variableScope]
libfreehand-0.1.2/src/lib/tokenhash.h:29:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>." [preprocessorErrorDirective]
libfreehand-0.1.2/src/lib/FHPath.cpp:655:43: warning: Member variable 'FHPath::m_evenOdd' is not assigned a value in 'FHPath::operator='. [operatorEqVarError]
libfreehand-0.1.2/src/lib/FHPath.h:61:8: style: Technically the member function 'libfreehand::FHPath::transform' can be const. [functionConst]
libfreehand-0.1.2/src/lib/FHPath.cpp:708:27: note: Technically the member function 'libfreehand::FHPath::transform' can be const.
libfreehand-0.1.2/src/lib/FHPath.h:61:8: note: Technically the member function 'libfreehand::FHPath::transform' can be const.
libfreehand-0.1.2/src/lib/FHTransform.h:18:1: warning: The struct 'FHTransform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.23.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreenect/libfreenect_0.5.3.orig.tar.gz
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:27:5: warning: Member variable 'VideoStream::running' is not initialized in the constructor. [uninitMemberVar]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.cpp:7:14: warning: Member variable 'ColorStream::auto_white_balance' is not initialized in the constructor. [uninitMemberVar]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.cpp:7:14: warning: Member variable 'ColorStream::auto_exposure' is not initialized in the constructor. [uninitMemberVar]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:22:32: warning: The class 'ColorStream' defines member variable with name 'sensor_type' also defined in its parent class 'VideoStream'. [duplInheritedMember]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:19:32: note: Parent variable 'VideoStream::sensor_type'
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:22:32: note: Derived variable 'ColorStream::sensor_type'
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:32:5: style: Class 'ColorStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:25:15: style: The function 'setVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:15:23: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:25:15: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:26:10: style: The function 'populateFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:16:18: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:26:10: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:60:15: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:79:23: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:60:15: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:112:15: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:126:23: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.hpp:112:15: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/ColorStream.cpp:42:3: style: Exception should be caught by reference. [catchExceptionByValue]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/Utility.hpp:59:40: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/Utility.hpp:66:36: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:36:32: warning: The class 'DepthStream' defines member variable with name 'sensor_type' also defined in its parent class 'VideoStream'. [duplInheritedMember]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:19:32: note: Parent variable 'VideoStream::sensor_type'
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:36:32: note: Derived variable 'DepthStream::sensor_type'
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:44:5: style: Class 'DepthStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:40:15: style: The function 'setVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:15:23: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:40:15: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:41:10: style: The function 'populateFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:16:18: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:41:10: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:91:15: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/VideoStream.hpp:79:23: note: Virtual function in base class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.hpp:91:15: note: Function in derived class
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DepthStream.cpp:41:3: style: Exception should be caught by reference. [catchExceptionByValue]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DeviceDriver.cpp:276:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DeviceDriver.cpp:301:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DeviceDriver.cpp:327:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DeviceDriver.cpp:230:5: style: Class 'Driver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/OpenNI2-FreenectDriver/src/DeviceDriver.cpp:221:47: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
libfreenect-0.5.3/platform/windows/libusb10emu/libusb-1.0/libusbemu_threads.h:44:0: error: #error LIBUSBEMU PTHREAD WRAPPER NOT YET IMPLEMENTED! [preprocessorErrorDirective]
libfreenect-0.5.3/src/cameras.c:1266:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libfreenect-0.5.3/src/cameras.c:1265:2: note: Variable 'res' is reassigned a value before the old one has been used.
libfreenect-0.5.3/src/cameras.c:1266:2: note: Variable 'res' is reassigned a value before the old one has been used.
libfreenect-0.5.3/src/cameras.c:1267:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libfreenect-0.5.3/src/cameras.c:1266:2: note: Variable 'res' is reassigned a value before the old one has been used.
libfreenect-0.5.3/src/cameras.c:1267:2: note: Variable 'res' is reassigned a value before the old one has been used.
libfreenect-0.5.3/src/cameras.c:683:43: warning: Redundant assignment of 'dev->registration.reg_info.ax' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:684:43: warning: Redundant assignment of 'dev->registration.reg_info.bx' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:685:43: warning: Redundant assignment of 'dev->registration.reg_info.cx' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:686:43: warning: Redundant assignment of 'dev->registration.reg_info.dx' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:687:43: warning: Redundant assignment of 'dev->registration.reg_info.ay' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:688:43: warning: Redundant assignment of 'dev->registration.reg_info.by' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:689:43: warning: Redundant assignment of 'dev->registration.reg_info.cy' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:690:43: warning: Redundant assignment of 'dev->registration.reg_info.dy' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:691:43: warning: Redundant assignment of 'dev->registration.reg_info.dx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:692:43: warning: Redundant assignment of 'dev->registration.reg_info.dy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:693:43: warning: Redundant assignment of 'dev->registration.reg_info.dx_beta_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:694:43: warning: Redundant assignment of 'dev->registration.reg_info.dy_beta_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:695:43: warning: Redundant assignment of 'dev->registration.reg_info.dx_beta_inc' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:696:43: warning: Redundant assignment of 'dev->registration.reg_info.dy_beta_inc' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:697:43: warning: Redundant assignment of 'dev->registration.reg_info.dxdx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:698:43: warning: Redundant assignment of 'dev->registration.reg_info.dxdy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:699:43: warning: Redundant assignment of 'dev->registration.reg_info.dydx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:700:43: warning: Redundant assignment of 'dev->registration.reg_info.dydy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:701:43: warning: Redundant assignment of 'dev->registration.reg_info.dxdxdx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:702:43: warning: Redundant assignment of 'dev->registration.reg_info.dydxdx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:703:43: warning: Redundant assignment of 'dev->registration.reg_info.dxdxdy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:704:43: warning: Redundant assignment of 'dev->registration.reg_info.dydxdy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:705:43: warning: Redundant assignment of 'dev->registration.reg_info.dydydx_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:706:43: warning: Redundant assignment of 'dev->registration.reg_info.dydydy_start' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:760:48: warning: Redundant assignment of 'dev->registration.reg_pad_info.start_lines' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:761:48: warning: Redundant assignment of 'dev->registration.reg_pad_info.end_lines' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:762:48: warning: Redundant assignment of 'dev->registration.reg_pad_info.cropping_lines' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:788:8: warning: Redundant assignment of 'shift' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:814:22: warning: Redundant assignment of 'conversion_union.ui' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:818:22: warning: Redundant assignment of 'conversion_union.ui' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:822:22: warning: Redundant assignment of 'conversion_union.ui' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:826:22: warning: Redundant assignment of 'conversion_union.ui' to itself. [selfAssignment]
libfreenect-0.5.3/src/cameras.c:516:11: style: The scope of the variable 'hVals' can be reduced. [variableScope]
libfreenect-0.5.3/src/cameras.c:519:11: style: The scope of the variable 'vSums' can be reduced. [variableScope]
libfreenect-0.5.3/src/core.c:115:37: style: The scope of the variable 'to_free' can be reduced. [variableScope]
libfreenect-0.5.3/src/loader.c:256:17: warning: Redundant assignment of 'fwheader.magic' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:257:21: warning: Redundant assignment of 'fwheader.ver_major' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:258:21: warning: Redundant assignment of 'fwheader.ver_minor' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:259:23: warning: Redundant assignment of 'fwheader.ver_release' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:260:21: warning: Redundant assignment of 'fwheader.ver_patch' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:261:21: warning: Redundant assignment of 'fwheader.base_addr' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:262:16: warning: Redundant assignment of 'fwheader.size' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:263:22: warning: Redundant assignment of 'fwheader.entry_addr' to itself. [selfAssignment]
libfreenect-0.5.3/src/loader.c:125:56: style: Function 'upload_firmware' argument 2 names different: declaration 'fw_filename' definition 'filename'. [funcArgNamesDifferent]
libfreenect-0.5.3/src/loader.h:68:44: note: Function 'upload_firmware' argument 2 names different: declaration 'fw_filename' definition 'filename'.
libfreenect-0.5.3/src/loader.c:125:56: note: Function 'upload_firmware' argument 2 names different: declaration 'fw_filename' definition 'filename'.
libfreenect-0.5.3/src/loader.c:234:103: style: Function 'upload_firmware_from_memory' argument 3 names different: declaration 'fw_size_in_bytes' definition 'fw_size_in_btyes'. [funcArgNamesDifferent]
libfreenect-0.5.3/src/loader.h:69:91: note: Function 'upload_firmware_from_memory' argument 3 names different: declaration 'fw_size_in_bytes' definition 'fw_size_in_btyes'.
libfreenect-0.5.3/src/loader.c:234:103: note: Function 'upload_firmware_from_memory' argument 3 names different: declaration 'fw_size_in_bytes' definition 'fw_size_in_btyes'.
libfreenect-0.5.3/src/usb_libusb10.c:216:6: style: The scope of the variable 'res' can be reduced. [variableScope]
libfreenect-0.5.3/src/usb_libusb10.c:705:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:109:15: style: The scope of the variable 'x' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:109:18: style: The scope of the variable 'y' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:109:24: style: The scope of the variable 'j' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:170:15: style: The scope of the variable 'x' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:170:18: style: The scope of the variable 'y' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/actionscript/server/as3-server.c:170:24: style: The scope of the variable 'j' can be reduced. [variableScope]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:114:25: style: Technically the member function 'Freenect::FreenectDevice::getVideoFormat' can be const. [functionConst]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:117:23: style: Technically the member function 'Freenect::FreenectDevice::getVideoResolution' can be const. [functionConst]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:132:25: style: Technically the member function 'Freenect::FreenectDevice::getDepthFormat' can be const. [functionConst]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:135:23: style: Technically the member function 'Freenect::FreenectDevice::getDepthResolution' can be const. [functionConst]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:142:26: style: Technically the member function 'Freenect::FreenectDevice::getDevice' can be const. [functionConst]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:47:3: style: Class 'FreenectTiltState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/wrappers/cpp/cpp_pc_view.cpp:60:9: style: Class 'ScopedLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/wrappers/cpp/cpp_pc_view.cpp:92:10: style: The function 'VideoCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:146:16: note: Virtual function in base class
libfreenect-0.5.3/wrappers/cpp/cpp_pc_view.cpp:92:10: note: Function in derived class
libfreenect-0.5.3/wrappers/cpp/cpp_pc_view.cpp:101:10: style: The function 'DepthCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:148:16: note: Virtual function in base class
libfreenect-0.5.3/wrappers/cpp/cpp_pc_view.cpp:101:10: note: Function in derived class
libfreenect-0.5.3/wrappers/cpp/cppview.cpp:63:3: style: Class 'ScopedLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libfreenect-0.5.3/wrappers/cpp/cppview.cpp:91:7: style: The function 'VideoCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:146:16: note: Virtual function in base class
libfreenect-0.5.3/wrappers/cpp/cppview.cpp:91:7: note: Function in derived class
libfreenect-0.5.3/wrappers/cpp/cppview.cpp:98:7: style: The function 'DepthCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libfreenect-0.5.3/wrappers/cpp/libfreenect.hpp:148:16: note: Virtual function in base class
libfreenect-0.5.3/wrappers/cpp/cppview.cpp:98:7: note: Function in derived class
libfreenect-0.5.3/wrappers/python/freenect.c:18:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreesrp/libfreesrp_0.3.0.orig.tar.xz
libfreesrp-0.3.0/src/readerwriterqueue/atomicops.h:492:0: error: #error Unsupported platform! (No semaphore wrapper available) [preprocessorErrorDirective]
libfreesrp-0.3.0/src/util.cpp:176:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfreezethaw-perl/libfreezethaw-perl_0.5001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfrontier-rpc-perl/libfrontier-rpc-perl_0.07b4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfs/libfs_1.0.7.orig.tar.gz
libFS-1.0.7/src/FSConnServ.c:82:16: style: The scope of the variable 'connect_stat' can be reduced. [variableScope]
libFS-1.0.7/src/FSlibint.h:243:0: error: failed to expand 'FSUnpack_XFontInfoHeader', Invalid ## usage when expanding 'FSCat'. [preprocessorErrorDirective]
libFS-1.0.7/src/FSFtNames.c:65:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libFS-1.0.7/src/FSFtNames.c:66:17: style: The scope of the variable 'length' can be reduced. [variableScope]
libFS-1.0.7/src/FSFtNames.c:71:19: style: The scope of the variable 'rlen' can be reduced. [variableScope]
libFS-1.0.7/src/FSGetCats.c:65:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libFS-1.0.7/src/FSGetCats.c:66:17: style: The scope of the variable 'length' can be reduced. [variableScope]
libFS-1.0.7/src/FSGetCats.c:68:19: style: The scope of the variable 'rlen' can be reduced. [variableScope]
libFS-1.0.7/src/FSListCats.c:65:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libFS-1.0.7/src/FSListCats.c:66:17: style: The scope of the variable 'length' can be reduced. [variableScope]
libFS-1.0.7/src/FSListCats.c:71:19: style: The scope of the variable 'rlen' can be reduced. [variableScope]
libFS-1.0.7/src/FSListExt.c:65:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libFS-1.0.7/src/FSListExt.c:66:17: style: The scope of the variable 'length' can be reduced. [variableScope]
libFS-1.0.7/src/FSListExt.c:68:19: style: The scope of the variable 'rlen' can be reduced. [variableScope]
libFS-1.0.7/src/FSSetCats.c:63:17: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
libFS-1.0.7/src/FSSetCats.c:67:22: style: The scope of the variable 'tlen' can be reduced. [variableScope]
libFS-1.0.7/src/FSlibInt.c:139:18: style: The scope of the variable 'write_stat' can be reduced. [variableScope]
libFS-1.0.7/src/FSlibInt.c:833:17: style: The scope of the variable 'number' can be reduced. [variableScope]
[01:20]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsntfs/libfsntfs_20170315.orig.tar.gz
libfsntfs-20170315/fsntfstools/fsntfstools_signal.h:35:0: error: #error missing signal functions [preprocessorErrorDirective]
libfsntfs-20170315/fsntfstools/info_handle.c:5412:27: style: Condition 'journal_block_size==0' is always false [knownConditionTrueFalse]
libfsntfs-20170315/fsntfstools/info_handle.c:5388:55: note: Assignment 'journal_block_size=4096', assigned value is 4096
libfsntfs-20170315/fsntfstools/info_handle.c:5412:27: note: Condition 'journal_block_size==0' is always false
libfsntfs-20170315/libbfio/libbfio_file_pool.c:47:9: style: The scope of the variable 'name_length' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_handle.c:203:6: style: The scope of the variable 'is_open' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_handle.c:2147:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_memory_range.c:199:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_memory_range.c:889:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_support.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libbfio/libbfio_support.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:367:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:681:9: style: The scope of the variable 'entries_size' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:683:6: style: The scope of the variable 'number_of_allocated_entries' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:907:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:908:6: style: The scope of the variable 'reverse_entry_iterator' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:1165:6: style: The scope of the variable 'compare_result' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_array.c:1166:6: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_btree.c:41:10: style: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'. [funcArgNamesDifferent]
libfsntfs-20170315/libcdata/libcdata_btree.h:60:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfsntfs-20170315/libcdata/libcdata_btree.c:41:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfsntfs-20170315/libcdata/libcdata_list.c:206:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_list.c:207:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_list_element.c:283:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_list_element.c:412:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_list_element.c:541:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_list_element.c:684:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_range_list.c:172:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_range_list.c:173:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_range_list.c:3211:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:123:6: style: The scope of the variable 'number_of_sub_nodes' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:125:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:671:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:740:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:809:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:878:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:975:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:1216:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:1217:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libcdata/libcdata_tree_node.c:2033:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libcerror/libcerror_error.c:34:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfsntfs-20170315/libcerror/libcerror_system.c:42:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfsntfs-20170315/libcfile/libcfile_file.c:727:0: error: #error Missing file open function [preprocessorErrorDirective]
libfsntfs-20170315/libcfile/libcfile_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcfile/libcfile_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcfile/libcfile_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcfile/libcfile_support.c:302:0: error: #error Missing file exists function [preprocessorErrorDirective]
libfsntfs-20170315/libclocale/libclocale_codepage.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libclocale/libclocale_codepage.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libclocale/libclocale_locale.c:121:16: style: Condition 'charset!=NULL' is always false [knownConditionTrueFalse]
libfsntfs-20170315/libclocale/libclocale_locale.c:101:26: note: Assignment 'charset=NULL', assigned value is 0
libfsntfs-20170315/libclocale/libclocale_locale.c:121:16: note: Condition 'charset!=NULL' is always false
libfsntfs-20170315/libclocale/libclocale_locale.c:168:16: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
libfsntfs-20170315/libclocale/libclocale_locale.c:100:26: note: Assignment 'locale=NULL', assigned value is 0
libfsntfs-20170315/libclocale/libclocale_locale.c:168:16: note: Condition 'locale==NULL' is always true
libfsntfs-20170315/libclocale/libclocale_locale.c:121:16: style: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same. [duplicateExpression]
libfsntfs-20170315/libclocale/libclocale_locale.c:101:26: note: 'charset' is assigned value 'NULL' here.
libfsntfs-20170315/libclocale/libclocale_locale.c:121:16: note: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same.
libfsntfs-20170315/libclocale/libclocale_locale.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libclocale/libclocale_locale.c:104:9: style: The scope of the variable 'locale_length' can be reduced. [variableScope]
libfsntfs-20170315/libcnotify/libcnotify_print.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfsntfs-20170315/libcnotify/libcnotify_stream.c:49:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcnotify/libcnotify_stream.c:161:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcpath/libcpath_path.c:246:0: error: #error Missing change directory function [preprocessorErrorDirective]
libfsntfs-20170315/libcpath/libcpath_support.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcpath/libcpath_support.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcsplit/libcsplit_narrow_split_string.c:240:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libcsplit/libcsplit_narrow_split_string.c:450:9: style: The scope of the variable 'string_segment_offset' can be reduced. [variableScope]
libfsntfs-20170315/libcthreads/libcthreads_condition.h:83:0: error: #error Missing condition type [preprocessorErrorDirective]
libfsntfs-20170315/libcthreads/libcthreads_lock.h:57:0: error: #error Missing lock type [preprocessorErrorDirective]
libfsntfs-20170315/libcthreads/libcthreads_mutex.h:62:0: error: #error Missing mutex type [preprocessorErrorDirective]
libfsntfs-20170315/libcthreads/libcthreads_read_write_lock.h:83:0: error: #error Missing read/write lock type [preprocessorErrorDirective]
libfsntfs-20170315/libcthreads/libcthreads_thread.h:61:0: error: #error Missing thread type [preprocessorErrorDirective]
libfsntfs-20170315/libcthreads/libcthreads_thread_attributes.h:57:0: error: #error Missing thread attributes type [preprocessorErrorDirective]
libfsntfs-20170315/libfcache/libfcache_cache.c:384:11: style: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'. [funcArgNamesDifferent]
libfsntfs-20170315/libfcache/libfcache_cache.h:89:11: note: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'.
libfsntfs-20170315/libfcache/libfcache_cache.c:384:11: note: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'.
libfsntfs-20170315/libfcache/libfcache_cache_value.c:293:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfcache/libfcache_date_time.c:44:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_btree.c:2154:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_btree.c:2360:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_btree_node.c:244:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_btree_node.c:274:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_btree_node.c:304:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_list.c:480:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_list.c:888:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_list.c:2311:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_list.c:2831:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_mapped_range.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_range.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_range.c:338:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_stream.c:1512:10: style: The scope of the variable 'read_count' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_stream.c:1874:10: style: The scope of the variable 'write_count' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:335:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:363:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:511:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:1863:6: style: The scope of the variable 'last_sub_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:1864:6: style: The scope of the variable 'split_sub_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:2252:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdata/libfdata_tree_node.c:774:10: style: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'. [funcArgNamesDifferent]
libfsntfs-20170315/libfdata/libfdata_tree_node.h:174:10: note: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'.
libfsntfs-20170315/libfdata/libfdata_tree_node.c:774:10: note: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'.
libfsntfs-20170315/libfdata/libfdata_vector.c:987:11: style: The scope of the variable 'calculated_element_index' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:147:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:385:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:386:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:387:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:388:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:389:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:898:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:899:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:900:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:901:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:902:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:1411:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:1412:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:1413:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:1414:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_date_time_values.c:1415:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_fat_date_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_fat_date_time.c:246:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_fat_date_time.c:463:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_fat_date_time.c:667:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_fat_date_time.c:871:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_filetime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_filetime.c:290:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_filetime.c:634:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_filetime.c:838:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_filetime.c:1042:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_floatingtime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_floatingtime.c:234:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_floatingtime.c:579:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_floatingtime.c:728:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_floatingtime.c:877:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_hfs_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_hfs_time.c:237:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_hfs_time.c:553:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_hfs_time.c:735:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_hfs_time.c:917:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_nsf_timedate.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_nsf_timedate.c:246:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_nsf_timedate.c:541:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_nsf_timedate.c:745:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_nsf_timedate.c:949:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_posix_time.c:1297:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfsntfs-20170315/libfdatetime/libfdatetime_posix_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_posix_time.c:946:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_posix_time.c:1128:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_posix_time.c:1311:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_systemtime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_systemtime.c:588:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_systemtime.c:924:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfdatetime/libfdatetime_systemtime.c:1260:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:454:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:821:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:1115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:1482:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:1778:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:2145:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfguid/libfguid_identifier.c:450:13: style: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'. [funcArgNamesDifferent]
libfsntfs-20170315/libfguid/libfguid_identifier.h:101:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfsntfs-20170315/libfguid/libfguid_identifier.c:450:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfsntfs-20170315/libfguid/libfguid_identifier.c:1111:13: style: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'. [funcArgNamesDifferent]
libfsntfs-20170315/libfguid/libfguid_identifier.h:135:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfsntfs-20170315/libfguid/libfguid_identifier.c:1111:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfsntfs-20170315/libfguid/libfguid_identifier.c:1774:13: style: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'. [funcArgNamesDifferent]
libfsntfs-20170315/libfguid/libfguid_identifier.h:169:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfsntfs-20170315/libfguid/libfguid_identifier.c:1774:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfsntfs-20170315/libfsntfs/libfsntfs_attribute.c:1339:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libfsntfs-20170315/libfsntfs/libfsntfs_attribute.c:1749:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libfsntfs-20170315/libfsntfs/libfsntfs_attribute.c:162:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_attribute.c:2637:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_bitmap_values.c:110:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_bitmap_values.c:146:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_bitmap_values.c:245:4: style: Variable 'allocated_element_index' is modified but its new value is never used. [unreadVariable]
libfsntfs-20170315/libfsntfs/libfsntfs_cluster_block.c:150:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_compressed_block.c:153:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_data_run.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_directory_entries_tree.c:49:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_directory_entries_tree.c:336:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_file_entry.c:2996:11: style: Function 'libfsntfs_file_entry_get_number_of_sub_file_entries' argument 2 names different: declaration 'number_of_sub_entries' definition 'number_of_sub_file_entries'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_file_entry.h:382:11: note: Function 'libfsntfs_file_entry_get_number_of_sub_file_entries' argument 2 names different: declaration 'number_of_sub_entries' definition 'number_of_sub_file_entries'.
libfsntfs-20170315/libfsntfs/libfsntfs_file_entry.c:2996:11: note: Function 'libfsntfs_file_entry_get_number_of_sub_file_entries' argument 2 names different: declaration 'number_of_sub_entries' definition 'number_of_sub_file_entries'.
libfsntfs-20170315/libfsntfs/libfsntfs_file_name_values.c:120:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_index.c:1074:24: style: Function 'libfsntfs_index_read_sub_nodes' argument 4 names different: declaration 'node_values_array' definition 'node_index_values_array'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_index.h:150:24: note: Function 'libfsntfs_index_read_sub_nodes' argument 4 names different: declaration 'node_values_array' definition 'node_index_values_array'.
libfsntfs-20170315/libfsntfs/libfsntfs_index.c:1074:24: note: Function 'libfsntfs_index_read_sub_nodes' argument 4 names different: declaration 'node_values_array' definition 'node_index_values_array'.
libfsntfs-20170315/libfsntfs/libfsntfs_index_entry.c:131:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_index_entry.c:780:10: style: Function 'libfsntfs_index_entry_read_element_data' argument 6 names different: declaration 'element_file_index' definition 'element_data_file_index'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_index_entry.h:94:10: note: Function 'libfsntfs_index_entry_read_element_data' argument 6 names different: declaration 'element_file_index' definition 'element_data_file_index'.
libfsntfs-20170315/libfsntfs/libfsntfs_index_entry.c:780:10: note: Function 'libfsntfs_index_entry_read_element_data' argument 6 names different: declaration 'element_file_index' definition 'element_data_file_index'.
libfsntfs-20170315/libfsntfs/libfsntfs_index_node.c:120:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_index_value.c:120:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_io_handle.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_logged_utility_stream_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_mft_entry.c:1916:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_mft_entry.c:1939:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_mft_entry.c:2785:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_mft_entry.c:3540:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_object_identifier_values.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_reparse_point_values.c:118:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_security_descriptor_index_value.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_security_descriptor_values.c:113:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_security_descriptor_values.c:252:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/libfsntfs/libfsntfs_standard_information_values.c:117:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_support.c:62:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_support.c:88:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_txf_data_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:1690:31: style: Function 'libfsntfs_volume_get_root_directory' argument 2 names different: declaration 'root_directory_file_entry' definition 'file_entry'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_volume.h:211:31: note: Function 'libfsntfs_volume_get_root_directory' argument 2 names different: declaration 'root_directory_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:1690:31: note: Function 'libfsntfs_volume_get_root_directory' argument 2 names different: declaration 'root_directory_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:2057:31: style: Function 'libfsntfs_volume_get_file_entry_by_utf8_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_volume.h:227:31: note: Function 'libfsntfs_volume_get_file_entry_by_utf8_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:2057:31: note: Function 'libfsntfs_volume_get_file_entry_by_utf8_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:2443:31: style: Function 'libfsntfs_volume_get_file_entry_by_utf16_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'. [funcArgNamesDifferent]
libfsntfs-20170315/libfsntfs/libfsntfs_volume.h:243:31: note: Function 'libfsntfs_volume_get_file_entry_by_utf16_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume.c:2443:31: note: Function 'libfsntfs_volume_get_file_entry_by_utf16_path' argument 4 names different: declaration 'sub_file_entry' definition 'file_entry'.
libfsntfs-20170315/libfsntfs/libfsntfs_volume_information_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfsntfs/libfsntfs_volume_name_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfusn/libfusn_record.c:121:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfusn/libfusn_record.c:44:25: style: Function 'libfusn_record_initialize' argument 1 names different: declaration 'usn_record' definition 'record'. [funcArgNamesDifferent]
libfsntfs-20170315/libfusn/libfusn_record.h:91:25: note: Function 'libfusn_record_initialize' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:44:25: note: Function 'libfusn_record_initialize' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:117:25: style: Function 'libfusn_record_free' argument 1 names different: declaration 'usn_record' definition 'record'. [funcArgNamesDifferent]
libfsntfs-20170315/libfusn/libfusn_record.h:96:25: note: Function 'libfusn_record_free' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:117:25: note: Function 'libfusn_record_free' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:154:24: style: Function 'libfusn_record_copy_from_byte_stream' argument 1 names different: declaration 'usn_record' definition 'record'. [funcArgNamesDifferent]
libfsntfs-20170315/libfusn/libfusn_record.h:101:24: note: Function 'libfusn_record_copy_from_byte_stream' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:154:24: note: Function 'libfusn_record_copy_from_byte_stream' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:691:24: style: Function 'libfusn_record_get_size' argument 1 names different: declaration 'usn_record' definition 'record'. [funcArgNamesDifferent]
libfsntfs-20170315/libfusn/libfusn_record.h:108:24: note: Function 'libfusn_record_get_size' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfusn/libfusn_record.c:691:24: note: Function 'libfusn_record_get_size' argument 1 names different: declaration 'usn_record' definition 'record'.
libfsntfs-20170315/libfwnt/libfwnt_access_control_entry.c:119:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_access_control_list.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_bit_stream.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_lznt1.c:113:10: style: The scope of the variable 'compression_flag_byte' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_lznt1.c:386:11: style: The scope of the variable 'compression_chunk_size' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:470:2: style: Variable 'tree_node' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:466:0: note: Variable 'tree_node' is reassigned a value before the old one has been used.
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:470:2: note: Variable 'tree_node' is reassigned a value before the old one has been used.
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:467:10: style: The scope of the variable 'sub_tree_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:518:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_lzxpress.c:702:10: style: The scope of the variable 'sub_tree_node_index' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_security_identifier.c:160:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_security_identifier.c:414:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_security_identifier.c:672:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libfwnt/libfwnt_security_identifier.c:930:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base16_stream.c:1114:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base16_stream.c:1230:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base16_stream.c:1272:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base32_stream.c:1718:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfsntfs-20170315/libuna/libuna_base32_stream.c:1706:29: note: outer condition: base32_stream_index<base32_stream_size
libfsntfs-20170315/libuna/libuna_base32_stream.c:1718:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfsntfs-20170315/libuna/libuna_base32_stream.c:2008:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfsntfs-20170315/libuna/libuna_base32_stream.c:1996:29: note: outer condition: base32_stream_index<base32_stream_size
libfsntfs-20170315/libuna/libuna_base32_stream.c:2008:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfsntfs-20170315/libuna/libuna_base32_stream.c:2161:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base32_stream.c:2252:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base32_stream.c:2293:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base64_stream.c:2219:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base64_stream.c:2381:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_base64_stream.c:2424:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_codepage_windows_932.c:4392:88: warning: Either the condition 'additional_character<234' is redundant or the array 'libuna_codepage_windows_932_byte_stream_to_unicode_base_0x81da[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfsntfs-20170315/libuna/libuna_codepage_windows_932.c:4388:36: note: Assuming that condition 'additional_character<234' is not redundant
libfsntfs-20170315/libuna/libuna_codepage_windows_932.c:4390:5: note: Compound assignment '-=', assigned value is 15
libfsntfs-20170315/libuna/libuna_codepage_windows_932.c:4392:88: note: Array index out of bounds
libfsntfs-20170315/libuna/libuna_codepage_windows_932.c:4193:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_codepage_windows_936.c:6363:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:7280:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:7277:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:7279:3: note: Compound assignment '-=', assigned value is 275
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:7280:86: note: Array index out of bounds
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:8213:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:8210:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:8212:3: note: Compound assignment '-=', assigned value is 275
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:8213:86: note: Array index out of bounds
libfsntfs-20170315/libuna/libuna_codepage_windows_949.c:7222:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_codepage_windows_950.c:5326:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:2943:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:3232:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:3709:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:4128:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:4647:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_unicode_character.c:5182:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:950:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:1211:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:1700:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:2185:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:2610:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf16_string.c:1089:21: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfsntfs-20170315/libuna/libuna_utf16_string.h:146:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfsntfs-20170315/libuna/libuna_utf16_string.c:1089:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfsntfs-20170315/libuna/libuna_utf16_string.c:1090:13: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfsntfs-20170315/libuna/libuna_utf16_string.h:147:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfsntfs-20170315/libuna/libuna_utf16_string.c:1090:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfsntfs-20170315/libuna/libuna_utf32_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:951:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:1212:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:1637:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:1934:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:2489:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf32_string.c:1090:21: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfsntfs-20170315/libuna/libuna_utf32_string.h:146:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfsntfs-20170315/libuna/libuna_utf32_string.c:1090:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfsntfs-20170315/libuna/libuna_utf32_string.c:1091:13: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfsntfs-20170315/libuna/libuna_utf32_string.h:147:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfsntfs-20170315/libuna/libuna_utf32_string.c:1091:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfsntfs-20170315/libuna/libuna_utf8_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:978:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:1403:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:1822:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:2307:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/libuna/libuna_utf8_string.c:2732:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs.c:513:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs.c:474:0: note: Variable 'module' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs.c:513:2: note: Variable 'module' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs.c:119:0: style: Variable 'version_string_length' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs.c:237:3: style: Variable 'Py_DecRef' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute.c:238:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute.c:264:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute.c:344:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute_types.c:393:2: style: Variable 'pyfsntfs_attribute_types' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute_types.c:390:0: note: Variable 'pyfsntfs_attribute_types' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute_types.c:393:2: note: Variable 'pyfsntfs_attribute_types' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_attribute_types.c:433:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attributes.c:233:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attributes.c:306:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_attributes.c:378:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:313:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:339:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:423:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:647:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:933:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:985:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_stream.c:1151:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_streams.c:233:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_streams.c:306:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_data_streams.c:378:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_error.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_attribute_flags.c:381:2: style: Variable 'pyfsntfs_file_attribute_flags' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_attribute_flags.c:378:0: note: Variable 'pyfsntfs_file_attribute_flags' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_attribute_flags.c:381:2: note: Variable 'pyfsntfs_file_attribute_flags' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_attribute_flags.c:421:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entries.c:233:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entries.c:306:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entries.c:378:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:666:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:692:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:776:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:777:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1034:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1035:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1545:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1733:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1789:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1845:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1901:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:1959:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2011:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2063:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2125:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2188:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2240:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2299:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2358:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2417:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2476:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2535:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2594:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2653:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:2826:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3009:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3290:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3387:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3601:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3664:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3819:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:3884:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:4052:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_entry.c:4207:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:278:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:330:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:389:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:448:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:507:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:566:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:625:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:684:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:743:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_name_attribute.c:802:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_object_io_handle.c:215:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_file_object_io_handle.c:1205:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_integer.c:37:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_integer.c:75:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:232:2: style: Variable 'pyfsntfs_mft_metadata_file' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:229:0: note: Variable 'pyfsntfs_mft_metadata_file' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:232:2: note: Variable 'pyfsntfs_mft_metadata_file' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:313:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:495:3: style: Variable 'Py_DecRef' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:691:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:880:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file.c:1031:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:233:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:306:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:378:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:347:65: style: Checking if unsigned variable 'pyfsntfs_mft_metadata_file_entries->number_of_file_entries' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:421:59: style: Checking if unsigned variable 'pyfsntfs_mft_metadata_file_entries->file_entry_index' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:430:65: style: Checking if unsigned variable 'pyfsntfs_mft_metadata_file_entries->number_of_file_entries' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:157:42: style: Function 'pyfsntfs_mft_metadata_file_entries_new' argument 1 names different: declaration 'mft_metadata_file' definition 'mft_metadata_file_object'. [funcArgNamesDifferent]
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.h:67:42: note: Function 'pyfsntfs_mft_metadata_file_entries_new' argument 1 names different: declaration 'mft_metadata_file' definition 'mft_metadata_file_object'.
libfsntfs-20170315/pyfsntfs/pyfsntfs_mft_metadata_file_entries.c:157:42: note: Function 'pyfsntfs_mft_metadata_file_entries_new' argument 1 names different: declaration 'mft_metadata_file' definition 'mft_metadata_file_object'.
libfsntfs-20170315/pyfsntfs/pyfsntfs_object_identifier_attribute.c:212:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_object_identifier_attribute.c:267:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_object_identifier_attribute.c:329:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_object_identifier_attribute.c:391:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_reparse_point_attribute.c:198:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_security_descriptor_attribute.c:171:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:291:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:350:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:409:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:468:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:527:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:586:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:645:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:704:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:763:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:815:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:867:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_standard_information_attribute.c:919:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:405:27: style: Condition 'journal_block_size==0' is always false [knownConditionTrueFalse]
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:383:30: note: Assignment 'journal_block_size=4096', assigned value is 4096
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:405:27: note: Condition 'journal_block_size==0' is always false
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:225:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:251:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:331:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_usn_change_journal.c:384:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:262:2: style: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:259:0: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:262:2: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:308:2: style: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:304:0: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:308:2: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:330:2: style: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:326:0: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:330:2: note: Variable 'pyfsntfs_volume' is reassigned a value before the old one has been used.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:387:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:460:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:618:3: style: Variable 'Py_DecRef' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:814:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:1081:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume.c:1303:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:233:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:306:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:378:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:347:59: style: Checking if unsigned variable 'pyfsntfs_volume_file_entries->number_of_file_entries' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:421:53: style: Checking if unsigned variable 'pyfsntfs_volume_file_entries->file_entry_index' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:430:59: style: Checking if unsigned variable 'pyfsntfs_volume_file_entries->number_of_file_entries' is less than zero. [unsignedLessThanZero]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:157:31: style: Function 'pyfsntfs_volume_file_entries_new' argument 1 names different: declaration 'volume' definition 'volume_object'. [funcArgNamesDifferent]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.h:67:31: note: Function 'pyfsntfs_volume_file_entries_new' argument 1 names different: declaration 'volume' definition 'volume_object'.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_file_entries.c:157:31: note: Function 'pyfsntfs_volume_file_entries_new' argument 1 names different: declaration 'volume' definition 'volume_object'.
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_information_attribute.c:188:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/pyfsntfs/pyfsntfs_volume_information_attribute.c:275:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfsntfs-20170315/tests/fsntfs_test_bitmap_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_cluster_block.c:109:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_compressed_block_descriptor.c:312:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_data_run.c:304:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_directory_entry.c:744:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_file_name_values.c:1816:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_index.c:127:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_index_entry.c:310:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_index_node.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_index_value.c:308:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_io_handle.c:308:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_logged_utility_stream_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_mft.c:125:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_mft_entry.c:983:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_object_identifier_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_reparse_point_values.c:1609:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_security_descriptor_index.c:112:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_security_descriptor_index_value.c:468:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_security_descriptor_values.c:439:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_standard_information_values.c:1195:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_support.c:456:2: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
libfsntfs-20170315/tests/fsntfs_test_support.c:453:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfsntfs-20170315/tests/fsntfs_test_support.c:456:2: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfsntfs-20170315/tests/fsntfs_test_txf_data_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_volume_information_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfsntfs-20170315/tests/fsntfs_test_volume_name_values.c:896:1: style: Label 'on_error' is not used. [unusedLabel]
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfso-glib/libfso-glib_2012.07.27.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsobasics/libfsobasics_0.11.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsoframework/libfsoframework_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsoresource/libfsoresource_0.11.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsosystem/libfsosystem_0.11.0.orig.tar.gz
libfsosystem-0.11.0/fsosystem/filesystem.c:55:2: style: Variable 'structstat' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:48:0: note: Variable 'structstat' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:55:2: note: Variable 'structstat' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:56:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:47:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:56:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:70:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:62:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:70:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:90:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:76:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:90:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:98:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:96:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:98:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:106:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:126:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:119:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:126:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:127:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:120:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:127:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:133:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:124:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:133:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:143:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:136:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:143:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:145:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:138:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:145:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:146:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:139:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:146:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:147:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:140:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:147:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:205:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:198:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:205:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:207:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:200:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:207:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:208:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:201:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:208:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:209:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:202:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:209:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:233:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:221:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:233:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:249:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:239:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:249:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:251:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:241:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:251:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:254:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:244:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:254:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:256:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/filesystem.c:246:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:256:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/filesystem.c:55:15: style: Variable 'structstat' is assigned a value that is never used. [unreadVariable]
libfsosystem-0.11.0/fsosystem/modules.c:58:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:56:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:58:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:108:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:101:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:108:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:109:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:102:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:109:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:110:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:103:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:110:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:165:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:158:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:165:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:166:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:159:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:166:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:167:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:160:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:167:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:187:2: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/modules.c:184:0: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:187:2: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/modules.c:85:20: style: Variable '_contents_size_' is assigned a value that is never used. [unreadVariable]
libfsosystem-0.11.0/fsosystem/modules.c:92:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
libfsosystem-0.11.0/fsosystem/network.c:278:11: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:370:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:366:57: note: Calling function 'fso_framework_network_interface_setup_interface_index', 1st argument 'self' value is 0
libfsosystem-0.11.0/fsosystem/network.c:278:11: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:280:11: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:370:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:366:57: note: Calling function 'fso_framework_network_interface_setup_interface_index', 1st argument 'self' value is 0
libfsosystem-0.11.0/fsosystem/network.c:280:11: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:318:2: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:370:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:366:57: note: Calling function 'fso_framework_network_interface_setup_interface_index', 1st argument 'self' value is 0
libfsosystem-0.11.0/fsosystem/network.c:318:2: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:335:2: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:358:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:335:2: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:337:2: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:358:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:337:2: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:338:11: warning: Either the condition 'self==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libfsosystem-0.11.0/fsosystem/network.c:358:4: note: Assuming that condition 'self==NULL' is not redundant
libfsosystem-0.11.0/fsosystem/network.c:338:11: note: Null pointer dereference
libfsosystem-0.11.0/fsosystem/network.c:253:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:251:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:253:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:295:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:286:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:295:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:297:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:288:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:297:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:298:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:289:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:298:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:299:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:290:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:299:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:331:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:324:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:331:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:348:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:341:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:348:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:349:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:342:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:349:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:350:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:343:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:350:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:394:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:391:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:394:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:406:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:397:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:406:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:408:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:399:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:408:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:409:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:400:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:409:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:410:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:401:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:410:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:434:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:430:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:434:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:458:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:455:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:458:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:470:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:461:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:470:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:472:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:463:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:472:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:473:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:464:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:473:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:474:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:465:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:474:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:683:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:678:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:683:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:747:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:741:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:747:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:748:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/network.c:742:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:748:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/network.c:277:2: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
libfsosystem-0.11.0/fsosystem/network.c:724:2: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
libfsosystem-0.11.0/fsosystem/path.c:79:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/path.c:76:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:79:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:97:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/path.c:94:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:97:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:98:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/path.c:92:0: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:98:2: note: Variable 'result' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:122:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/path.c:108:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:122:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:126:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/path.c:105:0: note: Variable 'a' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/path.c:126:2: note: Variable 'a' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:93:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/wakelock.c:87:0: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:93:2: note: Variable 'self' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:96:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/wakelock.c:90:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:96:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:99:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/fsosystem/wakelock.c:98:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/fsosystem/wakelock.c:99:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/tests/testpath.c:46:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/tests/testpath.c:43:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/tests/testpath.c:46:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/tests/testpath.c:63:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libfsosystem-0.11.0/tests/testpath.c:56:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libfsosystem-0.11.0/tests/testpath.c:63:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfsotransport/libfsotransport_0.11.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libf/libftdi/libftdi_0.20.orig.tar.gz
libftdi-0.20/ftdipp/ftdi.cpp:146:14: style: Condition 'mask&Input' is always false [knownConditionTrueFalse]
libftdi-0.20/ftdipp/ftdi.cpp:227:14: style: Condition 'mask&Dtr' is always false [knownConditionTrueFalse]
libftdi-0.20/ftdipp/ftdi.cpp:52:10: style: Member variable 'Private::open' is in the wrong place in the initializer list. [initializerList]
libftdi-0.20/ftdipp/ftdi.cpp:39:33: note: Member variable 'Private::open' is in the wrong place in the initializer list.
libftdi-0.20/ftdipp/ftdi.cpp:52:10: note: Member variable 'Private::open' is in the wrong place in the initializer list.
libftdi-0.20/ftdipp/ftdi.hpp:76:24: style: Technically the member function 'Ftdi::Context::vendor' can be const. [functionConst]
libftdi-0.20/ftdipp/ftdi.cpp:340:29: note: Technically the member function 'Ftdi::Context::vendor' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:76:24: note: Technically the member function 'Ftdi::Context::vendor' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:77:24: style: Technically the member function 'Ftdi::Context::description' can be const. [functionConst]
libftdi-0.20/ftdipp/ftdi.cpp:347:29: note: Technically the member function 'Ftdi::Context::description' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:77:24: note: Technically the member function 'Ftdi::Context::description' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:78:24: style: Technically the member function 'Ftdi::Context::serial' can be const. [functionConst]
libftdi-0.20/ftdipp/ftdi.cpp:354:29: note: Technically the member function 'Ftdi::Context::serial' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:78:24: note: Technically the member function 'Ftdi::Context::serial' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:81:10: style: Technically the member function 'Ftdi::Context::is_open' can be const. [functionConst]
libftdi-0.20/ftdipp/ftdi.cpp:75:15: note: Technically the member function 'Ftdi::Context::is_open' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:81:10: note: Technically the member function 'Ftdi::Context::is_open' can be const.
libftdi-0.20/ftdipp/ftdi.hpp:152:5: style: Class 'Eeprom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libftdi-0.20/ftdipp/ftdi.hpp:177:5: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libftdi-0.20/ftdipp/ftdi.cpp:449:5: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libftdi-0.20/src/ftdi.c:1610:22: style: Condition 'ret<=2' is always true [knownConditionTrueFalse]
libftdi-0.20/src/ftdi.c:168:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:167:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:168:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:463:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:462:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:463:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:653:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:652:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:653:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:742:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:741:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:742:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:840:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:839:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:840:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:866:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:865:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:866:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:892:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:891:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:892:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:917:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:916:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:917:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:947:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:946:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:947:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1108:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1107:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1108:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1174:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1173:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1174:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1244:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1243:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1244:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1498:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1497:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1498:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1516:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1515:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1516:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1544:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1543:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1544:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1668:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1667:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1668:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1695:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1694:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1695:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1720:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1719:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1720:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1747:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1746:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1747:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1773:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1772:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1773:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1798:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1797:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1798:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1829:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1828:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1829:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1853:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1852:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1853:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1907:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1906:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1907:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1931:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1930:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1931:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1956:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1955:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1956:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:1986:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:1985:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:1986:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2017:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2016:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2017:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2054:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2053:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2054:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2083:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2082:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2083:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2622:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2621:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2622:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2645:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2644:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2645:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2688:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2687:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2688:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2725:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2724:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2725:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2758:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2757:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2758:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2784:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2783:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2784:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:2821:9: warning: Either the condition 'ftdi==NULL' is redundant or there is possible null pointer dereference: ftdi. [nullPointerRedundantCheck]
libftdi-0.20/src/ftdi.c:2820:14: note: Assuming that condition 'ftdi==NULL' is not redundant
libftdi-0.20/src/ftdi.c:2821:9: note: Null pointer dereference
libftdi-0.20/src/ftdi.c:459:9: style: The scope of the variable 'detach_errno' can be reduced. [variableScope]
libftdi-0.20/src/ftdi.c:1239:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libftdi-0.20/src/ftdi.c:2195:30: style: The scope of the variable 'value' can be reduced. [variableScope]
libftdi-0.20/src/ftdi.c:2780:20: style: The scope of the variable 'usb_val' can be reduced. [variableScope]
libftdi-0.20/src/ftdi.c:242:66: style: Function 'ftdi_set_usbdev' argument 2 names different: declaration 'usbdev' definition 'usb'. [funcArgNamesDifferent]
libftdi-0.20/src/ftdi.h:370:70: note: Function 'ftdi_set_usbdev' argument 2 names different: declaration 'usbdev' definition 'usb'.
libftdi-0.20/src/ftdi.c:242:66: note: Function 'ftdi_set_usbdev' argument 2 names different: declaration 'usbdev' definition 'usb'.
libftdi-0.20/src/ftdi.c:2425:67: style: Function 'ftdi_eeprom_decode' argument 2 names different: declaration 'output' definition 'buf'. [funcArgNamesDifferent]
libftdi-0.20/src/ftdi.h:439:71: note: Function 'ftdi_eeprom_decode' argument 2 names different: declaration 'output' definition 'buf'.
libftdi-0.20/src/ftdi.c:2425:67: note: Function 'ftdi_eeprom_decode' argument 2 names different: declaration 'output' definition 'buf'.
libftdi-0.20/src/ftdi.c:87:18: style: Unused variable: i [unusedVariable]
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libftdi1/libftdi1_1.4.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/libf/libfte/libfte_0.1.0.orig.tar.gz
libfte-0.1.0/fte/cDFA.cc:24:9: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: pDFAObject. [nullPointerRedundantCheck]
libfte-0.1.0/fte/cDFA.cc:27:14: note: Assuming that condition 'self!=NULL' is not redundant
libfte-0.1.0/fte/cDFA.cc:23:29: note: Assignment 'pDFAObject=(struct DFAObject*)self', assigned value is 0
libfte-0.1.0/fte/cDFA.cc:24:9: note: Null pointer dereference
libfte-0.1.0/fte/rank_unrank.cc:384:13: style: Unsigned variable 'min_word_length' can't be negative so it is unnecessary to test it. [unsignedPositive]
libfte-0.1.0/fte/rank_unrank.cc:206:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libfte-0.1.0/fte/rank_unrank.cc:236:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libfte-0.1.0/fte/rank_unrank.cc:91:28: performance: Function parameter 'dfa_str' should be passed by const reference. [passedByValue]
libfte-0.1.0/fte/rank_unrank.cc:317:40: performance: Function parameter 'X' should be passed by const reference. [passedByValue]
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfunction-fallback-coreorpp-perl/libfunction-fallback-coreorpp-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfunction-parameters-perl/libfunction-parameters-perl_2.001003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfurl-perl/libfurl-perl_3.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfuse-perl/libfuse-perl_0.16.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfusioninventory-agent-task-deploy-perl/libfusioninventory-agent-task-deploy-perl_2.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfusioninventory-agent-task-esx-perl/libfusioninventory-agent-task-esx-perl_2.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfuture-asyncawait-perl/libfuture-asyncawait-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfuture-perl/libfuture-perl_0.38.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libf/libfvde/libfvde_20180108.orig.tar.gz
libfvde-20180108/fvdetools/fvdetools_signal.h:36:0: error: #error missing signal functions [preprocessorErrorDirective]
libfvde-20180108/fvdetools/wipekey_handle.c:205:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_file_pool.c:47:9: style: The scope of the variable 'name_length' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_handle.c:203:6: style: The scope of the variable 'is_open' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_handle.c:2147:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_memory_range.c:199:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_memory_range.c:889:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_support.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libbfio/libbfio_support.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcaes/libcaes_context.c:426:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcaes/libcaes_context.c:713:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcaes/libcaes_tweaked_context.c:209:21: style: Function 'libcaes_tweaked_context_set_keys' argument 5 names different: declaration 'tweaked_key' definition 'tweak_key'. [funcArgNamesDifferent]
libfvde-20180108/libcaes/libcaes_tweaked_context.h:65:21: note: Function 'libcaes_tweaked_context_set_keys' argument 5 names different: declaration 'tweaked_key' definition 'tweak_key'.
libfvde-20180108/libcaes/libcaes_tweaked_context.c:209:21: note: Function 'libcaes_tweaked_context_set_keys' argument 5 names different: declaration 'tweaked_key' definition 'tweak_key'.
libfvde-20180108/libcaes/libcaes_tweaked_context.c:210:13: style: Function 'libcaes_tweaked_context_set_keys' argument 6 names different: declaration 'tweaked_key_bit_size' definition 'tweak_key_bit_size'. [funcArgNamesDifferent]
libfvde-20180108/libcaes/libcaes_tweaked_context.h:66:13: note: Function 'libcaes_tweaked_context_set_keys' argument 6 names different: declaration 'tweaked_key_bit_size' definition 'tweak_key_bit_size'.
libfvde-20180108/libcaes/libcaes_tweaked_context.c:210:13: note: Function 'libcaes_tweaked_context_set_keys' argument 6 names different: declaration 'tweaked_key_bit_size' definition 'tweak_key_bit_size'.
libfvde-20180108/libcdata/libcdata_array.c:373:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:688:9: style: The scope of the variable 'entries_size' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:690:6: style: The scope of the variable 'number_of_allocated_entries' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:920:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:921:6: style: The scope of the variable 'reverse_entry_iterator' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:1178:6: style: The scope of the variable 'compare_result' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_array.c:1179:6: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_btree.c:41:10: style: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'. [funcArgNamesDifferent]
libfvde-20180108/libcdata/libcdata_btree.h:60:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfvde-20180108/libcdata/libcdata_btree.c:41:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfvde-20180108/libcdata/libcdata_list.c:206:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_list.c:207:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_list_element.c:283:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_list_element.c:412:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_list_element.c:541:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_list_element.c:684:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_range_list.c:172:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_range_list.c:173:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_range_list.c:3212:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:123:6: style: The scope of the variable 'number_of_sub_nodes' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:125:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:671:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:740:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:809:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:878:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:975:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:1216:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:1217:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfvde-20180108/libcdata/libcdata_tree_node.c:2001:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfvde-20180108/libcerror/libcerror_error.c:34:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfvde-20180108/libcerror/libcerror_system.c:42:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfvde-20180108/libcfile/libcfile_file.c:727:0: error: #error Missing file open function [preprocessorErrorDirective]
libfvde-20180108/libcfile/libcfile_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcfile/libcfile_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcfile/libcfile_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcfile/libcfile_support.c:302:0: error: #error Missing file exists function [preprocessorErrorDirective]
libfvde-20180108/libclocale/libclocale_codepage.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libclocale/libclocale_codepage.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libclocale/libclocale_locale.c:121:16: style: Condition 'charset!=NULL' is always false [knownConditionTrueFalse]
libfvde-20180108/libclocale/libclocale_locale.c:101:26: note: Assignment 'charset=NULL', assigned value is 0
libfvde-20180108/libclocale/libclocale_locale.c:121:16: note: Condition 'charset!=NULL' is always false
libfvde-20180108/libclocale/libclocale_locale.c:168:16: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
libfvde-20180108/libclocale/libclocale_locale.c:100:26: note: Assignment 'locale=NULL', assigned value is 0
libfvde-20180108/libclocale/libclocale_locale.c:168:16: note: Condition 'locale==NULL' is always true
libfvde-20180108/libclocale/libclocale_locale.c:121:16: style: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same. [duplicateExpression]
libfvde-20180108/libclocale/libclocale_locale.c:101:26: note: 'charset' is assigned value 'NULL' here.
libfvde-20180108/libclocale/libclocale_locale.c:121:16: note: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same.
libfvde-20180108/libclocale/libclocale_locale.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libclocale/libclocale_locale.c:104:9: style: The scope of the variable 'locale_length' can be reduced. [variableScope]
libfvde-20180108/libcnotify/libcnotify_print.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfvde-20180108/libcnotify/libcnotify_stream.c:49:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcnotify/libcnotify_stream.c:161:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcpath/libcpath_path.c:255:0: error: #error Missing change directory function [preprocessorErrorDirective]
libfvde-20180108/libcpath/libcpath_support.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcpath/libcpath_support.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcsplit/libcsplit_narrow_split_string.c:240:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libcsplit/libcsplit_narrow_split_string.c:450:9: style: The scope of the variable 'string_segment_offset' can be reduced. [variableScope]
libfvde-20180108/libcthreads/libcthreads_condition.h:83:0: error: #error Missing condition type [preprocessorErrorDirective]
libfvde-20180108/libcthreads/libcthreads_lock.h:57:0: error: #error Missing lock type [preprocessorErrorDirective]
libfvde-20180108/libcthreads/libcthreads_mutex.h:62:0: error: #error Missing mutex type [preprocessorErrorDirective]
libfvde-20180108/libcthreads/libcthreads_read_write_lock.h:83:0: error: #error Missing read/write lock type [preprocessorErrorDirective]
libfvde-20180108/libcthreads/libcthreads_thread.h:61:0: error: #error Missing thread type [preprocessorErrorDirective]
libfvde-20180108/libcthreads/libcthreads_thread_attributes.h:57:0: error: #error Missing thread attributes type [preprocessorErrorDirective]
libfvde-20180108/libfcache/libfcache_cache.c:384:11: style: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'. [funcArgNamesDifferent]
libfvde-20180108/libfcache/libfcache_cache.h:89:11: note: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'.
libfvde-20180108/libfcache/libfcache_cache.c:384:11: note: Function 'libfcache_cache_get_number_of_cache_values' argument 2 names different: declaration 'number_of_values' definition 'number_of_cache_values'.
libfvde-20180108/libfcache/libfcache_cache_value.c:293:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfcache/libfcache_date_time.c:44:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_btree.c:2154:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_btree.c:2360:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_btree_node.c:244:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_btree_node.c:274:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_btree_node.c:304:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_list.c:480:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_list.c:888:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_list.c:2311:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_list.c:2831:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_mapped_range.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_range.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_range.c:338:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_stream.c:1512:10: style: The scope of the variable 'read_count' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_stream.c:1874:10: style: The scope of the variable 'write_count' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:335:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:363:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:511:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:1863:6: style: The scope of the variable 'last_sub_node_index' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:1864:6: style: The scope of the variable 'split_sub_node_index' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:2252:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfdata/libfdata_tree_node.c:774:10: style: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'. [funcArgNamesDifferent]
libfvde-20180108/libfdata/libfdata_tree_node.h:174:10: note: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'.
libfvde-20180108/libfdata/libfdata_tree_node.c:774:10: note: Function 'libfdata_tree_node_set_first_leaf_node_index' argument 3 names different: declaration 'deleted_first_leaf_node_index' definition 'first_deleted_leaf_node_index'.
libfvde-20180108/libfdata/libfdata_vector.c:987:11: style: The scope of the variable 'calculated_element_index' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:454:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:821:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:1115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:1482:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:1778:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:2145:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfguid/libfguid_identifier.c:450:13: style: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfguid/libfguid_identifier.h:101:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfguid/libfguid_identifier.c:450:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfguid/libfguid_identifier.c:1111:13: style: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfguid/libfguid_identifier.h:135:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfguid/libfguid_identifier.c:1111:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfguid/libfguid_identifier.c:1774:13: style: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfguid/libfguid_identifier.h:169:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfguid/libfguid_identifier.c:1774:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfplist/libfplist_property.c:171:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfplist/libfplist_property.c:888:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfplist/libfplist_property.c:1031:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfplist/libfplist_property_list.c:480:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfplist/libfplist_xml_attribute.c:236:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfplist/libfplist_xml_parser.c:1129:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libfvde-20180108/libfplist/libfplist_xml_parser.c:1850:2: style: Variable 'buffer_state' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/libfplist/libfplist_xml_parser.c:1845:0: note: Variable 'buffer_state' is reassigned a value before the old one has been used.
libfvde-20180108/libfplist/libfplist_xml_parser.c:1850:2: note: Variable 'buffer_state' is reassigned a value before the old one has been used.
libfvde-20180108/libfplist/libfplist_xml_parser.c:1846:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfplist_xml_scanner.c:3883:2: warning: Possible null pointer dereference: b [nullPointer]
libfplist_xml_scanner.c:3776:27: note: Calling function 'xml_scanner__init_buffer', 1st argument 'b' value is 0
libfplist_xml_scanner.c:3883:2: note: Null pointer dereference
libfplist_xml_scanner.c:3884:2: warning: Possible null pointer dereference: b [nullPointer]
libfplist_xml_scanner.c:3776:27: note: Calling function 'xml_scanner__init_buffer', 1st argument 'b' value is 0
libfplist_xml_scanner.c:3884:2: note: Null pointer dereference
libfplist_xml_scanner.c:3895:9: warning: Possible null pointer dereference: b [nullPointer]
libfplist_xml_scanner.c:3776:27: note: Calling function 'xml_scanner__init_buffer', 1st argument 'b' value is 0
libfplist_xml_scanner.c:3895:9: note: Null pointer dereference
libfplist_xml_scanner.c:3664:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
libfplist_xml_scanner.c:2806:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
libfplist_xml_scanner.c:3664:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
libfplist_xml_scanner.c:4068:58: style: Function 'xml_scanner__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
libfplist_xml_scanner.c:319:57: note: Function 'xml_scanner__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
libfplist_xml_scanner.c:4068:58: note: Function 'xml_scanner__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
libfplist_xml_scanner.c:4081:58: style: Function 'xml_scanner__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
libfplist_xml_scanner.c:320:56: note: Function 'xml_scanner__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
libfplist_xml_scanner.c:4081:58: note: Function 'xml_scanner__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
libfplist_xml_scanner.c:4081:72: style: Function 'xml_scanner__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
libfplist_xml_scanner.c:320:66: note: Function 'xml_scanner__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
libfplist_xml_scanner.c:4081:72: note: Function 'xml_scanner__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
libfplist_xml_scanner.c:4213:34: style: Function 'xml_scanner_set_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
libfplist_xml_scanner.c:2943:33: note: Function 'xml_scanner_set_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
libfplist_xml_scanner.c:4213:34: note: Function 'xml_scanner_set_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
libfvde-20180108/libfvalue/libfvalue_binary_data.c:855:7: warning: Either the condition 'utf16_string_index==NULL' is redundant or there is possible null pointer dereference: utf16_string_index. [nullPointerRedundantCheck]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:919:25: note: Assuming that condition 'utf16_string_index==NULL' is not redundant
libfvde-20180108/libfvalue/libfvalue_binary_data.c:855:7: note: Null pointer dereference
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1351:7: warning: Either the condition 'utf32_string_index==NULL' is redundant or there is possible null pointer dereference: utf32_string_index. [nullPointerRedundantCheck]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1415:25: note: Assuming that condition 'utf32_string_index==NULL' is not redundant
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1351:7: note: Null pointer dereference
libfvde-20180108/libfvalue/libfvalue_binary_data.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:264:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:416:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:603:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:817:9: style: The scope of the variable 'string_size' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:818:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1099:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1313:9: style: The scope of the variable 'string_size' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_binary_data.c:1314:11: style: The scope of the variable 'format_flags' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_data_handle.c:588:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2014:5: warning: Logical conjunction always evaluates to false: utf8_string[string_index] < (uint8_t)'0' && utf8_string[string_index] > (uint8_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2877:5: warning: Logical conjunction always evaluates to false: utf16_string[string_index] < (uint16_t)'0' && utf16_string[string_index] > (uint16_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:3740:5: warning: Logical conjunction always evaluates to false: utf32_string[string_index] < (uint32_t)'0' && utf32_string[string_index] > (uint32_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:849:7: style: The scope of the variable 'value_string' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:855:11: style: The scope of the variable 'divider' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:856:11: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:857:11: style: The scope of the variable 'value_64bit' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:860:11: style: The scope of the variable 'exponent_divider' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:861:10: style: The scope of the variable 'exponent' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:862:10: style: The scope of the variable 'is_denormalized' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:863:10: style: The scope of the variable 'is_indeterminate' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:864:10: style: The scope of the variable 'is_infinite' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:865:10: style: The scope of the variable 'is_not_a_number' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:866:10: style: The scope of the variable 'is_signed' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:867:10: style: The scope of the variable 'is_zero' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:868:10: style: The scope of the variable 'use_value_string' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:869:9: style: The scope of the variable 'bit_shift' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:870:6: style: The scope of the variable 'print_count' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1193:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1238:11: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1239:11: style: The scope of the variable 'value_64bit' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1244:10: style: The scope of the variable 'exponent_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1245:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1246:10: style: The scope of the variable 'is_denormalized' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1255:6: style: The scope of the variable 'print_count' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1752:11: style: The scope of the variable 'divider' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1756:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1757:10: style: The scope of the variable 'character_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:1759:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2056:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2101:11: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2102:11: style: The scope of the variable 'value_64bit' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2107:10: style: The scope of the variable 'exponent_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2108:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2109:10: style: The scope of the variable 'is_denormalized' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2118:6: style: The scope of the variable 'print_count' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2616:11: style: The scope of the variable 'divider' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2619:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2620:10: style: The scope of the variable 'character_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2622:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2919:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2964:11: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2965:11: style: The scope of the variable 'value_64bit' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2970:10: style: The scope of the variable 'exponent_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2971:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2972:10: style: The scope of the variable 'is_denormalized' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:2981:6: style: The scope of the variable 'print_count' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:3479:11: style: The scope of the variable 'divider' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:3482:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:3483:10: style: The scope of the variable 'character_value' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:3485:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_floating_point.c:568:13: style: Function 'libfvalue_floating_point_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_floating_point.h:101:13: note: Function 'libfvalue_floating_point_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfvalue/libfvalue_floating_point.c:568:13: note: Function 'libfvalue_floating_point_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfvalue/libfvalue_floating_point.c:660:13: style: Function 'libfvalue_floating_point_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_floating_point.h:117:13: note: Function 'libfvalue_floating_point_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfvalue/libfvalue_floating_point.c:660:13: note: Function 'libfvalue_floating_point_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfvalue/libfvalue_floating_point.c:752:13: style: Function 'libfvalue_floating_point_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_floating_point.h:133:13: note: Function 'libfvalue_floating_point_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfvalue/libfvalue_floating_point.c:752:13: note: Function 'libfvalue_floating_point_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:1518:5: warning: Logical conjunction always evaluates to false: utf8_string[string_index] < (uint8_t)'0' && utf8_string[string_index] > (uint8_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_integer.c:2174:5: warning: Logical conjunction always evaluates to false: utf16_string[string_index] < (uint16_t)'0' && utf16_string[string_index] > (uint16_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_integer.c:2830:5: warning: Logical conjunction always evaluates to false: utf32_string[string_index] < (uint32_t)'0' && utf32_string[string_index] > (uint32_t)'9'. [incorrectLogicOperator]
libfvde-20180108/libfvalue/libfvalue_integer.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:904:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:1185:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:1560:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:1841:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:2216:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:2497:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_integer.c:491:13: style: Function 'libfvalue_integer_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_integer.h:89:13: note: Function 'libfvalue_integer_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:491:13: note: Function 'libfvalue_integer_copy_from_utf8_string_with_index' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:583:13: style: Function 'libfvalue_integer_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_integer.h:105:13: note: Function 'libfvalue_integer_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:583:13: note: Function 'libfvalue_integer_copy_from_utf16_string_with_index' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:675:13: style: Function 'libfvalue_integer_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvalue/libfvalue_integer.h:121:13: note: Function 'libfvalue_integer_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfvalue/libfvalue_integer.c:675:13: note: Function 'libfvalue_integer_copy_from_utf32_string_with_index' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfvde-20180108/libfvalue/libfvalue_split_string.c:230:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_split_string.c:440:9: style: The scope of the variable 'utf8_string_segment_offset' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_split_string.c:727:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_split_string.c:937:9: style: The scope of the variable 'utf16_string_segment_offset' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:117:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:712:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:713:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:934:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:935:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:1546:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:1547:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:1768:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:1769:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:2380:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:2381:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:2602:6: style: The scope of the variable 'byte_order' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_string.c:2603:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value.c:1469:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value.c:3906:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value.c:4210:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value.c:4516:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value_entry.c:109:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value_type.c:142:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvalue/libfvalue_value_type.c:1002:10: style: The scope of the variable 'data_index' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_checksum.c:41:11: style: The scope of the variable 'checksum' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_checksum.c:81:11: style: The scope of the variable 'table_index' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_data_area_descriptor.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:322:6: style: The scope of the variable 'code_size_count' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:1260:11: style: The scope of the variable 'preset_dictionary_identifier' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:1261:11: style: The scope of the variable 'stored_checksum' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:1263:10: style: The scope of the variable 'block_type' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:1267:10: style: The scope of the variable 'last_block_flag' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_deflate.c:99:49: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libfvde-20180108/libfvde/libfvde_deflate.c:101:29: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
libfvde-20180108/libfvde/libfvde_deflate.c:1469:10: note: Calling function 'libfvde_deflate_bit_stream_get_value', 2nd argument 'number_of_bits' value is 32
libfvde-20180108/libfvde/libfvde_deflate.c:101:29: note: Shift
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:1523:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:2944:11: style: The scope of the variable 'block_number' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:2945:11: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:2946:11: style: The scope of the variable 'number_of_blocks' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:3950:11: style: The scope of the variable 'block_number' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:3951:11: style: The scope of the variable 'number_of_blocks' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:3952:11: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:4683:36: style: Function 'libfvde_encrypted_metadata_get_volume_master_key' argument 1 names different: declaration 'encrypted_metadata' definition 'metadata'. [funcArgNamesDifferent]
libfvde-20180108/libfvde/libfvde_encrypted_metadata.h:258:36: note: Function 'libfvde_encrypted_metadata_get_volume_master_key' argument 1 names different: declaration 'encrypted_metadata' definition 'metadata'.
libfvde-20180108/libfvde/libfvde_encrypted_metadata.c:4683:36: note: Function 'libfvde_encrypted_metadata_get_volume_master_key' argument 1 names different: declaration 'encrypted_metadata' definition 'metadata'.
libfvde-20180108/libfvde/libfvde_encryption.c:38:13: style: Function 'libfvde_encryption_aes_key_unwrap' argument 2 names different: declaration 'key_size_bits' definition 'key_bit_size'. [funcArgNamesDifferent]
libfvde-20180108/libfvde/libfvde_encryption.h:38:13: note: Function 'libfvde_encryption_aes_key_unwrap' argument 2 names different: declaration 'key_size_bits' definition 'key_bit_size'.
libfvde-20180108/libfvde/libfvde_encryption.c:38:13: note: Function 'libfvde_encryption_aes_key_unwrap' argument 2 names different: declaration 'key_size_bits' definition 'key_bit_size'.
libfvde-20180108/libfvde/libfvde_metadata.c:120:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_metadata_block.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_notify.c:53:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_notify.c:79:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_notify.c:103:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_sector_data.c:230:10: style: The scope of the variable 'tweak_value' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_sector_data.c:234:11: style: The scope of the variable 'block_number' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_segment_descriptor.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_support.c:61:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_support.c:87:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_support.c:111:18: style: Function 'libfvde_check_volume_signature' argument 1 names different: declaration 'volumename' definition 'filename'. [funcArgNamesDifferent]
libfvde-20180108/libfvde/libfvde_support.h:61:18: note: Function 'libfvde_check_volume_signature' argument 1 names different: declaration 'volumename' definition 'filename'.
libfvde-20180108/libfvde/libfvde_support.c:111:18: note: Function 'libfvde_check_volume_signature' argument 1 names different: declaration 'volumename' definition 'filename'.
libfvde-20180108/libfvde/libfvde_volume.c:2139:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_volume.c:2205:9: style: The scope of the variable 'read_size' can be reduced. [variableScope]
libfvde-20180108/libfvde/libfvde_volume_group.c:151:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_md5.c:621:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_md5.c:696:9: style: The scope of the variable 'remaining_block_size' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha1.c:695:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha1.c:770:9: style: The scope of the variable 'remaining_block_size' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha224.c:654:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha224.c:729:9: style: The scope of the variable 'remaining_block_size' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha256.c:654:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha256.c:729:9: style: The scope of the variable 'remaining_block_size' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha512.c:690:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libhmac/libhmac_sha512.c:765:9: style: The scope of the variable 'remaining_block_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base16_stream.c:1114:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base16_stream.c:1230:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base16_stream.c:1272:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base32_stream.c:1718:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfvde-20180108/libuna/libuna_base32_stream.c:1706:29: note: outer condition: base32_stream_index<base32_stream_size
libfvde-20180108/libuna/libuna_base32_stream.c:1718:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfvde-20180108/libuna/libuna_base32_stream.c:2008:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfvde-20180108/libuna/libuna_base32_stream.c:1996:29: note: outer condition: base32_stream_index<base32_stream_size
libfvde-20180108/libuna/libuna_base32_stream.c:2008:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfvde-20180108/libuna/libuna_base32_stream.c:2161:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base32_stream.c:2252:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base32_stream.c:2293:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base64_stream.c:2219:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base64_stream.c:2381:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_base64_stream.c:2424:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_codepage_windows_932.c:4392:88: warning: Either the condition 'additional_character<234' is redundant or the array 'libuna_codepage_windows_932_byte_stream_to_unicode_base_0x81da[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfvde-20180108/libuna/libuna_codepage_windows_932.c:4388:36: note: Assuming that condition 'additional_character<234' is not redundant
libfvde-20180108/libuna/libuna_codepage_windows_932.c:4390:5: note: Compound assignment '-=', assigned value is 15
libfvde-20180108/libuna/libuna_codepage_windows_932.c:4392:88: note: Array index out of bounds
libfvde-20180108/libuna/libuna_codepage_windows_932.c:4193:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_codepage_windows_936.c:6363:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_codepage_windows_949.c:7280:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfvde-20180108/libuna/libuna_codepage_windows_949.c:7277:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfvde-20180108/libuna/libuna_codepage_windows_949.c:7279:3: note: Compound assignment '-=', assigned value is 275
libfvde-20180108/libuna/libuna_codepage_windows_949.c:7280:86: note: Array index out of bounds
libfvde-20180108/libuna/libuna_codepage_windows_949.c:8213:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfvde-20180108/libuna/libuna_codepage_windows_949.c:8210:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfvde-20180108/libuna/libuna_codepage_windows_949.c:8212:3: note: Compound assignment '-=', assigned value is 275
libfvde-20180108/libuna/libuna_codepage_windows_949.c:8213:86: note: Array index out of bounds
libfvde-20180108/libuna/libuna_codepage_windows_949.c:7222:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_codepage_windows_950.c:5326:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:2943:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:3232:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:3709:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:4128:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:4647:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_unicode_character.c:5182:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:950:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:1211:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:1700:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:2185:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:2610:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf16_string.c:1089:21: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfvde-20180108/libuna/libuna_utf16_string.h:146:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfvde-20180108/libuna/libuna_utf16_string.c:1089:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfvde-20180108/libuna/libuna_utf16_string.c:1090:13: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfvde-20180108/libuna/libuna_utf16_string.h:147:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfvde-20180108/libuna/libuna_utf16_string.c:1090:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfvde-20180108/libuna/libuna_utf32_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:951:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:1212:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:1637:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:1934:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:2489:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf32_string.c:1090:21: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfvde-20180108/libuna/libuna_utf32_string.h:146:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfvde-20180108/libuna/libuna_utf32_string.c:1090:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfvde-20180108/libuna/libuna_utf32_string.c:1091:13: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfvde-20180108/libuna/libuna_utf32_string.h:147:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfvde-20180108/libuna/libuna_utf32_string.c:1091:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfvde-20180108/libuna/libuna_utf8_string.c:138:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:543:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:978:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:1403:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:1822:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:2307:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/libuna/libuna_utf8_string.c:2732:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/pyfvde/pyfvde.c:472:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/pyfvde/pyfvde.c:452:0: note: Variable 'module' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde.c:472:2: note: Variable 'module' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde.c:97:0: style: Variable 'version_string_length' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde.c:215:3: style: Variable 'Py_DecRef' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_error.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfvde-20180108/pyfvde/pyfvde_file_object_io_handle.c:214:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/pyfvde/pyfvde_file_object_io_handle.c:1205:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/pyfvde/pyfvde_integer.c:37:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/pyfvde/pyfvde_integer.c:75:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfvde-20180108/pyfvde/pyfvde_volume.c:308:2: style: Variable 'pyfvde_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/pyfvde/pyfvde_volume.c:305:0: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:308:2: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:354:2: style: Variable 'pyfvde_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/pyfvde/pyfvde_volume.c:350:0: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:354:2: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:376:2: style: Variable 'pyfvde_volume' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/pyfvde/pyfvde_volume.c:372:0: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:376:2: note: Variable 'pyfvde_volume' is reassigned a value before the old one has been used.
libfvde-20180108/pyfvde/pyfvde_volume.c:433:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:506:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:664:3: style: Variable 'Py_DecRef' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:870:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:943:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1003:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1119:0: style: Variable 'read_count' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1307:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1359:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1413:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1654:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:1900:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/pyfvde/pyfvde_volume.c:2135:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfvde-20180108/tests/fvde_test_data_area_descriptor.c:304:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_encrypted_metadata.c:586:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_io_handle.c:412:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_keyring.c:304:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_metadata.c:417:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_metadata_block.c:413:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_sector_data.c:109:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_segment_descriptor.c:312:1: style: Label 'on_error' is not used. [unusedLabel]
libfvde-20180108/tests/fvde_test_support.c:59:2: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
libfvde-20180108/tests/fvde_test_support.c:56:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfvde-20180108/tests/fvde_test_support.c:59:2: note: Variable 'version_string' is reassigned a value before the old one has been used.
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfwnt/libfwnt_20180117.orig.tar.gz
libfwnt-20180117/libcdata/libcdata_array.c:373:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:688:9: style: The scope of the variable 'entries_size' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:690:6: style: The scope of the variable 'number_of_allocated_entries' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:920:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:921:6: style: The scope of the variable 'reverse_entry_iterator' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:1178:6: style: The scope of the variable 'compare_result' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_array.c:1179:6: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_btree.c:41:10: style: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'. [funcArgNamesDifferent]
libfwnt-20180117/libcdata/libcdata_btree.h:60:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfwnt-20180117/libcdata/libcdata_btree.c:41:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfwnt-20180117/libcdata/libcdata_list.c:206:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_list.c:207:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_list_element.c:283:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_list_element.c:412:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_list_element.c:541:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_list_element.c:684:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_range_list.c:172:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_range_list.c:173:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_range_list.c:3212:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:123:6: style: The scope of the variable 'number_of_sub_nodes' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:125:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:671:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:740:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:809:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:878:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:975:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:1216:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:1217:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwnt-20180117/libcdata/libcdata_tree_node.c:2001:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwnt-20180117/libcerror/libcerror_error.c:34:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwnt-20180117/libcerror/libcerror_system.c:42:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwnt-20180117/libcnotify/libcnotify_print.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwnt-20180117/libcnotify/libcnotify_stream.c:49:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcnotify/libcnotify_stream.c:161:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libcthreads/libcthreads_condition.h:83:0: error: #error Missing condition type [preprocessorErrorDirective]
libfwnt-20180117/libcthreads/libcthreads_lock.h:57:0: error: #error Missing lock type [preprocessorErrorDirective]
libfwnt-20180117/libcthreads/libcthreads_mutex.h:62:0: error: #error Missing mutex type [preprocessorErrorDirective]
libfwnt-20180117/libcthreads/libcthreads_read_write_lock.h:83:0: error: #error Missing read/write lock type [preprocessorErrorDirective]
libfwnt-20180117/libcthreads/libcthreads_thread.h:61:0: error: #error Missing thread type [preprocessorErrorDirective]
libfwnt-20180117/libcthreads/libcthreads_thread_attributes.h:57:0: error: #error Missing thread attributes type [preprocessorErrorDirective]
libfwnt-20180117/libfwnt/libfwnt_access_control_entry.c:119:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_access_control_list.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_bit_stream.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_lznt1.c:113:10: style: The scope of the variable 'compression_flag_byte' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_lznt1.c:386:11: style: The scope of the variable 'compression_chunk_size' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:470:2: style: Variable 'tree_node' is reassigned a value before the old one has been used. [redundantAssignment]
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:466:0: note: Variable 'tree_node' is reassigned a value before the old one has been used.
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:470:2: note: Variable 'tree_node' is reassigned a value before the old one has been used.
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:467:10: style: The scope of the variable 'sub_tree_node_index' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:518:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_lzxpress.c:702:10: style: The scope of the variable 'sub_tree_node_index' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_security_identifier.c:160:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_security_identifier.c:414:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_security_identifier.c:672:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/libfwnt/libfwnt_security_identifier.c:930:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt.c:155:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
libfwnt-20180117/pyfwnt/pyfwnt.c:130:0: note: Variable 'module' is reassigned a value before the old one has been used.
libfwnt-20180117/pyfwnt/pyfwnt.c:155:2: note: Variable 'module' is reassigned a value before the old one has been used.
libfwnt-20180117/pyfwnt/pyfwnt.c:69:0: style: Variable 'version_string_length' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entries.c:234:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entries.c:307:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entries.c:379:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entry.c:289:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entry.c:363:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entry.c:419:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_entry.c:475:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_list.c:263:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_list.c:337:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_list.c:492:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_types.c:407:2: style: Variable 'definitions_object' is reassigned a value before the old one has been used. [redundantAssignment]
libfwnt-20180117/pyfwnt/pyfwnt_access_control_types.c:404:0: note: Variable 'definitions_object' is reassigned a value before the old one has been used.
libfwnt-20180117/pyfwnt/pyfwnt_access_control_types.c:407:2: note: Variable 'definitions_object' is reassigned a value before the old one has been used.
libfwnt-20180117/pyfwnt/pyfwnt_access_control_types.c:447:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_error.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwnt-20180117/pyfwnt/pyfwnt_integer.c:37:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_integer.c:75:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwnt-20180117/pyfwnt/pyfwnt_security_descriptor.c:254:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/pyfwnt/pyfwnt_security_identifier.c:266:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwnt-20180117/tests/fwnt_test_support.c:44:2: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
libfwnt-20180117/tests/fwnt_test_support.c:41:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfwnt-20180117/tests/fwnt_test_support.c:44:2: note: Variable 'version_string' is reassigned a value before the old one has been used.
[01:21]

ftp://ftp.se.debian.org/debian/pool/main/libf/libfwsi/libfwsi_20180630.orig.tar.gz
libfwsi-20180630/libcdata/libcdata_array.c:373:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:688:9: style: The scope of the variable 'entries_size' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:690:6: style: The scope of the variable 'number_of_allocated_entries' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:920:6: style: The scope of the variable 'entry_iterator' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:921:6: style: The scope of the variable 'reverse_entry_iterator' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:1178:6: style: The scope of the variable 'compare_result' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_array.c:1179:6: style: The scope of the variable 'entry_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_btree.c:41:10: style: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'. [funcArgNamesDifferent]
libfwsi-20180630/libcdata/libcdata_btree.h:60:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfwsi-20180630/libcdata/libcdata_btree.c:41:10: note: Function 'libcdata_btree_initialize' argument 2 names different: declaration 'maximum_number_of_sub_nodes' definition 'maximum_number_of_values'.
libfwsi-20180630/libcdata/libcdata_list.c:206:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_list.c:207:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_list_element.c:283:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_list_element.c:412:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_list_element.c:541:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_list_element.c:684:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_range_list.c:172:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_range_list.c:173:6: style: The scope of the variable 'number_of_elements' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_range_list.c:3212:6: style: The scope of the variable 'element_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:123:6: style: The scope of the variable 'number_of_sub_nodes' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:125:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:671:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:740:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:809:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:878:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:975:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:1216:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:1217:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwsi-20180630/libcdata/libcdata_tree_node.c:2001:6: style: The scope of the variable 'sub_node_index' can be reduced. [variableScope]
libfwsi-20180630/libcerror/libcerror_error.c:34:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwsi-20180630/libcerror/libcerror_system.c:42:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwsi-20180630/libclocale/libclocale_codepage.c:48:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libclocale/libclocale_codepage.c:74:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libclocale/libclocale_locale.c:121:16: style: Condition 'charset!=NULL' is always false [knownConditionTrueFalse]
libfwsi-20180630/libclocale/libclocale_locale.c:101:26: note: Assignment 'charset=NULL', assigned value is 0
libfwsi-20180630/libclocale/libclocale_locale.c:121:16: note: Condition 'charset!=NULL' is always false
libfwsi-20180630/libclocale/libclocale_locale.c:168:16: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
libfwsi-20180630/libclocale/libclocale_locale.c:100:26: note: Assignment 'locale=NULL', assigned value is 0
libfwsi-20180630/libclocale/libclocale_locale.c:168:16: note: Condition 'locale==NULL' is always true
libfwsi-20180630/libclocale/libclocale_locale.c:121:16: style: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same. [duplicateExpression]
libfwsi-20180630/libclocale/libclocale_locale.c:101:26: note: 'charset' is assigned value 'NULL' here.
libfwsi-20180630/libclocale/libclocale_locale.c:121:16: note: Same expression on both sides of '!=' because the value of 'charset' and 'NULL' are the same.
libfwsi-20180630/libclocale/libclocale_locale.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libclocale/libclocale_locale.c:104:9: style: The scope of the variable 'locale_length' can be reduced. [variableScope]
libfwsi-20180630/libcnotify/libcnotify_print.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwsi-20180630/libcnotify/libcnotify_stream.c:49:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcnotify/libcnotify_stream.c:161:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libcthreads/libcthreads_condition.h:83:0: error: #error Missing condition type [preprocessorErrorDirective]
libfwsi-20180630/libcthreads/libcthreads_lock.h:57:0: error: #error Missing lock type [preprocessorErrorDirective]
libfwsi-20180630/libcthreads/libcthreads_mutex.h:62:0: error: #error Missing mutex type [preprocessorErrorDirective]
libfwsi-20180630/libcthreads/libcthreads_read_write_lock.h:83:0: error: #error Missing read/write lock type [preprocessorErrorDirective]
libfwsi-20180630/libcthreads/libcthreads_thread.h:61:0: error: #error Missing thread type [preprocessorErrorDirective]
libfwsi-20180630/libcthreads/libcthreads_thread_attributes.h:57:0: error: #error Missing thread attributes type [preprocessorErrorDirective]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:147:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:385:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:386:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:387:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:388:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:389:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:898:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:899:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:900:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:901:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:902:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:1411:11: style: The scope of the variable 'micro_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:1412:11: style: The scope of the variable 'milli_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:1413:11: style: The scope of the variable 'nano_seconds' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:1414:11: style: The scope of the variable 'year_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_date_time_values.c:1415:10: style: The scope of the variable 'days_in_month' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:246:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:478:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:517:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:518:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:519:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:695:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:734:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:735:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:736:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:912:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:951:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:952:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_fat_date_time.c:953:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:290:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:660:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:699:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:700:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:701:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:877:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:916:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:917:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:918:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:1094:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:1133:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:1134:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_filetime.c:1135:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:234:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:619:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:658:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:659:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:660:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:781:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:820:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:821:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:822:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:943:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:982:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:983:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_floatingtime.c:984:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:237:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:568:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:607:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:608:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:609:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:763:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:802:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:803:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:804:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:958:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:997:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:998:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_hfs_time.c:999:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:246:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:579:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:618:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:619:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:620:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:796:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:835:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:836:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:837:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:1013:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:1052:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:1053:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_nsf_timedate.c:1054:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1340:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:963:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1002:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1003:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1004:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1158:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1197:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1198:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1199:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1354:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1393:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1394:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_posix_time.c:1395:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:603:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:642:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:643:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:644:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:952:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:991:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:992:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:993:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:1301:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:1340:9: style: The scope of the variable 'string_index' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:1341:10: style: The scope of the variable 'byte_value' can be reduced. [variableScope]
libfwsi-20180630/libfdatetime/libfdatetime_systemtime.c:1342:9: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:468:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:849:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:1157:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:1538:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:1846:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:2227:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfguid/libfguid_identifier.c:464:13: style: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'. [funcArgNamesDifferent]
libfwsi-20180630/libfguid/libfguid_identifier.h:101:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfwsi-20180630/libfguid/libfguid_identifier.c:464:13: note: Function 'libfguid_identifier_copy_from_utf8_string' argument 3 names different: declaration 'utf8_string_length' definition 'utf8_string_size'.
libfwsi-20180630/libfguid/libfguid_identifier.c:1153:13: style: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'. [funcArgNamesDifferent]
libfwsi-20180630/libfguid/libfguid_identifier.h:135:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfwsi-20180630/libfguid/libfguid_identifier.c:1153:13: note: Function 'libfguid_identifier_copy_from_utf16_string' argument 3 names different: declaration 'utf16_string_length' definition 'utf16_string_size'.
libfwsi-20180630/libfguid/libfguid_identifier.c:1842:13: style: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'. [funcArgNamesDifferent]
libfwsi-20180630/libfguid/libfguid_identifier.h:169:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfwsi-20180630/libfguid/libfguid_identifier.c:1842:13: note: Function 'libfguid_identifier_copy_from_utf32_string' argument 3 names different: declaration 'utf32_string_length' definition 'utf32_string_size'.
libfwsi-20180630/libfwps/libfwps_storage.c:126:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwps/libfwps_value.c:134:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwps/libfwps_value.c:161:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_cdburn_values.c:111:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_compressed_folder_values.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_control_panel_category_values.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_control_panel_cpl_file_values.c:113:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_control_panel_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_delegate_values.c:119:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_delegate_values.c:311:14: style: Variable 'data_offset' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/libfwsi/libfwsi_extension_block.c:125:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0000_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0001_values.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0003_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0005_values.c:112:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0006_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef000a_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0013_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0014_values.c:117:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0014_values.c:151:11: style: The scope of the variable 'number_of_properties' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0014_values.c:152:11: style: The scope of the variable 'property_index' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0014_values.c:153:11: style: The scope of the variable 'property_size' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0014_values.c:154:11: style: The scope of the variable 'property_type' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0019_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_extension_block_0xbeef0025_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.c:38:16: style: Function 'libfwsi_file_entry_extension_get_creation_time' argument 2 names different: declaration 'fat_date_time' definition 'creation_time'. [funcArgNamesDifferent]
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.h:39:16: note: Function 'libfwsi_file_entry_extension_get_creation_time' argument 2 names different: declaration 'fat_date_time' definition 'creation_time'.
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.c:38:16: note: Function 'libfwsi_file_entry_extension_get_creation_time' argument 2 names different: declaration 'fat_date_time' definition 'creation_time'.
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.c:104:16: style: Function 'libfwsi_file_entry_extension_get_access_time' argument 2 names different: declaration 'fat_date_time' definition 'access_time'. [funcArgNamesDifferent]
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.h:45:16: note: Function 'libfwsi_file_entry_extension_get_access_time' argument 2 names different: declaration 'fat_date_time' definition 'access_time'.
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension.c:104:16: note: Function 'libfwsi_file_entry_extension_get_access_time' argument 2 names different: declaration 'fat_date_time' definition 'access_time'.
libfwsi-20180630/libfwsi/libfwsi_file_entry_extension_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_file_entry_values.c:119:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_game_folder_values.c:113:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_item.c:1638:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_mtp_file_entry_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_mtp_volume_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_network_location_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_notify.c:52:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_notify.c:78:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_notify.c:102:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_root_folder_values.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_unknown_0x74_values.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_unknown_0x74_values.c:151:9: style: The scope of the variable 'string_alignment_size' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_unknown_0x74_values.c:152:9: style: The scope of the variable 'string_size' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_uri_sub_values.c:113:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_uri_values.c:114:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_uri_values.c:150:11: style: The scope of the variable 'string_data_size' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_users_property_view_values.c:115:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_volume_values.c:116:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libfwsi/libfwsi_volume_values.c:151:9: style: The scope of the variable 'string_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base16_stream.c:1114:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base16_stream.c:1230:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base16_stream.c:1272:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base32_stream.c:1718:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfwsi-20180630/libuna/libuna_base32_stream.c:1706:29: note: outer condition: base32_stream_index<base32_stream_size
libfwsi-20180630/libuna/libuna_base32_stream.c:1718:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfwsi-20180630/libuna/libuna_base32_stream.c:2008:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libfwsi-20180630/libuna/libuna_base32_stream.c:1996:29: note: outer condition: base32_stream_index<base32_stream_size
libfwsi-20180630/libuna/libuna_base32_stream.c:2008:29: note: identical inner condition: base32_stream_index<base32_stream_size
libfwsi-20180630/libuna/libuna_base32_stream.c:2161:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base32_stream.c:2252:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base32_stream.c:2293:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base64_stream.c:2219:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base64_stream.c:2381:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_base64_stream.c:2424:9: style: The scope of the variable 'whitespace_size' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_codepage_windows_932.c:4392:88: warning: Either the condition 'additional_character<234' is redundant or the array 'libuna_codepage_windows_932_byte_stream_to_unicode_base_0x81da[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfwsi-20180630/libuna/libuna_codepage_windows_932.c:4388:36: note: Assuming that condition 'additional_character<234' is not redundant
libfwsi-20180630/libuna/libuna_codepage_windows_932.c:4390:5: note: Compound assignment '-=', assigned value is 15
libfwsi-20180630/libuna/libuna_codepage_windows_932.c:4392:88: note: Array index out of bounds
libfwsi-20180630/libuna/libuna_codepage_windows_932.c:4193:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_codepage_windows_936.c:6363:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:7280:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:7277:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:7279:3: note: Compound assignment '-=', assigned value is 275
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:7280:86: note: Array index out of bounds
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:8213:86: warning: Either the condition 'unicode_character<64020' is redundant or the array 'libuna_codepage_windows_949_unicode_to_byte_stream_base_0xf900[268]' is accessed at index 275, which is out of bounds. [arrayIndexOutOfBoundsCond]
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:8210:31: note: Assuming that condition 'unicode_character<64020' is not redundant
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:8212:3: note: Compound assignment '-=', assigned value is 275
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:8213:86: note: Array index out of bounds
libfwsi-20180630/libuna/libuna_codepage_windows_949.c:7222:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_codepage_windows_950.c:5326:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:2943:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:3232:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:3709:10: style: The scope of the variable 'byte_bit_shift' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:4128:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:4647:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_unicode_character.c:5182:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:142:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:557:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:963:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1228:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1563:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1706:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1745:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1925:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:2184:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:2476:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:2623:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:2662:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:2846:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf16_string.c:1113:21: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfwsi-20180630/libuna/libuna_utf16_string.h:146:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfwsi-20180630/libuna/libuna_utf16_string.c:1113:21: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 1 names different: declaration 'utf16_stream' definition 'utf8_stream'.
libfwsi-20180630/libuna/libuna_utf16_string.c:1114:13: style: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfwsi-20180630/libuna/libuna_utf16_string.h:147:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfwsi-20180630/libuna/libuna_utf16_string.c:1114:13: note: Function 'libuna_utf16_string_size_from_utf8_stream' argument 2 names different: declaration 'utf16_stream_size' definition 'utf8_stream_size'.
libfwsi-20180630/libuna/libuna_utf32_string.c:142:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:557:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:963:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1228:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1652:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1811:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1954:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1993:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:2173:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:2343:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:2490:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:2529:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:2713:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf32_string.c:1113:21: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'. [funcArgNamesDifferent]
libfwsi-20180630/libuna/libuna_utf32_string.h:146:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfwsi-20180630/libuna/libuna_utf32_string.c:1113:21: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 1 names different: declaration 'utf32_stream' definition 'utf8_stream'.
libfwsi-20180630/libuna/libuna_utf32_string.c:1114:13: style: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'. [funcArgNamesDifferent]
libfwsi-20180630/libuna/libuna_utf32_string.h:147:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfwsi-20180630/libuna/libuna_utf32_string.c:1114:13: note: Function 'libuna_utf32_string_size_from_utf8_stream' argument 2 names different: declaration 'utf32_stream_size' definition 'utf8_stream_size'.
libfwsi-20180630/libuna/libuna_utf8_string.c:146:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:569:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:1000:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:1428:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:1720:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:1867:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:1906:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:2090:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:2349:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:2641:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:2792:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:2831:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/libuna/libuna_utf8_string.c:3019:6: style: The scope of the variable 'read_byte_order' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi.c:153:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
libfwsi-20180630/pyfwsi/pyfwsi.c:134:0: note: Variable 'module' is reassigned a value before the old one has been used.
libfwsi-20180630/pyfwsi/pyfwsi.c:153:2: note: Variable 'module' is reassigned a value before the old one has been used.
libfwsi-20180630/pyfwsi/pyfwsi.c:73:0: style: Variable 'version_string_length' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_error.c:32:0: error: #error Missing headers stdarg.h and varargs.h [preprocessorErrorDirective]
libfwsi-20180630/pyfwsi/pyfwsi_extension_block.c:245:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_extension_block.c:271:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_extension_block.c:350:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_extension_block.c:399:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_extension_blocks.c:302:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_extension_blocks.c:374:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry.c:203:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry.c:255:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry.c:307:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry.c:359:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry_extension.c:236:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry_extension.c:288:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry_extension.c:340:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry_extension.c:392:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_file_entry_extension.c:672:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_integer.c:37:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_integer.c:75:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:410:9: style: The scope of the variable 'codepage_string_length' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:411:11: style: The scope of the variable 'feature_flags' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:326:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:546:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:595:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:760:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item.c:951:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:196:2: style: Variable 'pyfwsi_item_list' is reassigned a value before the old one has been used. [redundantAssignment]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:194:0: note: Variable 'pyfwsi_item_list' is reassigned a value before the old one has been used.
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:196:2: note: Variable 'pyfwsi_item_list' is reassigned a value before the old one has been used.
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:355:9: style: The scope of the variable 'codepage_string_length' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:356:11: style: The scope of the variable 'feature_flags' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:276:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:492:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_item_list.c:702:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_items.c:302:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_items.c:374:15: style: The scope of the variable 'function' can be reduced. [variableScope]
libfwsi-20180630/pyfwsi/pyfwsi_root_folder.c:170:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_volume.c:318:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/pyfwsi/pyfwsi_volume.c:382:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
libfwsi-20180630/tests/fwsi_test_cdburn_values.c:461:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_compressed_folder_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_control_panel_category_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_control_panel_cpl_file_values.c:469:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_control_panel_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_delegate_values.c:452:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0000_values.c:449:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0001_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0003_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0005_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0006_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef000a_values.c:449:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0013_values.c:451:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0014_values.c:467:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0019_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_extension_block_0xbeef0025_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_file_entry_extension_values.c:459:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_file_entry_values.c:459:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_game_folder_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_mtp_file_entry_values.c:493:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_mtp_volume_values.c:528:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_network_location_values.c:456:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_root_folder_values.c:450:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_support.c:44:2: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
libfwsi-20180630/tests/fwsi_test_support.c:41:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfwsi-20180630/tests/fwsi_test_support.c:44:2: note: Variable 'version_string' is reassigned a value before the old one has been used.
libfwsi-20180630/tests/fwsi_test_unknown_0x74_values.c:463:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_uri_sub_values.c:306:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_uri_values.c:479:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_users_property_view_values.c:456:1: style: Label 'on_error' is not used. [unusedLabel]
libfwsi-20180630/tests/fwsi_test_volume_values.c:456:1: style: Label 'on_error' is not used. [unusedLabel]
[01:21]

DATE 2018-08-23
TIME 01:21:41